1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 19:15:39 +00:00
Commit graph

19117 commits

Author SHA1 Message Date
Shea Levy 4d2597981d Partially revert "terraform: 0.9.4 -> 0.9.6."
Terraform point releases are significant changes, we need to keep old ones around

This reverts commit 6a27b46dee.
2017-06-27 16:26:07 -04:00
Joachim F 2c30e5e754 Merge pull request #25441 from Hodapp87/draftsight
draftsight: init at 2017-SP1
2017-06-27 21:04:30 +01:00
leenaars 10126e13ef openpa: init at 1.0.4 (#26033) 2017-06-27 20:52:23 +01:00
Joachim F 767a8b2e9a Merge pull request #26073 from florianjacob/piwik-package
piwik & piwik service: init at 3.0.4
2017-06-27 20:51:16 +01:00
Judson 70e7e543c5
A few cleanups and renames. One feature remains... 2017-06-27 10:56:36 -07:00
Trevor Joynson 068341b1c7 iptstate: init at 2.2.6 (#26878)
* Add iptstate package

* iptstate: nit pick
2017-06-27 18:27:13 +01:00
Daiderd Jordan 5740c9e0e1 Merge pull request #26772 from robx/fix-v8
v8_3_16_14: fix OS X build by passing deployment version
2017-06-27 18:31:28 +02:00
Michał Pałka 9e6bfbb2f9 xen_4_8: init at 4.8.1
This commit adds the xen_4_8 package to be used instead of
xen (currently at 4.5.5):
 * Add packages xen_4_8, xen_4_8-slim and xen_4_8-light
 * Add packages qemu_xen_4_8 and qemu_xen_4_8-light to be used
   with xen_4_8-slim and xen_4_8-light respectively.
 * Add systemd to buildInputs of xen (it is required by oxenstored)
 * Adapt xen service to work with the new version of xen
 * Use xen-init-dom0 to initlilise dom0 in xen-store
 * Currently, the virtualisation.xen.stored option is ignored
   if xen 4.8 is used
2017-06-27 12:01:53 +00:00
Kranium Gikos Mendoza 32b2aa4891 zabbix-cli: init at 1.6.1 2017-06-27 20:50:38 +10:00
Justin Wood dc2f1569b3 Add the new elixir versions to the top level 2017-06-26 23:51:18 -04:00
Daniel Peebles 2dc0eaf0f1 Merge pull request #26797 from LnL7/erlang-versions
erlang: remove erlangR16 and all versioned variants from all-packages
2017-06-26 16:04:28 -04:00
Daiderd Jordan 1389f28cd0 Merge pull request #26804 from LnL7/erlangR19
erlang: change default to R19
2017-06-26 22:00:03 +02:00
Robert Vollmert c3da83cd40 v8_3_16_14: fix OS X build
Issues addressed:
- xcode build failed with
    ... was built for newer OSX version (10.10) than being linked (10.5)
  fixed by setting GYP mac deployment target to the nix value
- a gyp bug when SDKROOT is not set (and removed an orphaned gyp patch
- path to python in generated gyp-mac-tool
- noisy build due to static assert warnings, by silencing warnings
- use of system xcodebuild and libtool replaced by darwin.cctools
2017-06-26 21:28:43 +02:00
Vincent Laporte ac83ef3994 glsurf: 3.3 -> 3.3.1 2017-06-26 19:24:33 +02:00
Michał Pałka 80e0cda7ff xen: patch for XSAs: 216, 217, 218, 219, 220, 221, 222, and 224
XSA-216 Issue Description:

> The block interface response structure has some discontiguous fields.
> Certain backends populate the structure fields of an otherwise
> uninitialized instance of this structure on their stacks, leaking
> data through the (internal or trailing) padding field.

More: https://xenbits.xen.org/xsa/advisory-216.html

XSA-217 Issue Description:

> Domains controlling other domains are permitted to map pages owned by
> the domain being controlled.  If the controlling domain unmaps such a
> page without flushing the TLB, and if soon after the domain being
> controlled transfers this page to another PV domain (via
> GNTTABOP_transfer or, indirectly, XENMEM_exchange), and that third
> domain uses the page as a page table, the controlling domain will have
> write access to a live page table until the applicable TLB entry is
> flushed or evicted.  Note that the domain being controlled is
> necessarily HVM, while the controlling domain is PV.

More: https://xenbits.xen.org/xsa/advisory-217.html

XSA-218 Issue Description:

> We have discovered two bugs in the code unmapping grant references.
>
> * When a grant had been mapped twice by a backend domain, and then
> unmapped by two concurrent unmap calls, the frontend may be informed
> that the page had no further mappings when the first call completed rather
> than when the second call completed.
>
> * A race triggerable by an unprivileged guest could cause a grant
> maptrack entry for grants to be "freed" twice.  The ultimate effect of
> this would be for maptrack entries for a single domain to be re-used.

More: https://xenbits.xen.org/xsa/advisory-218.html

XSA-219 Issue Description:

> When using shadow paging, writes to guest pagetables must be trapped and
> emulated, so the shadows can be suitably adjusted as well.
>
> When emulating the write, Xen maps the guests pagetable(s) to make the final
> adjustment and leave the guest's view of its state consistent.
>
> However, when mapping the frame, Xen drops the page reference before
> performing the write.  This is a race window where the underlying frame can
> change ownership.
>
> One possible attack scenario is for the frame to change ownership and to be
> inserted into a PV guest's pagetables.  At that point, the emulated write will
> be an unaudited modification to the PV pagetables whose value is under guest
> control.

More: https://xenbits.xen.org/xsa/advisory-219.html

XSA-220 Issue Description:

> Memory Protection Extensions (MPX) and Protection Key (PKU) are features in
> newer processors, whose state is intended to be per-thread and context
> switched along with all other XSAVE state.
>
> Xen's vCPU context switch code would save and restore the state only
> if the guest had set the relevant XSTATE enable bits.  However,
> surprisingly, the use of these features is not dependent (PKU) or may
> not be dependent (MPX) on having the relevant XSTATE bits enabled.
>
> VMs which use MPX or PKU, and context switch the state manually rather
> than via XSAVE, will have the state leak between vCPUs (possibly,
> between vCPUs in different guests).  This in turn corrupts state in
> the destination vCPU, and hence may lead to weakened protections
>
> Experimentally, MPX appears not to make any interaction with BND*
> state if BNDCFGS.EN is set but XCR0.BND{CSR,REGS} are clear.  However,
> the SDM is not clear in this case; therefore MPX is included in this
> advisory as a precaution.

More: https://xenbits.xen.org/xsa/advisory-220.html

XSA-221 Issue Description:

> When polling event channels, in general arbitrary port numbers can be
> specified.  Specifically, there is no requirement that a polled event
> channel ports has ever been created.  When the code was generalised
> from an earlier implementation, introducing some intermediate
> pointers, a check should have been made that these intermediate
> pointers are non-NULL.  However, that check was omitted.

More: https://xenbits.xen.org/xsa/advisory-221.html

XSA-222 Issue Description:

> Certain actions require removing pages from a guest's P2M
> (Physical-to-Machine) mapping.  When large pages are in use to map
> guest pages in the 2nd-stage page tables, such a removal operation may
> incur a memory allocation (to replace a large mapping with individual
> smaller ones).  If this allocation fails, these errors are ignored by
> the callers, which would then continue and (for example) free the
> referenced page for reuse.  This leaves the guest with a mapping to a
> page it shouldn't have access to.
>
> The allocation involved comes from a separate pool of memory created
> when the domain is created; under normal operating conditions it never
> fails, but a malicious guest may be able to engineer situations where
> this pool is exhausted.

More: https://xenbits.xen.org/xsa/advisory-222.html

XSA-224 Issue Description:

> We have discovered a number of bugs in the code mapping and unmapping
> grant references.
>
> * If a grant is mapped with both the GNTMAP_device_map and
> GNTMAP_host_map flags, but unmapped only with host_map, the device_map
> portion remains but the page reference counts are lowered as though it
> had been removed. This bug can be leveraged cause a page's reference
> counts and type counts to fall to zero while retaining writeable
> mappings to the page.
>
> * Under some specific conditions, if a grant is mapped with both the
> GNTMAP_device_map and GNTMAP_host_map flags, the operation may not
> grab sufficient type counts.  When the grant is then unmapped, the
> type count will be erroneously reduced.  This bug can be leveraged
> cause a page's reference counts and type counts to fall to zero while
> retaining writeable mappings to the page.
>
> * When a grant reference is given to an MMIO region (as opposed to a
> normal guest page), if the grant is mapped with only the
> GNTMAP_device_map flag set, a mapping is created at host_addr anyway.
> This does *not* cause reference counts to change, but there will be no
> record of this mapping, so it will not be considered when reporting
> whether the grant is still in use.

More: https://xenbits.xen.org/xsa/advisory-224.html
2017-06-26 07:01:24 +00:00
Bas van Dijk 35e5719fe9 elasticsearch: 5.4.0 -> 5.4.2 2017-06-26 08:47:28 +02:00
Franz Pletz 1a7f330335
burp_1_3: remove 2017-06-26 03:48:41 +02:00
AndersonTorres 0e14a8621d mpv: eliminate config.mpv options
Removing all `config.mpv.*` options will improve readability. MPV has many
configurable options, and using the config approach is prone to confusion and
unnecessary code duplication. If needed, the user can `override` the relevant
variables in the function itself, so no functionality is lost.

Closes issue #26786
2017-06-26 02:51:09 +02:00
Jörg Thalheim 239920d745 Merge pull request #26831 from volth/plv8-init-2.0.3
plv8: init at 2.0.3
2017-06-25 18:20:37 +01:00
Lukas Werling 38e4c28abf vivaldi-ffmpeg-codecs: init at 59.0.3071.104
Due to licensing costs, Vivaldi bundles a version of ffmpeg compiled
without support for the common H.264 codec. However, it is possible to
supply a custom libffmpeg.so with additional codecs. This derivation
uses the Chromium source to compile a compatible libffmpeg.so.

This approach is recommended by a Vivaldi developer, see
https://gist.github.com/ruario/bec42d156d30affef655
2017-06-25 15:14:37 +02:00
Roman Volosatovs fd0f02628b
mopidy-local-sqlite: init at 1.0.0 2017-06-25 14:26:15 +02:00
Jörg Thalheim a93225fc6c Merge pull request #26835 from unaizalakain/init_qgo
qgo: init at unstable-2016-06-23
2017-06-25 12:05:32 +01:00
Jörg Thalheim 7a10cc84a0 rustRegistry: switch to mkDerivation
fixes #26582
2017-06-25 11:56:29 +01:00
tilpner c610f99d8f Expose custom Rust registry versions
This allows users to specify a custom registry src,
because currently every packager would need to create
an outdated Cargo.lock just to be compatible with the
probably outdated rustRegistry in nixpkgs.

Currently there is no easy way to convince cargo to
do that, so this makes that workaround unnecessary.
2017-06-25 11:56:15 +01:00
Jörg Thalheim 46427b77f4 Merge pull request #26690 from DIzFer/telegram-update
tdesktop: 1.0.27 -> 1.1.7
2017-06-25 11:37:21 +01:00
Unai Zalakain 6e52efe9eb
qgo: init at unstable-2016-06-23 2017-06-25 12:29:18 +02:00
Jörg Thalheim 3913522a41 Merge pull request #26828 from rvolosatovs/init/mopidy-local-images
mopidy-local-images: init at 1.0.0
2017-06-25 08:39:56 +01:00
Volth 60e19e7393 plv8: init at 2.0.3 2017-06-25 01:20:51 +00:00
Volth 649a036dcc nailgun: init at 0.9.1 2017-06-25 01:08:09 +00:00
Roman Volosatovs 4ebaed854f
mopidy-local-images: init at 1.0.0 2017-06-25 00:26:02 +02:00
Thomas Tuegel 1593bd2423 Merge pull request #26817 from ttuegel/qt-5.9
Qt 5.9
2017-06-24 15:19:36 -05:00
Jörg Thalheim 09704d35f2 Merge pull request #26762 from dtzWill/update/creduce
creduce: 2.6.0 -> 2.7.0, now uses LLVM 4
2017-06-24 19:59:30 +01:00
Jörg Thalheim 8f9d3bfddb Merge pull request #26594 from jchildren/master
antlr4_7: init at 4.7
2017-06-24 18:55:08 +01:00
Samuel Leathers 5d7fd7e7fa mailhog: init at 1.0.0 (#26821)
* mailhog: init at 1.0.0

* formatting nitpicks
2017-06-24 17:05:34 +01:00
Thomas Tuegel 22b10bac78
qt5: 5.8.0 -> 5.9.0
Qt 5.8 is immediately removed because its support window is ended.

The qtlocation module is built with `enableParallelBuilding = false` so that the
clipper library will be built before the components which link to it.

kjs now depends directly on pcre. The dependency was previously propagated from
qtbase, which now depends on pcre2.
2017-06-24 07:43:57 -05:00
Peter Hoeg 276adb96fa heimdall: 1.4.1 -> 1.4.2 2017-06-24 12:49:11 +08:00
Daiderd Jordan dc1ae6f18d
erlang: use R18 for packages that don't work with R19 2017-06-24 01:52:31 +02:00
aszlig 06271b6eba
krita: Fix build dependencies
First of all, we need a newer version of Vc, because at least version
1.1.0 is required for Krita 3.1.3.

Also, qtmultimedia and qtx11extras were missing.

Built and tested successfully on my machine.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @abbradar
2017-06-23 22:15:05 +02:00
Daiderd Jordan 0fafa0d7d7
erlang: remove erlangR16 and all versioned variants from all-packages
Fixes #24047

All of the variants are still available in the beam.interpreters attrset.
2017-06-23 19:58:05 +02:00
Daiderd Jordan b0b5911fc1 Merge pull request #26764 from mdaiter/erlangR20
erlangR20: init
2017-06-23 19:37:49 +02:00
John Ericson afd2bdbad2 Merge pull request #26007 from obsidiansystems/cc-wrapper-prefix
Get rid of gcc-cross-wrapper
2017-06-23 11:22:34 -04:00
Matthew Daiter d79b4766a5 erlangR20: init 2017-06-23 12:51:58 +02:00
John Ericson f55ccbb60f xbursttools: Fix eval at least so tests pass 2017-06-22 17:53:52 -04:00
John Ericson bb7067f882 mingw-w64: Clean up, especially clarifying staging 2017-06-22 17:53:51 -04:00
John Ericson 594d264205 cross stdenv adaptor: Support --host --build --target across the board
Packages get --host and --target by default, but can explicitly request
any subset to be passed as needed. See docs for more info.

rustc: Avoid hash breakage by using the old (ignored)
dontSetConfigureCross when not cross building
2017-06-22 17:52:28 -04:00
John Ericson 9bfd03eff7 cross stdenv adaptor: Remove ccCross binutils attrs and binutils extra buildDepends
It now has the correct wrapped tools and nothing else is needed.
2017-06-22 17:52:28 -04:00
John Ericson 121e7d9335 gcc-cross-wrapper: Remove in favor of newly-cross-supporting cc-wrapper 2017-06-22 17:52:28 -04:00
Daiderd Jordan aba574c4fa Merge pull request #26668 from gleber/fixpoint-erlang-packages
erlang: refactor: build packages per Erlang/OTP version.
2017-06-22 21:49:30 +02:00
Robert Hensing 86dc6469ba arelle: init at 2017-06-01 2017-06-22 21:37:15 +02:00
Will Dietz 1e9a9ba149 creduce: 2.6.0 -> 2.7.0, now uses LLVM 4 2017-06-22 07:47:53 -05:00
David Izquierdo aa2b643e4b tdesktop: 1.0.27 -> 1.1.7 2017-06-22 09:20:51 +02:00
Franz Pletz dd3f2e648a
linux_hardened_copperhead: init at 4.11.6.c 2017-06-21 23:49:00 +02:00
John Children ea440eae21 antlr4_7: init at 4.7
Includes a more recent version of antlr to nixpkgs. Previous
versions exist already, but version 4 brings many changes
to the generated code and runtime targets.

The install location has been changed from previous versions
of antlr to make use of the set-java-classpath hook, which
is required to make use of both the runtime and the binary.

Also includes the testing rig as a script to allow graphical
inspection of parse trees.
2017-06-20 12:04:12 +01:00
Gleb Peregud d1b9c9d2cd erlang: refactor: build packages per Erlang/OTP.
This change introduces a fixpoint, which allows to do deep override when
building packages defined in pkgs/development/beam-modules/default.hex.
This allows to provide beam.packages.erlang{,R16,R17,R18,R19} which
contains the same packages built with different Erlang/OTP versions.

Top-level attribute beamPackages points at beam.packages.erlangR18, the
same applies to other top-level Erlang packages.

TODO:
- beam.packages.erlang{R16,R17} is almost useless, since rebar/rebar3
  does not build using these versions;
- all packages in beam.packages which use buildMix are actually built
  with erlangR18;
- update documentation.
2017-06-19 19:53:15 +02:00
goibhniu 7d747e1b16 Merge pull request #26626 from magnetophon/jackaudio
jackaudio: 1.9.10 -> 1.9.11-RC1
2017-06-19 16:44:59 +02:00
Florian Jacob 55844c8380 piwik & piwik service: init at 3.0.4 2017-06-19 16:00:17 +02:00
Joachim F babfd23364 Merge pull request #26663 from vandenoever/musescore
musescore: 2.0.3 -> 2.1.0
2017-06-19 14:29:03 +01:00
Bart Brouns 9d0441434d jackaudio: 1.9.10 -> 1.9.11-RC1 2017-06-19 15:11:41 +02:00
rnhmjoj 7f89293051
gnash: init at 0.8.11-2017-03-08 2017-06-19 15:08:57 +02:00
Domen Kožar 56be4bee34
cabal-install: fix closure size on OSX 2017-06-19 13:55:05 +02:00
Jörg Thalheim ce3273708b Merge pull request #26655 from gnidorah/master3
pythonPackages.ps_mem: init at 3.9
2017-06-18 16:37:14 +01:00
gnidorah fd072b98d0 ps_mem: init at 3.9 2017-06-18 18:15:42 +03:00
Jörg Thalheim 92fc4a374f
Revert "gdbGuile: mark as broken"
This reverts commit 08d25152b8.
2017-06-18 14:52:11 +01:00
Thomas Tuegel 9149faf6a9
prison: init at 5.33.0 2017-06-18 08:44:44 -05:00
Thomas Tuegel f5c00c43bb
qgpgme: init at 1.9.0 2017-06-18 08:44:44 -05:00
Thomas Tuegel c816bbc8a8
qt5: remove makeQtWrapper 2017-06-18 08:44:42 -05:00
Thomas Tuegel 870c07cc2b
sddm: take themes from system environment 2017-06-18 08:43:39 -05:00
Thomas Tuegel be7b7d908f
Remove kdeWrapper 2017-06-18 08:43:39 -05:00
Thomas Tuegel 7b6f8dc77f
qt5: move kdeDerivation to qt5.mkDerivation 2017-06-18 08:42:19 -05:00
Thomas Tuegel 210f688802
qt5: rename qmakeHook to qmake 2017-06-18 08:41:57 -05:00
Jörg Thalheim 08d25152b8
gdbGuile: mark as broken
does not compile anymore since gdb 8.0
2017-06-18 13:26:11 +01:00
Michiel Leenaars b4b698248f qstopmotion: init -> 2.3.2 2017-06-18 00:47:01 +02:00
Rushmore Mushambi e1ec8d9e9c Merge pull request #26658 from rushmorem/cockroach
cockroachdb: beta-20160915 -> v1.0.2
2017-06-18 00:46:24 +02:00
rushmorem ec65ef744b cockroachdb: beta-20160915 -> v1.0.2 2017-06-17 22:52:25 +02:00
Tim Steinbach 6b199db895 Merge pull request #26644 from NeQuissimus/gradle_4_0
gradle: 3.5 -> 4.0
2017-06-17 16:05:26 -04:00
Jörg Thalheim b40cda750b Merge pull request #26656 from volth/sbt-with-scala-native
sbt: support scala-native
2017-06-16 23:45:17 +01:00
Jörg Thalheim 61feffbe57 Merge pull request #26652 from ciil/ltris
ltris: init at 1.0.19
2017-06-16 23:30:00 +01:00
Jörg Thalheim c4037ee92b Merge pull request #26583 from mbbx6spp/init-ply-package
ply: init at v1-beta1(9e810b1)
2017-06-16 23:21:23 +01:00
Jos van den Oever 6ee183b7f2 musescore: 2.0.3 -> 2.1.0 2017-06-16 23:47:44 +02:00
Simon Lackerbauer e0c1c51d73 ltris: init at 1.0.19 2017-06-16 21:37:18 +02:00
Volth b1928704d4 sbt: support build scala-native targets 2017-06-16 15:52:13 +00:00
Tim Steinbach a4a0f30108
gradle: 3.5 -> 4.0 2017-06-16 08:29:08 -04:00
Alexey Shmalko b521296a4c Merge pull request #26575 from rnhmjoj/ddcutil
ddcutil: init at 0.8.2
2017-06-16 10:08:55 +03:00
Katona László 5e528db0d9 aliza: init at 1.28.10 2017-06-15 19:53:01 +02:00
Edward Tjörnhammar 0f9a2285b8
ezquake: init at 3.0.1 2017-06-15 08:37:24 +02:00
Vladimír Čunát 4ef8313bb6
aiccu: remove leftover from 3dcecf09fc 2017-06-15 07:54:50 +02:00
Susan Potter fdef885d97
ply: init at v1-beta1(9e810b1) 2017-06-14 17:41:42 -05:00
rnhmjoj 7ef9a9ffc1
ddcutil: init at 0.8.2 2017-06-15 00:32:26 +02:00
Profpatsch 79dd4deda5 Ultrastar (#26524)
* ultrastardx-beta: init at 1.3.5

* libbass, libbass_fx: init at 24

* ultrastar-creator: init at 2017-04-12

* buildSupport/plugins.nix: add diffPlugins

Helper function to compare expected plugin lists to the found plugins.

* ultrastar-manager: init at 2017-05-24

The plugins are built in their own derivations, speeding up (re-)compilation.
The `diffPlugins` function from `beets` is reused to test for changes in the
plugin list on updates.

* beets: switch to diffPlugins

The function is basically just extracted for better reusability.
2017-06-14 11:29:31 +02:00
Maximilian Bosch 3803864ca6 thefuck: init at 3.18 (#26529) 2017-06-14 09:57:38 +01:00
Charles Strahan 3b1c4fce4f psensor: init at 1.2.0
psensor is a graphical hardware monitoring application for Linux
2017-06-13 18:51:36 -04:00
Bas van Dijk 2444eab485 ELK: update kibana and the elastic beats to 5.4 (#26252)
* Add kibana5 and logstash5
* Upgrade the elastic beats to 5.4
* Make sure all elastic products use the same version
  (see elk5Version)
* Add a test for the ELK stack
2017-06-13 22:36:08 +02:00
David Guibert f03ee24754 gfortran7: added by wrapping gcc7 (#26535)
thanks
2017-06-13 21:46:37 +02:00
Peter Simons 14283b6a95 vcsh: update to latest Git head, enable test suite, install man page 2017-06-13 20:16:30 +02:00
Will Dietz ab9d244348 elfkickers: init at 3.1 2017-06-12 14:57:38 -05:00
Franz Pletz 934b72301e
libfann: init at 2.2.0 2017-06-12 17:44:43 +02:00
Daiderd Jordan 4010313ab9 Merge pull request #26381 from gleber/generalize-beam
erlang: refactor to generalize Erlang/OTP derivations
2017-06-11 20:35:07 +02:00
Daiderd Jordan a3317da9f9 Merge pull request #26275 from anderspapitto/rust-updates
rust: 1.15.0 -> 1.17.0
2017-06-11 17:59:11 +02:00
Vladimír Čunát 86da6d441f
lyx: maintenance 2.2.2 -> 2.2.3
In particular, they claim some fixes related to Qt-5.8,
so I switched back to using the default Qt (=5.8 ATM).

Tested just briefly.
2017-06-11 17:10:06 +02:00
Bjørn Forsman c95f3a36cd sdcc: 3.5.0 -> 3.6.0
* requires texinfo
* --std=c99 unneeded, fixed upstream
* can build with nixpkgs default boost (v1.62), so let's do that
2017-06-11 16:02:21 +02:00
Vladimír Čunát 32916ab1de
Merge older staging
Enough rebuilds have finished on Hydra now.
2017-06-11 09:01:08 +02:00
Judson 78cb9163a6
Adding Corundum to all-packages 2017-06-10 17:22:13 -07:00
Judson dd86c6d25a
Adding Corundum as demo of rubyTool 2017-06-10 17:11:37 -07:00
Anders Papitto 1e0866e064 rust: 1.15.0 -> 1.17.0
Also updates beta, nightly, nightlyBin, and bootstrap compilers.
Also updates the registry.
Also consolidates logic between bootstrap and nightlyBin compilers.
Also contains some miscellaneous cleanups.
Also patches firefox to build with the newer cargo
2017-06-10 15:15:50 -07:00
Tuomas Tynkkynen 73a1307a02 U-Boot: Add A20 OLinuXino Lime build
Yet another Allwinner board working out-of-the-box, no surprises.
2017-06-10 23:22:24 +03:00
Chris Hodapp a24960d214 autotrace: init at 0.31.1
Add ApplicationServices for Darwin build

Clean up comments
2017-06-10 12:08:54 -04:00
Jörg Thalheim 800d525ac4 Merge pull request #26349 from midchildan/tilix
tilix: init at 1.5.8
2017-06-10 10:31:08 +01:00
Jörg Thalheim b731e65081 arphic: init at 0.2.20080216.2
arphic: init at 0.2.20080216.2
2017-06-10 09:32:34 +01:00
Jörg Thalheim c1d05287d6 Merge pull request #26451 from oxij/pkg/up/exiftool
perl: Image-ExifTool: 9.27 -> 10.48, add alias to all-packages.nix
2017-06-10 09:28:08 +01:00
Jörg Thalheim 308acf3199 Merge pull request #26478 from Moredread/profanity_tray
profanity: enable tray icon support
2017-06-10 09:25:53 +01:00
Jörg Thalheim ea7aa3156c Merge pull request #26496 from romildo/fix.lxappearance
lxappearance: add variant for Gtk+-3
2017-06-10 09:11:51 +01:00
Vladimír Čunát cb9f953c92
Merge branch 'master' into staging
More larger rebuilds.
2017-06-10 10:07:33 +02:00
Michael Weiss d17bcfc5f0 androidenv: Manually update missing packages
Improvement: Use nix-shell for fetch.sh

androidsdk{,_extras}:
- Update to 7.1.1

google_apis_25 is missing after fetch.sh due to an error in addon.xml
(upsteam bug).

Addons:
- Add google_apis_25
- Update google_play_services (v8_rc41 -> v11_rc16)
2017-06-10 03:57:30 +02:00
Changlin Li 8237294f64 Add Unicode Arphic CJK fonts
These are a couple of CJK fonts that are on most other Linux distributions
that aren't on NixOS
2017-06-09 20:52:18 -04:00
Masayuki Takeda c2c775d047 rictydiminished-with-firacode: init at 0.0.1 (#26485) 2017-06-10 00:29:36 +01:00
romildo 11623c5fca lxappearance: add variant for Gtk+-3
lxappearance supports both Gtk+-2 and Gtk+-3. The current `lxappearance'
package continues to be for Gtk+-2. Add `lxappearance-gtk3' for Gtk+-3.

A patch is needed in order to look for themes in system data dirs with
Gtk+-3.
2017-06-09 18:05:09 -03:00
midchildan 54b23e605c
tilix: init at 1.6.1 2017-06-09 16:53:47 +09:00
midchildan 0f93270aba
gtkd: init at 3.6.5 2017-06-09 16:53:46 +09:00
Simon Lackerbauer 63e967a33a lbreakout2: init at 2.6.5 2017-06-09 09:25:28 +02:00
André-Patrick Bubel 55f0f9e1a4
profanity: enable tray icon support
Profanity can show a tray icon, e.g. showing that messages were received.
This enables support for the feature.
2017-06-08 22:55:42 +02:00
Jörg Thalheim ff139c49f7 Merge pull request #26438 from jgertm/jgertm/buck
buck: init at v2017.05.31.01
2017-06-08 21:27:33 +01:00
John Ericson 2f348884b8 Merge pull request #26471 from obsidiansystems/gcc7-no-cross-arg
gcc 7: Remove `cross` arguments and don't use stdenv.is*
2017-06-08 15:40:35 -04:00
Vladimír Čunát 2993b7e096
Merge branch 'master' into staging
>10k of rebuilds from master
2017-06-08 20:56:22 +02:00
John Ericson 7a13457253 gcc 7: Remove cross arguments and don't use stdenv.is*
These changes were already done for the older GCCs, but 7 slipped
through the cracks.
2017-06-08 14:08:31 -04:00
Rok Garbas a0afc4f0d1 firefox-*-bin: updates (#26462)
* firefox-beta-bin: 51.0b8 -> 54.0b13

* firefox-devedition-bin: init at 54.0b14

Firefox DevEdition became a new product of Mozilla and is "repackaged"
Firefox Beta with its own release channel and six weeks release cycle as
other channels. It is no longer being built on nightly basis

* updated the update.nix script to facilitata firefox-devedition-bin

* disabling automatic updates by pointing to non existing channel

* f firefoxWrapper looks for gtk3 attribute to wrap the executable gtk3 to wrap the binary with needed ``XDG_DATA_DIRS``
2017-06-08 15:33:24 +02:00
Gleb Peregud 96f4cac659 erlang: Move all BEAM packages into beam-packages.
This applies to Erlang, Elixir and LFE packages.

beam-packages provides interpreters and packages sets separately. This
is in preparation of generalizing BEAM interpreters definitions.
2017-06-08 11:28:44 +02:00
Josef Kemetmueller cce12a644c hdf4: Init at 4.2.12 2017-06-08 07:52:12 +00:00
Edward Tjörnhammar 44a9f37ba8
libretro: add parallel-n64 core 2017-06-07 23:31:20 +02:00
Vladimír Čunát ae6df000d0
Merge branch 'master' into staging 2017-06-07 18:11:27 +02:00
SLNOS c6df7ca5cf perl: Image-ExifTool: 9.27 -> 10.48, add alias to all-packages.nix 2017-06-07 12:00:57 +00:00
danbst e9da05ee8b zoom-us: init at 2.0.91373.0502
Actually, reintroduce after removal (bb99babc5a)
and use bundled Qt.
2017-06-07 12:01:01 +03:00
Tim Jäger 48c910611f buck: init at v2017.05.31.01 2017-06-06 22:46:02 -07:00
John Ericson 6518dffc02 Merge pull request #26388 from obsidiansystems/tools-cleanup-rote
Tools cleanup rote
2017-06-06 20:39:24 -04:00
Ross MacLeod e854685d65 gcc*: Remove cross argument and instead use hostPlatform and targetPlatform 2017-06-06 19:28:16 -04:00
John Ericson 200ac02d0f binutils: Modernize derivation
No hashes of any sort should be changed
2017-06-06 19:28:16 -04:00
Frederik Rietdijk 7e0251698b Merge remote-tracking branch 'upstream/master' into HEAD 2017-06-06 20:44:34 +02:00
Jörg Thalheim 85aa14fa37
rssguard: use fetchgit; wrapGAppsHook 2017-06-06 06:34:29 +01:00
Jaakko Luttinen fe53a6c17c
rssguard: init at 3.4.0 2017-06-05 21:14:29 +03:00
Edward Tjörnhammar 677f194a10
kodiPlugins.steam-controller: init at 0.9.0 2017-06-05 17:19:12 +02:00
Edward Tjörnhammar fe0b858113
kodiPlugins.joystick: init at 1.3.6 2017-06-05 17:17:57 +02:00
Edward Tjörnhammar 4f410bfc8d
kodiPlugins.advanced-emulator-launcher: init at 0.9.6 2017-06-05 17:17:57 +02:00
Edward Tjörnhammar 513e66e310
kodiPlugins: move build funs to common 2017-06-05 17:17:57 +02:00
Frederik Rietdijk 7578940392 Merge remote-tracking branch 'upstream/master' into HEAD 2017-06-05 12:46:08 +02:00
Daiderd Jordan 30f329e74b Merge pull request #26310 from LnL7/darwin-stdenv-no-sphinx
darwin-stdenv: remove python dependencies
2017-06-05 12:44:07 +02:00
Gabriel Ebner c1dd378b58 Merge pull request #26390 from asppsa/emscripten-binaryen
emscripten: add binaryen support
2017-06-05 09:30:51 +02:00
Jaka Hudoklin 305e7deb0d Merge pull request #26362 from benley/dex-2.4.1
dex: init at 2.4.1
2017-06-05 00:56:34 +02:00
Edward Tjörnhammar beb04aabac
libretro.dolphin: init at 2017-06-04 2017-06-04 21:11:14 +02:00
Pascal Wittmann 2c84e814e8
randoop: init at 3.1.5 2017-06-04 17:19:23 +02:00
Alastair Pharo a8c48bb68b binaryen: add package 2017-06-04 13:49:46 +10:00
Nikolay Amiantov 0011f9065a Merge pull request #26152 from abbradar/wine-reorder
wine: reorganize packages
2017-06-04 00:58:42 +03:00
Nikolay Amiantov e7530e6a5a wine: reorganize packages
Move most of wine configurations to winePackages which is not built on Hydra.
Leave two top-level packages:

wine: stable release with an "office" configuration;
wineStaging: staging release with a "full" configuration.
2017-06-04 00:57:45 +03:00
Benjamin Staffin d007428621
dex: init at 2.4.1
There is already another thing called "dex" that manipulates .desktop
files, so I called this one "dex-oidc" in all-packages.nix.
2017-06-03 17:43:36 -04:00
Nikolay Amiantov 0dc5473730 gcc7: init at 7.1.0 2017-06-04 00:38:30 +03:00
Volth ede0d138fd half: init at 1.12.0 2017-06-03 13:53:24 +00:00
Jörg Thalheim 88164c77e8 Merge pull request #26235 from apeyroux/init-ctop
ctop: init at 2017-05-28
2017-06-03 12:37:39 +01:00
Bastian Köcher fcf6989c92 inspectrum: unstable-2017-02-18 -> unstable-2017-05-31 (#26284)
* Upgrades Inspectrum to new version to work with QT5.8

* inspectrum: also increment version number
2017-06-03 12:30:40 +01:00
Francois-Rene Rideau 7cbdb10576 gerbil: init at 0.10 2017-06-03 12:08:49 +01:00
Jörg Thalheim 7a0bce8422 Merge pull request #26331 from orivej/libnetfilter_log
libnetfilter_log: init at 1.0.1
2017-06-02 21:31:24 +01:00
Kjartan Ovmilk 2bd5c13af5
resilio-sync: init at 2.5.2 2017-06-02 21:24:42 +01:00
Orivej Desh 48c9e09190 libnetfilter_log: init at 1.0.1 2017-06-02 16:10:23 +00:00
Graham Christensen 49bc01682e Merge pull request #26262 from holidaycheck/nodejs-8.0.0
nodejs: init at 8.0.0
2017-06-02 11:05:26 -04:00
Frederik Rietdijk 1fe17ee116 Merge pull request #26316 from rnhmjoj/pirate-get
pirate-get: 0.2.9 -> 0.2.10
2017-06-02 09:37:07 +02:00
rnhmjoj ceedd0b04a
pirate-get: 0.2.9 -> 0.2.10 2017-06-02 00:36:59 +02:00
Daiderd Jordan 9e2aba3572
darwin-stdenv: remove python-sphinx and a bunch of other dependencies from the stdenv 2017-06-01 23:23:56 +02:00
Pascal Wittmann 08228e8bfa
nagstamon: init at 2.0.1 2017-06-01 19:32:06 +02:00
Peter Hoeg ef77b61f75 kwalletcli: init at 3.00 2017-06-01 19:11:30 +08:00
Peter Simons e25ab373db wiggle: initial version 1.0
Wiggle is a tool for applying patches with conflicts.
2017-05-31 14:12:06 +02:00
Peter Hoeg 102a85a486 Merge pull request #26260 from diegs/terraform
terraform: 0.9.4 -> 0.9.6.
2017-05-31 11:14:27 +08:00
Gabriel Gonzalez 0dd5e832f0 kati: init at 2017-05-23 (#26168) 2017-05-31 02:16:16 +02:00
Albert Peschar 47d038c21d elasticsearch: add 5.x package, service 2017-05-31 02:06:29 +02:00
Diego Pontoriero 6a27b46dee
terraform: 0.9.4 -> 0.9.6. 2017-05-30 13:54:45 -07:00
Mathias Schreck b67d01a0e9 nodejs: init at 8.0.0 2017-05-30 22:39:43 +02:00
Théo Zimmermann f8fd5531a3 patdiff: init at 0.9.0 2017-05-30 20:50:36 +02:00
Vladimír Čunát 538aa0f808
Merge branch 'staging' (early part)
The comparison looks nice on Hydra.
2017-05-30 16:08:21 +02:00
Alexandre Peyroux 31d5363228
ctop: init at 2017-05-28 2017-05-30 13:10:45 +02:00
Frederik Rietdijk ccafbacd8f Merge pull request #26215 from dermetfan/mcrcon
mcrcon: init at 0.0.5
2017-05-30 09:03:47 +02:00
Frederik Rietdijk 89a32f4586 Merge pull request #26124 from womfoo/init/cloudmonkey-5.3.3
cloudmonkey: init at 5.3.3 with related dependency argcomplete: init at 1.8.2
2017-05-30 08:43:05 +02:00
Robin Stumm 75a94a5a28 mcrcon: init at 0.0.5 2017-05-29 22:46:23 +02:00
Kranium Gikos Mendoza 4126cc18be cloudmonkey: init at 5.3.3 2017-05-30 06:37:19 +10:00
Matthias Beyer 97eddf0907 vimer: init at 0.2.0 2017-05-29 23:02:11 +03:00
Vladimír Čunát 02032dbda4
Merge branch 'master' into staging
More mass rebuilds from master.
2017-05-29 10:51:38 +02:00
Jörg Thalheim b34f33665f Merge pull request #26179 from veprbl/cernlib
cernlib: init at 2006
2017-05-29 08:14:30 +01:00
Dmitry Kalinkin 6e95e2a161
cernlib: init at 2006 2017-05-28 18:51:16 -04:00
Léo Gaspard 4a0c7d1b2d dkimproxy: init at 1.4.1 (#26147)
* dkimproxy: init at 1.4.1

* dkimproxy: simplify by using mkDerivation

* dkimproxy: set ekleog as maintainer

* dkimproxy: style fix

* dkimproxy: also work without the right PERL5LIB environment variable
2017-05-28 23:25:29 +01:00
Anderson Torres 815ad7c549 Galaxis: init at 1.9 (#26185)
* Galaxis: init at 1.9

* galaxis: nitpicks
2017-05-28 19:59:36 +01:00
Marius Bergmann 6ecb92a3c3 cfssl: init at 20170527 2017-05-28 18:43:04 +02:00
Jörg Thalheim 801adf99c2 Merge pull request #26158 from montag451/simpleproxy
simpleproxy: init at 3.5
2017-05-27 18:54:19 +01:00
montag451 6de69a2425 simpleproxy: init at 3.5 2017-05-27 17:42:48 +02:00
Frederik Rietdijk 77b7fca588 Merge remote-tracking branch 'upstream/master' into HEAD 2017-05-27 14:28:05 +02:00
Pascal Wittmann f717118610
fsql: init at 0.1.0 2017-05-27 11:50:47 +02:00
Vladimír Čunát 76a020e676
Merge branch 'master' into staging 2017-05-27 11:11:44 +02:00
Vladimír Čunát b4bb39642e
libdrm: support valgrind suppression via a lighter version
Fixes #25917.  It's all only about build-time dependency bloat and
consequent rebuild propagation.
2017-05-27 11:08:23 +02:00
Franz Pletz 8ab0501865 Merge pull request #25565 from KaiHa/nitrokey-app-1.0
nitrokey-app: 0.6.3 -> 1.1
2017-05-27 02:43:22 +02:00
Vladimír Čunát 00672dec8a
Merge older staging
This still causes some uncached rebuilds, but master(!) and staging
move too fast forward rebuild-wise, so Hydra might never catch up.
(There are also other occasional problems.)
Therefore I merge at this point where the rebuild isn't that bad.
2017-05-26 15:45:43 +02:00
Volth b7ccf27229 rename webkitgtk24x -> webkitgtk24x-gtk3; webkitgtk2 -> webkitgtk24x-gtk2 2017-05-26 13:43:25 +00:00
Volth 3de90b259c webkitgtk: 2.14.11 -> 2.16.3 2017-05-26 16:20:54 +03:00
Nicolas Mattia da192f2741 stutter: init at 0.1.0.1
This adds the stutter string generator to all-packages and update the
hackage indices for dependencies.
2017-05-26 09:15:55 +01:00
Franz Pletz 5e4a797888
nitrokey-udev-rules: init 2017-05-26 00:47:46 +02:00
Jaka Hudoklin fe891e7e10 Merge pull request #25989 from frontsideair/flow-46
flow: 0.42.0 -> 0.46.0
2017-05-25 01:17:56 +02:00
Dejan Lukan d4372617d0 loadlibrary: init at 721b08 2017-05-25 00:41:12 +02:00
Franz Pletz dd22335c3b Merge pull request #25680 from gnidorah/master2
openmpt123: don't build pulseaudio driver, libao: build both pulse and alsa drivers
2017-05-24 22:20:00 +02:00
Frederik Rietdijk 4f6dde2494 Merge pull request #26044 from aneeshusa/update-pgcli-to-1.5.1
Update pgcli to 1.5.1
2017-05-24 21:24:30 +02:00
Aneesh Agrawal 473189e8e0 pgcli: 1.3.1 -> 1.5.1 2017-05-24 15:20:36 -04:00
Vladimír Čunát 8004e79415
Merge branch 'master' into staging 2017-05-24 03:24:06 +02:00
Tuomas Tynkkynen e6cb889faa esptool: init at 1.4 2017-05-24 02:47:46 +03:00
Tuomas Tynkkynen ff15d0c41e esptool-ck: init at 0.4.11 2017-05-24 02:47:41 +03:00
Nikolay Amiantov 95f321480f wine: add udev support 2017-05-24 02:26:53 +03:00
Ben Darwin b21805d972 elastix: init at 4.8 2017-05-23 18:25:15 -04:00
Profpatsch 178a5067af hledger(-web): move to all-packages with static build
Since they are executables they should be at top-level.
We build statically to shorten invocation time (at the moment haskell packages
have the problem of too large RPATHs).
2017-05-23 01:59:10 +02:00
John Ericson c3b2c5bf77 Merge pull request #25997 from obsidiansystems/isHurd
stdenv: Rename `isGNU` to `isHurd` as GNU is a userland
2017-05-22 19:02:49 -04:00
Jörg Thalheim c42739a429
wllvm: init at 1.1.3 2017-05-22 22:46:23 +01:00
Carles Pagès f60767d55e Merge pull request #25366 from titanous/kodi-hdhomerun
kodi: add pvr-hdhomerun plugin
2017-05-22 23:32:07 +02:00
Jörg Thalheim 893c7b6112
cryptominisat: init at 5.0.1 2017-05-22 22:25:14 +01:00
Jörg Thalheim 7786922240
minisatUnstable: init at 2013-09-25 2017-05-22 22:24:58 +01:00
John Ericson c443033be3 gdb: Modernize and simplify derivation
- `isGNU` to `isHurd`, my sedding did not catch
 - Simplify cross compilation in general
 - Be more careful about python
 - no more `gdbCross` in all-packages
2017-05-22 17:10:29 -04:00
John Ericson 0d88299019 Merge pull request #25976 from obsidiansystems/no-stdenv-is
Add `*Platform.is*` predicates and alias `stdenv.is*` to `hostPlatform`'s
2017-05-22 13:30:20 -04:00
Arseniy Seroka 37c89aaaa7 Merge pull request #25826 from Zimmi48/patch-1
coqPackages: default version 8.4pl6 -> 8.6
2017-05-22 20:06:31 +03:00
Arseniy Seroka c734781158 Merge pull request #25958 from Mic92/iwd
iwd: init at unstable-2017-04-21
2017-05-22 20:04:04 +03:00
Arseniy Seroka 1ab1d2b4e5 Merge pull request #25979 from AndersonTorres/vms-empire
vms-empire: init at 1.14
2017-05-22 20:02:52 +03:00
Arseniy Seroka dd10788280 Merge pull request #25972 from AndersonTorres/robotfindskitten
robotfindskitten: init at 2.7182818.701
2017-05-22 20:02:05 +03:00
Dan Peebles 845d1b28bf pants{,13-pre}: move from pythonPackages to top level
That means it'll build in Hydra and we don't really care which version of
Python it builds against.
2017-05-22 12:22:13 -04:00
Fatih Altinok 27dc2c4926 flow: 0.42.0 -> 0.46.0 2017-05-22 15:49:30 +03:00
Frederik Rietdijk 1267b155c4 Merge pull request #25916 from FRidh/reproducible
Python: set DETERMINISTIC_BUILD and PYTHONHASHSEED in setupHook
2017-05-22 10:20:04 +02:00
Frederik Rietdijk 99cfab07b9 Merge remote-tracking branch 'upstream/master' into HEAD 2017-05-22 09:21:40 +02:00
Andrew Miller c3f434fd62 hss: init at 1.0.1 (#25936)
* hss: init at 1.0.1

* hss: use buildRubyGem instead of bundler
2017-05-22 07:06:11 +01:00
John Ericson c5c6606048 lib: Infer libc field of platform if not specified
This is especially useful when not cross compiling. It means we can
remove the `stdenv.isGlibc` predicate too.

Additionally, use this to simplify the logic to choose the
appropriate libiconv derivation.
2017-05-22 00:25:02 -04:00
John Ericson 2e7ec6fb70 lib: Make platform predicates more ergonomic to use
`hostPlatform.isDarwin` instead of `lib.system.parse.isDarwin
hostPlatform.parsed`
2017-05-22 00:25:02 -04:00
AndersonTorres 8f84651132 vms-empire: init at 1.14 2017-05-21 18:57:12 -03:00
AndersonTorres 0808896e73 robotfindskitten: init at 2.7182818.701 2017-05-21 14:33:43 -03:00
midchildan 2c393164c8
mikutter: init at 3.5.7
fixes #25852
2017-05-21 12:13:34 +01:00
Jörg Thalheim a527a47cd3
iwd: init at unstable-2017-04-21 2017-05-21 11:05:35 +01:00
Adrian Parvin D. Ouano 7d97051f72
st: extraLibs argument
fixes #25956
2017-05-21 07:52:00 +01:00
John Ericson bb37fc90c7 Merge pull request #25897 from obsidiansystems/glibc-cross
glibc: Clean up cross compilation
2017-05-20 22:26:15 -04:00
Franz Pletz b411968774
lldpd: init at 0.9.7 2017-05-21 01:16:42 +02:00
Michael Raskin aafe99ca90 mozlz4a: init at 2015-07-24 2017-05-21 00:21:47 +02:00
Jörg Thalheim 91978764a0 Merge pull request #25943 from pbogdan/tcptraceroute
tcptraceroute: init at 1.5beta7
2017-05-20 19:38:58 +01:00
Jörg Thalheim da7e4ce1ad Merge pull request #25801 from htr/add-terraform-inventory
terraform-inventory: init at 0.7-pre
2017-05-20 19:35:07 +01:00
kadota kyohei a908f2a3df google-app-engine-go-sdk: init at 1.9.53 (#25856)
* google-app-engine-go-sdk: init at 1.9.53

* google-app-engine-go-sdk: simplify python wrapper, use fetchzip

* add myself to maintainer list

* google-app-engine-go-sdk: add lufia as maintainer
2017-05-20 19:33:57 +01:00
Jörg Thalheim c2dce6a745 Merge pull request #25666 from vmandela/gitseries
git-series: init at 0.9.1
2017-05-20 18:59:41 +01:00
Jörg Thalheim 2a42b45105 Merge pull request #25103 from Hodapp87/google_cloud_print
cloud-print-connector: init at unstable-2017-01-19
2017-05-20 18:23:12 +01:00
Jörg Thalheim 6e67547c94 Merge pull request #25086 from matthiasbeyer/add-madonctl
madonctl: init at 0.1.0
2017-05-20 18:07:25 +01:00
Tuomas Tynkkynen de263072b5 kernel: 4.10 is end-of-life
https://lkml.org/lkml/2017/5/20/75
2017-05-20 19:54:18 +03:00
Jörg Thalheim 196fa7e70d Merge pull request #25761 from Ma27/new-package/i3lock-pixeled
i3lock-pixeled: init at 1.1.0
2017-05-20 17:46:57 +01:00
Jörg Thalheim ea706bd98b Merge pull request #25231 from veprbl/root_6.09.02
root: 6.08.02 -> 6.09.02
2017-05-20 17:37:43 +01:00
leenaars 92964a2ea8 srcml: init at 0.9.5 (#25395) 2017-05-20 17:23:55 +01:00
Venkateswara Rao Mandela 3b69497bb1 git-series: init at 0.9.1
git series tracks changes to a patch series over time. git series also
tracks a cover letter for the patch series, formats the series for
email, and prepares pull requests.

https://github.com/git-series/git-series
2017-05-20 16:00:31 +00:00
Piotr Bogdan 95c158dbf8 tcptraceroute: init at 1.5beta7 2017-05-20 16:21:51 +01:00
Hugo Tavares Reis e3de736b9b terraform-inventory: init at 0.7-pre 2017-05-20 16:17:24 +02:00
ryneeverett 34bdf451c3 lxpanel: init at 0.9.3
[Bjørn: break overlong lines.]
2017-05-20 15:41:09 +02:00
Valérian Galliat 330048e40c timelapse-deflicker: init at 142acd1 (#25904)
* timelapse-deflicker: init at 142acd1

* timelapse-deflicker: nitpicks

* Add myself as a maintainer
2017-05-20 12:33:28 +01:00
Robin Gloster c9f3893451
despotify: remove
broken and doesn't build with openssl 1.1
2017-05-20 13:22:58 +02:00
Unai Zalakain c3cbbd09a0 metar: init at 20161013.1 2017-05-20 11:58:03 +02:00
Jörg Thalheim 78c409d44d Merge pull request #25860 from pjones/pjones/mynewt-newt
mynewt-newt: init at 1.0.0
2017-05-20 10:40:25 +01:00
Jörg Thalheim 7c9437104a Merge pull request #25925 from selaux/networkmanager_fortisslvpn
networkmanager_fortisslvpn: init at 1.2.4
2017-05-20 09:18:22 +01:00
Jens Binkert 72589c9d30 Typora: init at 0.9.29 (#25899)
* Typora: init at 0.9.29

* typora: adapt description
2017-05-20 08:52:11 +01:00
Protean Security d89aaca611 tcpreplay: init at 4.2.5 (#25891)
* tcpreplay: init at 4.2.5

* fix the license meta info

* tcpreplay: use bsd3 license from lib.licenses
2017-05-20 07:51:36 +01:00
John Ericson 7e096024d7 glibc: Fix for cross 2017-05-19 18:44:24 -04:00
Shea Levy b71b7ee622 fetchFromGitHub: Allow private repos, hosted githubs 2017-05-19 15:38:01 -04:00
Stefan Lau a3696aa090 networkmanager_fortisslvpn: init at 1.2.4 2017-05-19 19:18:30 +02:00
Frederik Rietdijk acd32a4caf Python: set DETERMINISTIC_BUILD and PYTHONHASHSEED in setupHook
The Python interpreters are patched so they can build .pyc bytecode free
of certain indeterminism.

When building Python packages we currently set

```
compiling python files.
in nix store.
DETERMINISTIC_BUILD=1;
PYTHONHASHSEED = 0;
```

Instead if setting these environment variables in the function that
builds the package, this commit sets the variables instead in the Python
setup hook. That way, whenever Python is included in a derivation, these
variables are set.

See also the issue https://github.com/NixOS/nixpkgs/issues/25707.
2017-05-19 16:28:11 +02:00
Jörg Thalheim db70f2958a Merge pull request #25580 from davidak/bcachefs-tools
bcachefs-tools: init at a588eb0
2017-05-19 13:16:58 +01:00
Vladimír Čunát 5aa530f2a8
Merge branch 'master' into staging
A few thousand rebuilds from master.
2017-05-19 08:57:59 +02:00
Jörg Thalheim 28f8e5b95d Merge pull request #25760 from georgewhewell/fwup
fwup: init at 0.14.2
2017-05-19 07:03:06 +01:00
Nikolay Amiantov 030862f63c linuxPackages.evdi: init at 1.4.1 2017-05-19 02:53:09 +03:00
Nikolay Amiantov e17744067a displaylink: 1.1.62 -> 1.3.52 2017-05-19 02:51:45 +03:00
Vladimír Čunát e9aeb55f3b
Merge branch 'master' into staging 2017-05-18 11:24:18 +02:00
Jörg Thalheim eda502d143 Merge pull request #25847 from aneeshusa/update-icdiff-to-1.9.0
icdiff: 1.7.3 -> 1.9.0
2017-05-18 06:50:22 +01:00
John Ericson bec5ffee15 Merge pull request #25232 from obsidiansystems/cross-binutils
Cross binutils
2017-05-17 16:34:56 -04:00
Daiderd Jordan fcbb9b3243 Merge pull request #25837 from czyzykowski/v8-on-osx
v8: fixes darwin build
2017-05-17 21:54:43 +02:00
Lukasz Czyzykowski 3de66330cd v8: fixes build on darwin
v8 compilation on macOS was failing because of missing dependency and
wrong linker. The approach to make it work is similar to the nodejs
package.
2017-05-17 21:50:49 +02:00
John Ericson 88ea6463a3 binutils on darwin: Clean up the rats nest
- No more *Cross duplication for binutils on darwin either.
   `cctools_cross` is merged into plain `cctools`, so `buildPackages`
   chains alone are used to disambiguate.

 - Always use a mashup of cctools and actual GNU Binutils as `binutils`.
   Previously, this was only done in the native case as nobody had
   bothered to implement the masher in the cross case. Implemented it
   basically consisted of extending the wrapper to deal with prefixed
   binaries.
2017-05-17 15:33:05 -04:00
John Ericson f2e2463367 Merge pull request #25866 from obsidiansystems/linux-headers-cross
linuxHeadersCross: Remove and just use `linuxHeaders`
2017-05-17 15:29:58 -04:00
John Ericson f0e1907bee linuxHeadersCross: Remove and just use linuxHeaders 2017-05-17 15:06:09 -04:00
John Ericson 6d599b791e Merge pull request #25859 from Ericson2314/platform-normalize
lib platform parsing: Fix windows support to conform to LLVM, take 2
2017-05-17 13:26:23 -04:00
Peter Jones f326caaeea
mynewt-newt: init at 1.0.0
Add package for mynewt-newt build manager.
2017-05-17 09:30:12 -07:00
John Ericson 371ebc89ca lib platform parsing: Fix windows support to conform to LLVM, take 2
Second attempt at pull request #25275

This reverts commit b70924bd80,
reapplying 2282a5774c
2017-05-17 11:16:00 -04:00
Maximilian Bosch 1e317150ef
i3lock-pixeled: init at 1.1.0 2017-05-17 16:15:55 +02:00
Aneesh Agrawal e75297abba icdiff: 1.7.3 -> 1.9.0
Also move to all-packages.nix,
because it is an application and not a library.
2017-05-17 03:12:14 -04:00
Vladimír Čunát 515414ed32
Merge branch 'master' into staging 2017-05-16 18:32:43 +02:00
Théo Zimmermann 5f04a61d4f coq: default version is the one of coqPackages
This clean-up is supposed to avoid the mistake made in 83a50c2 and fixed in 6b8da80 in the future.
2017-05-16 13:52:53 +02:00
Profpatsch 685bfcee63 fira-code-symbols: init at 20160811 2017-05-16 13:50:31 +02:00
Théo Zimmermann 6b8da80466 coqPackages: default version 8.4pl6 -> 8.6
This fixes incomplete commit 83a50c2.
2017-05-16 13:22:25 +02:00
Jörg Thalheim d83f1bfed5 Merge pull request #25788 from Mic92/metasploit
metasploit: 3.3.1 -> 4.14.17
2017-05-15 21:50:26 +01:00
Jörg Thalheim ec6e29fa69
msf: add metasploit alias 2017-05-15 21:48:13 +01:00
Tuomas Tynkkynen a35ec5dda6 linux_rpi: 1.20170303 -> 1.20170427 2017-05-15 11:14:59 +03:00
Peter Simons fc0543cd88 cabal2nix: include nix in the generated wrapper to ensure that nix-prefetch-url is in $PATH
Fixes https://github.com/NixOS/nixpkgs/issues/25718.
2017-05-15 09:35:44 +02:00
Frederik Rietdijk 9468764b15 Merge pull request #25609 from jluttine/add-nbstripout
nbstripout: init at 0.3.0
2017-05-15 08:47:12 +02:00
Pascal Wittmann 044063666e Merge pull request #25736 from dbrock/seth
seth: init at 0.5.0
2017-05-15 07:59:51 +02:00
Daniel Brockman ff3baddbd5 seth: init at 0.5.0 2017-05-15 00:27:02 +02:00
Tuomas Tynkkynen beb43a651c Merge remote-tracking branch 'upstream/master' into staging 2017-05-14 14:24:20 +03:00
georgewhewell a06781877f fwup: init at 0.14.2 2017-05-13 18:22:10 +01:00
Jörg Thalheim 9237fdd1d0
openbrf: fix build 2017-05-13 09:38:59 +01:00
Jörg Thalheim ae12ded6bf Merge pull request #25381 from sargon/nullmailer
nullmailer + service: init at 2.0
2017-05-13 07:13:07 +01:00
Matthew Daiter 093130f802 openmvs: init at current master (#25672)
* openmvs: init at current master

* openmvs: simplify expression

* openmvs: init at unstable-2017-05-01
2017-05-12 20:07:11 +01:00
Vladimír Čunát 51e0f8f759
Merge branch 'master' into staging
Some more larger rebuilds from master.
2017-05-12 12:03:37 +02:00
gnidorah 7da0b964de libao: build both pulse and alsa drivers 2017-05-12 12:23:56 +03:00
Peter Hoeg e25665591b qsyncthingtray: build with qt 5.6 2017-05-12 16:45:43 +08:00
Peter Hoeg 49d3b432c3 docker: fix reference to unknown attribute 2017-05-12 11:12:52 +08:00
Jörg Thalheim 3dc109cbc2
blueman: use wrapGAppsHook 2017-05-11 20:34:51 +01:00
Tim Steinbach de9c869df2 Merge pull request #25579 from vdemeester/docker-edge-update-17.05
docker-edge: 17.04 to 17.05
2017-05-11 12:49:37 -04:00
Peter Hoeg 48192c65c3 partition-manager: init at 3.0.1
Includes kpmcore 3.0.3
2017-05-11 19:07:44 +08:00
Peter Hoeg 9498f5ca5f krusader: 2.4.0-beta1 -> 2.6.0
Fixes #22952
2017-05-11 18:13:39 +08:00
Peter Hoeg b07e04882e k3b: 2.0.3a -> 17.04.0 2017-05-11 17:36:47 +08:00
Dan Peebles bd831b4a07 flamegraph: 182b24fb -> 6b2a446d
Also, add a more predictable alias to all-packages.nix
2017-05-11 01:28:44 -04:00
Franz Pletz f2e100ca85 Merge pull request #25616 from Ma27/package/activator/remove
activator: remove package from package-set
2017-05-10 03:30:51 +02:00
Vladimír Čunát 8b01ec9a9e
Merge branch 'master' into staging 2017-05-10 00:54:53 +02:00
davidak 26294f40c3 bcachefs-tools: init at a588eb0 2017-05-10 00:22:33 +02:00
tv 6fdcc7f5b4 mfcl2700dncupswrapper: init at 3.2.0-1 2017-05-10 00:20:45 +02:00
tv ba096d8ddf mfcl2700dnlpr: init at 3.2.0-1 2017-05-10 00:20:45 +02:00
John Ramsden 2ba83bd2dc Removed onboard package from all-packages..
Onboard was left in accidentally.
2017-05-09 14:37:02 -07:00
Daiderd Jordan 0d6d47edd1 Merge pull request #25568 from sigma/pr/go-1.8.1
go: 1.8 -> 1.8.1
2017-05-09 18:44:12 +02:00
Pascal Wittmann a913e8c3fa Merge pull request #25634 from ericsagnes/pkg-new/gnu-cobol
gnu-cobol: init at 2.0rc-2
2017-05-09 14:40:31 +02:00
Eric Sagnes bd03033b49 gnu-cobol: init at 2.0rc-2 2017-05-09 19:03:41 +09:00
Vincent Demeester 398f6ed7d3
docker-edge: 17.04 to 17.05
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-05-09 10:11:05 +02:00
Jörg Thalheim f4dd7f9a3b Merge pull request #25515 from league/zsh-git-prompt
zsh-git-prompt: Init at 0.5
2017-05-09 08:54:41 +01:00
Jörg Thalheim 0e6950ded6 Merge pull request #25608 from 8573/8573/pkg/add/rust/staccato/1
staccato: init at 0.1.6
2017-05-09 08:42:27 +01:00
Joachim Fasting a7ecdffc28
linux_hardened: move to 4.11
Note that DEBUG_RODATA has been split into STRICT_KERNEL_RWX &
STRICT_MODULE_RWX, which are on by default (non-optional).
2017-05-09 01:38:22 +02:00
Maximilian Bosch 25a3563102
activator: remove package from package-set
the typesafe activator is about to reach end of life at the end of this
month (2017-05) and the servers will be decommissioned at the ond of 2017.

See http://www.lightbend.com/community/core-tools/activator-and-sbt for
and the project's readme
(https://github.com/typesafehub/activator/blob/master/README.md) for further reference.
2017-05-08 19:02:25 +02:00
Jaakko Luttinen 1745b7e949
nbstripout: init at 0.3.0 2017-05-08 18:58:37 +03:00
Yann Hodique 19ebff1d95 go: 1.7.4 -> 1.7.5 2017-05-08 13:14:46 +02:00
Bo Bakker 6d598fccce hpx: init at 1.0.0 2017-05-08 10:05:30 +02:00
c74d 7cf29e1305 staccato: init at 0.1.6
Add the package `staccato`, "a command line program that lets you
compute statistics from values from a file or standard input".

I have tested this change per nixpkgs manual section 13.1 ("Making
patches").
2017-05-08 07:03:10 +00:00
Christopher League 7c185d4af9 zsh-git-prompt: Init at 0.5
This is a plugin of sorts for your `.zshrc` that can add status
information about the current git repository to your prompt. By
default it uses a python script and is thus easy on the dependencies
and not really worth packaging. But there's also a Haskell
implementation. I set it up sometime back, but then it died when the
libgmp version it was compiled with disappeared in a garbage
collection. So I decided that the Haskell version of zsh-git-prompt
might be worth packaging after all.
2017-05-07 21:09:15 -04:00
John Ramsden 42ff593555 nylas-mail: 2.0.31
Added new email client Nylas-Mail.
2017-05-07 16:05:53 -07:00
Frederik Rietdijk 7a61788bc1 Merge remote-tracking branch 'upstream/master' into HEAD 2017-05-07 21:36:49 +02:00
Joachim F aa8b0bfa49 Merge pull request #25546 from womfoo/sqlite-use-qt56
sqlitebrowser: switch to qt 5.6 - fixes build
2017-05-07 18:54:28 +01:00
Yann Hodique 69e5da17c6 go_1_8: use llvm 4.0 2017-05-07 09:43:55 -07:00
Frederik Rietdijk ef4442e827 Python: replace requests2 with requests tree-wide
See f63eb58573

The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
Jörg Thalheim 63b294eb0c
tigervnc: 1.8.0pre20170211 -> 1.8.0pre20170419 2017-05-07 09:38:42 +01:00
Michael Raskin f79a5fc30d Merge pull request #25160 from m3tti/quakespasm
Quakespasm: init at 0.92.1
2017-05-07 10:03:42 +02:00
gnidorah 42cad8b6b0
winusb: init at 2017-01-30
fixes #25536
2017-05-07 08:26:22 +01:00
Mathäus Sander 15b98cb634 quakespasm: init at 0.92.1 2017-05-07 08:02:50 +02:00
davidak 49c4f2b6f5 libscrypt: init at 1.21 2017-05-07 07:01:54 +02:00
Peter Hoeg 994299b7a9 xapian: 1.4.0 -> 1.4.4 2017-05-07 10:41:30 +08:00
Yaakov Nemoy 63f4921137 terragrunt: 0.11.1 -> 0.12.15 (#25472) 2017-05-06 19:35:04 +01:00
Joachim Fasting 22cffa0716
socklog: init at 2.1.0 2017-05-06 19:41:49 +02:00
Joachim F 3c320fe7b1 Merge pull request #19898 from bzizou/irods4.2
irods: init at 4.2.0
2017-05-06 18:19:04 +01:00
Joachim F df5329e127 Merge pull request #20317 from Radvendii/master
MAR1D: init at 0.2.0
2017-05-06 18:16:06 +01:00
Vladimír Čunát 0a897b2a33
mesa: use older LLVM on aarch64 for now 2017-05-06 15:53:06 +02:00
Frederik Rietdijk 30a33a55dd Merge pull request #25544 from asymmetric/electrum-ltc
Electrum-LTC: init at 2.6.4.2
2017-05-06 14:10:41 +02:00
Vladimír Čunát e68633cd72
Merge branch 'master' into staging
The missing maintainer entry is blocking evaluation on Hydra.
2017-05-06 13:58:45 +02:00
Vladimír Čunát b70924bd80
Revert "Merge pull request #25275 from Ericson2314/platform-normalize"
This reverts commit 2282a5774c, reversing
changes made to 14adea9156.

The lib tests are bloking nixpkgs-unstable, and I don't like debugging
it soon enough.
2017-05-06 13:28:07 +02:00
Vladimír Čunát fa5d543770
Merge branch 'master' into staging 2017-05-06 13:24:28 +02:00
Vladimír Čunát 24ec5f07bc
mesa: LLVM dependency 3.9 -> 4 2017-05-06 12:47:27 +02:00
Vladimír Čunát 24f0fa56a6
mesa: no more grsecurity support by default
Nixpkgs discontinued grsecurity support: #25277.
2017-05-06 11:59:48 +02:00
Frederik Rietdijk 5bf1e967fd Merge pull request #25296 from mguentner/add_td_watson
watson: init at 1.4.0
2017-05-06 11:16:04 +02:00
Josef Kemetmueller a2569f5fd6 c-blosc: init at 1.11.3 2017-05-06 10:44:57 +02:00
Vanessa McHale 37f59b3586
tw-rs: init at 0.1.26
fixes #25514
2017-05-06 08:14:49 +01:00
Kranium Gikos Mendoza 27a5771fc4 sqlitebrowser: switch to qt 5.6 2017-05-06 09:01:19 +10:00
Lorenzo Manacorda fe792c46d0 electrum-ltc: init at 2.6.4.2
lightweight litecoin wallet
2017-05-05 22:23:11 +02:00