Commit Graph

7309 Commits

Author SHA1 Message Date
worldofpeace
f828bb313b valadoc: fix build 2018-09-02 18:50:40 -04:00
Markus Kowalewski
c6878ad519
dfu-util: update homepage 2018-09-02 21:00:38 +02:00
Markus Kowalewski
d9649ea38b
splint: update homepage 2018-09-02 20:55:47 +02:00
Frederik Rietdijk
b910b697f6 Merge master into staging 2018-09-02 12:10:33 +02:00
Daniël de Kok
ffde2e71bc backblaze-b2: 1.1.0 -> 1.3.6 (#45929)
Changelog: https://github.com/Backblaze/B2_Command_Line_Tool#release-history
2018-09-02 08:45:09 +02:00
Graham Christensen
121a7d743a
Merge pull request #45195 from Ralith/vulkan
vulkan: 1.1.77.0 -> 1.1.82.1
2018-09-01 21:35:06 -04:00
Graham Christensen
b5035a808a
Merge pull request #45923 from colemickens/packet
packet: v20161215 -> v2.2.2
2018-09-01 20:40:30 -04:00
Tim Steinbach
2b71201708
travis: 1.8.8 -> 1.8.9 2018-09-01 20:29:30 -04:00
Cole Mickens
2c7ba962a8 packet: v20161215 -> v2.2.2 2018-09-01 17:22:27 -07:00
Vladimír Čunát
2d6179d1e8
Merge branch 'master' into staging
A few trivial conflicts due to *Platforms mass replace.
2018-09-01 17:38:18 +02:00
Kevin Cox
1f073bc40b
Merge pull request #45903 from kevincox/cargo-web-init
cargo-web: init at 0.6.15
2018-09-01 14:44:17 +01:00
Mathias Schreck
bda054725b sauce-connect: 4.4.12 -> 4.5.1 (#45856) 2018-09-01 15:36:00 +02:00
Kevin Cox
0a6420cbac
cargo-web: init at 0.6.15 2018-09-01 14:20:58 +01:00
Daiderd Jordan
9e2e667d05
Merge pull request #44640 from LnL7/beam-erlangR20
beam-packages: default erlangR19 -> erlangR20
2018-09-01 14:24:11 +02:00
Daiderd Jordan
85fdbf6123
cuter: use erlangR19 and cleanp expression
It fails to build using R20 and there's no new release available.
2018-08-31 22:27:13 +02:00
John Ericson
2c4a75e9ef
Merge pull request #45820 from obsidiansystems/dont-use-obsolete-platform-aliases
treewide: Dont use obsolete platform aliases
2018-08-31 09:56:10 -04:00
R. RyanTM
d72125d568 minizinc: 2.1.7 -> 2.2.0 (#45816)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
minizinc
2018-08-31 09:42:58 +02:00
Uli Baum
8aa09a2887 cmake_2_8: fix build, restore search-path.patch
cmake 3.12 update in #44910 modified search-path.patch
and broke cmake 2.8. This restores the previous version
of the patch as search-path-2.8.patch
2018-08-31 01:04:44 +02:00
xeji
875714968c
Merge pull request #45747 from vbgl/default-ocaml-4.06
ocamlPackages: default to 4.06
2018-08-31 00:10:24 +02:00
John Ericson
0828e2d8c3 treewide: Remove usage of remaining redundant platform compatability stuff
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
John Ericson
2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Matthew Pickering
bcccd13471 kythe: init at 0.0.28 (#45778)
Progress towards #27590
2018-08-30 19:24:31 +02:00
Vladimír Čunát
b71b222b4c
Merge #44910: cmake: 3.11.2 -> 3.12.1 2018-08-30 16:04:52 +02:00
Jörg Thalheim
da11a26008
Merge pull request #45330 from symphorien/bindgen2
rustup: wrap bindgen to find header files in a nix-shell
2018-08-30 13:12:03 +01:00
Wael Nasreddine
c928d69642 corgi: init at 0.2.3 (#45766) 2018-08-30 09:20:40 +02:00
Benjamin Saunders
bf50cac00e vulkan-validation-layers: 1.1.77.0 -> 1.1.82.0 2018-08-29 18:59:03 -07:00
Benjamin Saunders
556c27e457 spirv-tools: 2018-06-06 -> 2018-07-04 2018-08-29 18:56:36 -07:00
Jörg Thalheim
d6305a5bec
Merge pull request #45755 from Ekleog/kcov-36
kcov: 35 -> 36
2018-08-29 17:27:26 +01:00
Léo Gaspard
03d5065c06
kcov: 35 -> 36 2018-08-30 01:07:45 +09:00
Vincent Laporte
450e358040
ocamlPackages.omake_rc1: disable for OCaml ≥ 4.06 2018-08-29 12:49:42 +00:00
Jörg Thalheim
c748ac5bdd
Merge pull request #45721 from Mic92/remove-hurd
hurd: cleanup unmaintained target
2018-08-28 23:32:39 +01:00
Jörg Thalheim
9efffe0135 hurd: cleanup unmaintained target
This has been not touched in 6 years. Let's remove it to cause less
problems when adding new cross-compiling infrastructure.
This also simplify gcc significantly.
2018-08-28 22:18:02 +01:00
Symphorien Gibol
4c4fc2299c rust-bindgen: wrap to add required library compilation flags
The easy part is to add NIX_CFLAGS_COMPILE for "regular" libraries.
A bit more tricky is to add the required flags for libclang to find
libstdcxx. For this we parse arguments to bindgen to look for
-x c++ or -xc++ and if found add NIX_CXXSTDLIB_COMPILE to the arguments.
This variable is populated by a complex dance of setupHooks. We trigger
this by adding clang to propagatedBuildInputs. A more subtle way may
exist.
2018-08-28 18:26:42 +02:00
Philip Patsch
91a876e06f bazel: add upstream patch of perl replacement 2018-08-28 16:12:53 +02:00
Jörg Thalheim
ff9a2297ac
Merge pull request #45467 from ktf/init-alibuild
alibuild: init at 1.5.3
2018-08-28 08:50:18 +01:00
Jörg Thalheim
849fb28cf3
Merge pull request #45693 from aneeshusa/mark-bundler-as-system-plugin-for-vagrant
vagrant: mark bundler as system plugin
2018-08-28 08:41:06 +01:00
Aneesh Agrawal
2ed25d3768 vagrant: mark bundler as system plugin
This will cause Vagrant to use the rubygems version of bundler
without complaint.
2018-08-27 22:57:19 -07:00
Tim Steinbach
33b5cfb4ea
gradle: 4.9 -> 4.10 2018-08-27 18:06:01 -04:00
Elmar Athmer
bf112ccef7 hcloud: 1.6.0 -> 1.6.1 2018-08-27 21:34:16 +02:00
regnat
98edb207cd bazel: 0.15.2 -> 0.16.0 2018-08-27 13:14:55 +02:00
Frederik Rietdijk
87e44b0357
Merge pull request #45643 from NixOS/staging-next
Staging next
2018-08-27 08:21:31 +02:00
Timo Kaufmann
83aebe1933
Merge pull request #45615 from r-ryantm/auto-update/apache-maven
maven: 3.5.3 -> 3.5.4
2018-08-26 20:10:00 +02:00
Frederik Rietdijk
9cae0fec3d Merge master into staging-next 2018-08-26 12:09:22 +02:00
Vladyslav Mykhailichenko
0905ed8518 tokei: 7.0.3 -> 8.0.0 2018-08-26 10:51:10 +03:00
Michiel Leenaars
de61d0da20 ydiff: init at 1.1 2018-08-25 22:52:51 +02:00
Bas van Dijk
7d04961c95
Merge pull request #44389 from Mic92/es6
elasticsearch: use 6.x as default version, remove unsupported releases
2018-08-25 17:04:07 +02:00
Frederik Rietdijk
8fbe3a484a Merge master into staging 2018-08-25 07:37:14 +02:00
R. RyanTM
df126e2adf maven: 3.5.3 -> 3.5.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apache-maven/versions.
2018-08-24 16:54:21 -07:00
Jan Tojnar
61029a0cae
Merge pull request #45593 from r-ryantm/auto-update/flatpak-builder
flatpak-builder: 0.99.3 -> 1.0.0
2018-08-25 01:15:44 +02:00
R. RyanTM
a02374ca14 flatpak-builder: 0.99.3 -> 1.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions.
2018-08-24 10:15:39 -07:00
Giulio Eulisse
d895f47d68
alibuild: init at 1.5.3 2018-08-24 10:35:32 +02:00
Maximilian Bosch
c5f6d13301 packer: 1.2.4 -> 1.2.5 (#45527)
https://github.com/hashicorp/packer/blob/master/CHANGELOG.md#125-july-16-2018
2018-08-24 09:53:30 +02:00
Léo Gaspard
1bc48e63fd wabt: init at 1.0.5 2018-08-23 21:28:54 -07:00
Bas van Dijk
551fec4467 Merge branch 'master' into es6 2018-08-23 23:41:27 +02:00
Vincent Laporte
af5b528c95 ocamlPackages.camlp5: 7.05 -> 7.06 (#45326) 2018-08-23 23:07:45 +02:00
Tom Hall
e34b307647 qtcreator: apply patch on aarch64
This fixes a mistake in a previous commit which meant the patch required
to build qtcreator was only applied on Aarch32, not both Aarch32 and Aarch64.
2018-08-23 19:31:21 +01:00
Uri Baghin
487773fb0b bazel-deps: update to 2018-08-16 (#45499) 2018-08-23 15:45:39 +02:00
Jörg Thalheim
97bfb34670
Merge pull request #45472 from CrystalGamma/strace_3
strace: check machine personalities for all non-x86 architectures
2018-08-23 14:21:52 +01:00
Vladimír Čunát
903306a74d
Merge #45312: qtcreator: enable on aarch64 and armv7 2018-08-23 09:40:12 +02:00
Vincent Laporte
2dec33b60d framac: 20171101 (Sulfur) -> 20180502 (Chlorine) (#45455) 2018-08-22 23:13:48 +02:00
Pascal Bach
1d6cb40afb gitlab-runner: 11.1.0 -> 11.2.0 (#45479) 2018-08-22 22:48:33 +02:00
Jona Stubbe
ee152d5687 strace: check machine personalities for all non-x86 architectures
This allows strace to be built for ppc64le as well.
2018-08-22 20:51:40 +02:00
Will Dietz
cf68a14a01
Merge pull request #44650 from dtzWill/update/r2-2.8.0
radare2: 2.7.0 -> 2.8.0, radare2-cutter: 1.6 -> 1.7, refactor
2018-08-22 09:40:49 -05:00
Jan Tojnar
7c4ab6bc98
Merge pull request #45454 from dywedir/rust-cbindgen
rust-cbindgen: 0.6.1 -> 0.6.2
2018-08-22 13:32:36 +02:00
Jörg Thalheim
36d8beb426 radare2: update.py should be formatted with black now 2018-08-22 11:48:13 +01:00
Jörg Thalheim
dc8cae21a8 radare2: rework update script to include cutter's radare2 version 2018-08-22 11:45:34 +01:00
xeji
49b1514640
Merge pull request #44793 from r-ryantm/auto-update/chromedriver
chromedriver: 2.40 -> 2.41
2018-08-22 12:34:47 +02:00
Uli Baum
9232c6dc36 chromedriver: update darwin hash for 2.41 2018-08-22 12:17:15 +02:00
Vladyslav Mykhailichenko
cdf90258e6 rust-cbindgen: 0.6.1 -> 0.6.2 2018-08-22 11:38:01 +03:00
Will Dietz
7bf9b4256e patchelfUnstable: disable tests on Darwin since they've long failed
Bit of context/discussion:
https://github.com/NixOS/nixpkgs/pull/45449#issuecomment-414844592
2018-08-21 19:06:45 -05:00
Will Dietz
2957313356 r2, r2-cutter: refactor and bump cutter to 1.7 2018-08-21 18:22:38 -05:00
Will Dietz
ec7af525ba radare2-cutter: use newer r2, fix (latest rev used by cutter-git) 2018-08-21 17:11:08 -05:00
Will Dietz
3c08c87ae9 radare2: 2.7.0 -> 2.8.0 2018-08-21 17:11:08 -05:00
Will Dietz
e12871912e patchelf: 0.10-pre-20180108 -> 0.10-pre-20180509, minor touchup
Useful update-- adds support for accepting multiple files as arguments
and fixes handling of large executables (>2Gb).

While touching this, modify version to include more info.

Preserving version format previously used, although not usual style.
2018-08-21 17:01:29 -05:00
Vincent Laporte
60942ead1c obuild: 0.1.8 -> 0.1.10 (#45444) 2018-08-21 23:40:52 +02:00
Profpatsch
ec3c3c824e bazel: substitute the perl path for bash completions 2018-08-21 20:12:23 +02:00
Profpatsch
c53e004257 bazel: distinguish darwin patches from generic patches
The '' + '' somewhere in the middle is easily missed and extremely
inelegant.

Also removes unnecessary `stdenv` qualifiers from calls to `lib`.
2018-08-21 20:12:23 +02:00
R. RyanTM
8b480313e5 jbuilder: 1.0.0 -> 1.0.1 (#45216)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jbuilder/versions.
2018-08-21 19:22:16 +02:00
Vladimír Čunát
765d695b89
Merge branch 'staging-next'
Security fixes for a few packages are included.
2018-08-21 15:36:02 +02:00
R. RyanTM
4d0756d286 nwjs: 0.32.1 -> 0.32.2 (#45179)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nwjs/versions.
2018-08-21 14:33:37 +02:00
xeji
54ff14b6f3
Merge pull request #45399 from markuskowa/license-8
Add licenses
2018-08-21 12:05:10 +02:00
Thomas Mader
2616568541 Literate: 2017-05-28 -> 2018-08-20 2018-08-21 08:07:33 +02:00
Markus Kowalewski
859ea1da4e
glock: add license 2018-08-20 21:15:15 +02:00
Matthew Bauer
b300dddae1 xcbuild: only override version with 1 arg
sometimes we want the "SDK" version from xcbuild so we do something
like:

$ xcbuild -version -sdk MacOSX10.10
SDKSettings.plist - MacOSX10.10 (MacOSX10.10)
SDKVersion: 10.10
Path: /nix/store/6k7crm1n4drf09ga0dwvbmb59x4zl2i2-SDKs/MacOSX10.10.sdk
PlatformPath: /nix/store/vhfwb1znfy65s2xs27j8xribk6mp6lbw-Platforms/MacOSX.platform
ProductName: Mac OS X
ProductVersion: 10.10

This was previously overriden by the current xcode version so you
would get:

Xcode 9.4.1
Build version 17E189

This should fix the other usage of -version in nodejs 6.x.
2018-08-20 13:16:37 -05:00
Timo Kaufmann
f8f6ab3e82
Merge pull request #44288 from Ekleog/gppro-init
global-platform-pro: init at 0.3.10-rc11
2018-08-20 17:46:00 +02:00
Jörg Thalheim
a1ffd137f5
Merge pull request #45254 from r-ryantm/auto-update/checkstyle
checkstyle: 8.11 -> 8.12
2018-08-20 14:42:54 +01:00
Jörg Thalheim
1b313a12da checkstyle: add wrapper in bin 2018-08-20 14:42:05 +01:00
Jörg Thalheim
bbf5f232e0 Literate: mark as broken
Incompatible with our dlang compiler, see https://github.com/NixOS/nixpkgs/pull/45355#issuecomment-414285384
2018-08-20 14:07:13 +01:00
Jörg Thalheim
439c90bdf9
Merge pull request #45355 from ThomasMader/dlang-update
ldc: 1.10.0 -> 1.11.0, dmd: 2.081.1 -> 2.081.2, dtools: 2.081.1 -> 2.081.2
2018-08-20 12:34:37 +01:00
Vladimír Čunát
153a19df05
Merge branch 'master' into staging-next
Hydra: ?compare=1474536
2018-08-20 09:15:33 +02:00
xeji
08f69510e5
Merge pull request #45341 from flokli/sqldeveloper-18.2
sqldeveloper_18: init at 18.2.0.183.1748
2018-08-19 23:44:39 +02:00
Urban Skudnik
af5511659c backblaze-b2: Fix backblaze bash autocomplete issue
Backblaze's CLI tool is relying on `have` function which is
deprecated[1] and gets dereferenced[2] at the end of `bash-completion`.

This causes issues for NixOS because those bash completions are
run after bash-completion[3] has already run and unset the
`have` function.

[1] 4d88339928/bash_completion (L114)
[2] 4d88339928/bash_completion (L2103)
[3] 80b6513fbf/nixos/modules/programs/bash/bash.nix (L22)
2018-08-19 22:13:42 +02:00
Thomas Mader
4d0203d2d3 dtools: 2.081.1 -> 2.081.2 2018-08-19 21:56:50 +02:00
Florian Klink
3edf605622 sqldeveloper: add flokli to maintainers 2018-08-19 17:32:10 +02:00
Maximilian Bosch
5354e99401 sqldeveloper_18: init at 18.2.0.183.1748 2018-08-19 17:32:10 +02:00
Joachim F
f1c5054d78
Merge pull request #45002 from q3k/q3k/diamond
diamond: init at 3.10
2018-08-19 10:09:56 +00:00
Joachim F
ed7b0f6f4f
Merge pull request #44977 from alyssais/puppet-lint
puppet-lint: init at 2.3.6
2018-08-19 09:54:47 +00:00
Vladimír Čunát
8af2786ef6
qtcreator: (nitpick) better cross-compilation correctness 2018-08-19 09:44:15 +02:00
Tom Hall
73ac45108a qtcreator: enable on aarch64 and armv7
Patch (from https://bugreports.qt.io/browse/QTCREATORBUG-8107) to allow botan to build on arm.
2018-08-18 20:45:34 +01:00
Vladimír Čunát
14aa936ec5
Merge branch 'staging-next' into staging 2018-08-17 20:53:27 +02:00
Vladimír Čunát
209730208a
Merge branch 'staging-next' 2018-08-17 20:51:31 +02:00
Peter Simons
aa5a93e21d multi-ghc-travis: update to latest git version 2018-08-17 19:27:19 +02:00
R. RyanTM
6573f3a60b checkstyle: 8.11 -> 8.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/checkstyle/versions.
2018-08-17 05:45:10 -07:00
Vladimír Čunát
cbabebcc2e
Merge branch 'master' into staging-next
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
Jörg Thalheim
d6d9ca679e
Merge pull request #45233 from r-ryantm/auto-update/ghp-import
ghp-import: 0.4.1 -> 0.5.5
2018-08-17 12:43:38 +01:00
R. RyanTM
dec5067b16 ghp-import: 0.4.1 -> 0.5.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ghp-import/versions.
2018-08-17 03:14:21 -07:00
Wael M. Nasreddine
9c5b7cc5d1 bazel: patch //tools/bash/runfiles/runfiles.bash to include defaultShellPath in PATH
closes #43955
2018-08-17 10:51:03 +02:00
Ruben Maher
d591f8a54d flow: 0.78.0 -> 0.79.0 2018-08-17 12:08:53 +09:30
Jörg Thalheim
6b900840bc
Merge pull request #45151 from r-ryantm/auto-update/react-native-debugger
react-native-debugger: 0.7.18 -> 0.7.20
2018-08-17 00:33:47 +02:00
Jörg Thalheim
d70d575151
Merge pull request #45156 from markuskowa/lics-tools
Add license meta tags
2018-08-17 00:31:26 +02:00
R. RyanTM
a1f77fbf9c react-native-debugger: 0.7.18 -> 0.7.20
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/react-native-debugger/versions.
2018-08-16 13:38:48 -07:00
Markus Kowalewski
f9a1aef084
flex: add license 2018-08-16 21:51:07 +02:00
Léo Gaspard
6195eee47a
fixup: add links to upstream issues 2018-08-17 01:32:03 +09:00
Léo Gaspard
fd14b4d48d
fixup: merge buildPhase and installPhase 2018-08-17 01:27:45 +09:00
Léo Gaspard
61e0b8d3be
fixup: use the correct gephy package name 2018-08-17 01:13:46 +09:00
Léo Gaspard
39cd3f370d
fixup: reindent 2018-08-17 00:25:44 +09:00
Léo Gaspard
a52ad2569a
fixup: points mentioned by timokau 2018-08-17 00:19:40 +09:00
Jörg Thalheim
c4dbfa0321
Merge pull request #45115 from dtzWill/update/strace-4.24
strace: 4.23 -> 4.24
2018-08-16 15:44:17 +02:00
Jörg Thalheim
1fd75a1003
Merge pull request #45110 from flokli/sqldeveloper
sqldeveloper: simplify, add darwin support
2018-08-16 15:20:46 +02:00
Will Dietz
42f5a23fc2 strace: 4.23 -> 4.24 2018-08-16 07:59:27 -05:00
Vincent Demeester
560f95b5e3
pprof: 2017-08-28 -> 2018-08-15
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-08-16 13:43:56 +02:00
Florian Klink
29503b1fec sqldeveloper: simplify, add darwin support
Use unpackCmd and installPhase instead of overwriting buildCommand.
This makes the derivation more readable, and adds binary stripping and
shebang patching of the output as a bonus :-)

Use makeWrapper instead of a custom wrapper script, and only export
environment variables that are used.

Set JAVA_HOME to ${jdk.home}, making it more generic and independent of
the specific jdk path being used (was a different one on zulu). This
fixes sqldeveloper on darwin, so add it to supported platforms
(plus the known-working x86_64-linux)
2018-08-16 11:38:56 +02:00
Jörg Thalheim
78b357924a
Merge pull request #45089 from frontsideair/flow-0.78.0
flow: 0.77.0 -> 0.78.0
2018-08-16 10:11:33 +02:00
Jörg Thalheim
890c6d407d
Merge pull request #44904 from ThomasMader/dlang-update
Dlang update
2018-08-16 08:06:55 +02:00
Fatih Altinok
f5da6ff71c
flow: 0.77.0 -> 0.78.0 2018-08-16 00:44:41 +03:00
Pascal Wittmann
6af971573a
intel-gpu-tools: 1.22 -> 1.23 2018-08-14 22:14:55 +02:00
Domen Kožar
849b27c62b
hydra: remove me as maintainer 2018-08-14 11:44:07 +01:00
lewo
f2cab31ae9
Merge pull request #44841 from Ma27/bump-hydra
hydra: 2017-11-21 -> 2018-08-07
2018-08-14 09:55:11 +02:00
Sergiusz Bazanski
d640cab823 diamond: init at 3.10
This change adds the properietary Lattice Diamond FPGA suite.
2018-08-14 01:38:55 +01:00
Maximilian Bosch
7682c2fd61
hydra: 2017-11-21 -> 2018-08-07
This bumps Hydra to the latest revision available. As Hydra doesn't have
a release model (and therefore no tags) ATM, the derivation will pin
against the actual git revision and the date of the commit in the
derivation name.

Additionally the following changes have been made:

* Dropped `postUnpack` phase. It is useful when working with the Hydra
  source (and no dirty changes shall be used in `release.nix`, but is has
  no use in `nixpkgs`).

* Added myself as maintainer to have more folks available in case of
  future breakage.

* Implemented support for Nix 2.0 and `unstable` (currently 2.1):

  Since 1672bcd230447f1ce0c3291950bdd9a662cee974 in NixOS/nix the
  evaluator differentiates between `settings` and `evalSettings`.
  Previously `restrictEval` in `hydra-eval-jobs.cc` has been set in
  `settings`, this doesn't work anymore in Nix 2.1 and is therefore
  incompatible to Nix 2.0 on an API level.

  To resolve this, the flag `isGreaterNix20` parses the version string
  of `pkgs.nix` and applies a patch if nix.version<=2.0.

  Furthermore the Hydra build with Nix 2.1 requires `boost` as build input
  which is not needed for Nix 2.0. To avoid unnecessary increase in the
  closure size this library will only used as build input for
  nix.version>2.0.

* Fixed the NixOS test for `hydra`:
  disabled binary cache to allow sandbox builds (otherwise it would
  query `cache.nixos.org` during the Hydra build inside the test).

  Additionally the trivial.nix jobset required simplification (as done
  in NixOS/hydra, e.g. tests/api-test.nix) as bash is not available in
  the build sandbox as builder (even when adding pkgs.bash to
  systemPackages).

  The easiest workaround to confirm a the functionality of a jobset
  without importing nixpkgs is to use the default shell /bin/sh which
  is mounted from `pkgs.busybox` into the build env
  (https://github.com/NixOS/nixpkgs/pull/44841#discussion_r209751972) in the
  VM and a named pipe to create $out.

Closes #44044
2018-08-13 22:56:27 +02:00
Vladimír Čunát
ded9a4b1aa
Merge branch 'staging-next' into staging
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Vladimír Čunát
5b0398dc36
Merge branch 'master' into staging-next
Conflicts: gobby and libinfinity - I took the hand-edited versions
instead of those resuting from the mass-replacement.

Hydra: ?compare=1473190
2018-08-13 20:43:59 +02:00
Alyssa Ross
43b6d46f4f
puppet-lint: init at 2.3.6 2018-08-13 11:37:59 +01:00
Uri Baghin
8c802d42ad bazel: fix darwin build on hydra 2018-08-13 08:32:27 +02:00
Andrew Childs
68ac282f8e cmake: patch internal libuv to remove dependency on macOS Frameworks 2018-08-13 11:05:54 +09:00
Andrew Childs
e8144a30bb cmake: remove additional versions 2018-08-13 11:05:54 +09:00
Andrew Childs
32cc3eb899 cmake: 3.11.2 -> 3.12.1 2018-08-13 11:05:54 +09:00
Matthew Bauer
4c1d5a8dac
Merge pull request #44899 from bhipple/fix/antlr-license
antlr: fix license
2018-08-12 09:00:26 -05:00
Periklis Tsirakidis
56b756e757 kubectx: init at v0.5.1 2018-08-12 12:02:52 +02:00
Vladimír Čunát
00df25ee57
Merge branch 'master' into staging-next
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Matthew Bauer
c391bd3dd3 xcbuild: cleanup
fix shell shebang
2018-08-11 22:54:48 -05:00
Matthew Bauer
b5d529d52f xcbuild: cleanup 2018-08-11 22:54:48 -05:00
Matthew Bauer
0edb441a0e firefox: build on darwin
Fixes #30285
2018-08-11 22:54:48 -05:00
Michael Hoang
78961b663c flootty: 3.2.1 -> 3.2.2 2018-08-12 12:46:05 +10:00
Samuel Dionne-Riel
a3722a69be
Merge pull request #44676 from yrashk/nwjs-0.32.1
nwjs: 0.23.6 -> 0.32.1
2018-08-11 22:00:46 -04:00
Thomas Mader
c685f15dc2 dub: 1.8.1 -> 1.10.0 2018-08-11 16:53:00 +02:00
Thomas Mader
6301b09eaa dtools: 2.079.1 -> 2.081.1 2018-08-11 16:53:00 +02:00
Benjamin Hipple
34d7a370c1 antlr: fix license
See #43716
2018-08-11 13:43:56 +00:00
Timo Kaufmann
921e5ceef3
Merge pull request #44894 from markuskowa/sqlite-lic
Fix licenses (#43716)
2018-08-11 15:31:29 +02:00
Markus Kowalewski
31d2f03fb9
sqsh: add license 2018-08-11 14:33:05 +02:00
Jan Malakhovski
35c9435d15 binutils: disable installcheck for different targetPlatforms 2018-08-11 09:35:40 +00:00
Jan Malakhovski
0a953cc803 strace: disable tests. Spooky! 2018-08-11 09:35:39 +00:00
Jan Malakhovski
9ab74be96b patchelf: disable tests 2018-08-11 09:35:35 +00:00
Jan Malakhovski
2a7bd7176e rman: make tests run, but disable 2018-08-11 09:35:31 +00:00
Jan Malakhovski
7e4c44222d elfutils: make tests run, but disable. A bit spooky! 2018-08-11 09:35:31 +00:00
Jan Malakhovski
65b4ff488b flex_2_5_35: make tests run, but disable 2018-08-11 09:35:29 +00:00
Jan Malakhovski
2dd797a1d2 bison: use checkInputs 2018-08-11 09:35:25 +00:00
Jan Malakhovski
0495548f4d texinfo: use checkInputs 2018-08-11 09:35:23 +00:00
Jan Malakhovski
d3b15144a7 flex, flex_2_6_1: fix tests 2018-08-11 09:35:22 +00:00
Jan Malakhovski
2a9eff8502 re2c: fix tests 2018-08-11 09:35:21 +00:00
Jan Malakhovski
81e9f11a15 intel-gpu-tools: fix tests 2018-08-11 09:35:21 +00:00
Jan Malakhovski
cf84bc0374 automake116x: disable tests, also cleanup 2018-08-11 09:35:18 +00:00
Jan Malakhovski
9bab07e541 automake111x: disable tests, also cleanup 2018-08-11 09:35:18 +00:00
Pascal Wittmann
a34579e01e
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/tools/networking/network-manager/fortisslvpn.nix
2018-08-11 09:36:34 +02:00
Peter Hoeg
47349c0103 wp-cli: 1.5.1 -> 2.0.0 2018-08-10 15:00:17 +08:00
Frederik Rietdijk
7d09b2912b
Merge pull request #44832 from bhipple/u/waf
waf: 2.0.6 -> 2.0.10
2018-08-10 08:31:09 +02:00
Silvan Mosberger
38b2e88d87
Merge pull request #44846 from Infinisil/fix/goa
goa: fix and clean
2018-08-10 00:35:57 +02:00
Silvan Mosberger
61d426085f
goa: fix and clean 2018-08-10 00:23:26 +02:00
Elmar Athmer
0213e80c6c hcloud: 1.5.0 -> 1.6.0 (#44845) 2018-08-10 00:14:38 +02:00
Silvan Mosberger
2583123523
remake: fix build with glibc2.27
Same fix as applied for gnumake in 519f0b8db2
2018-08-09 22:23:04 +02:00
Benjamin Hipple
32b11f423d waf: 2.0.6 -> 2.0.10
This commit also swaps the build tool to use python3 internally (which waf fully
supports and prefers) and swaps the src to be downloaded from gitlab. The waf.io
site only keeps source tarballs of the latest version, so once a new waf comes
out we can no longer reproduce older versions.

We need the ensureNewerSources hook to avoid this error, in both `python2` and `python3`:

    ValueError: ZIP does not support timestamps before 1980
2018-08-09 14:51:28 -04:00
Jan Tojnar
c83e929b94
Merge pull request #44689 from jtojnar/gnome-cleanup
GNOME2 cleanup
2018-08-09 18:55:59 +02:00
Frederik Rietdijk
d9fa74ba78 Merge master into staging 2018-08-09 18:28:15 +02:00
Jan Tojnar
f07203656b
antlr4_7.runtime.cpp: init at 4.7.1 2018-08-09 17:36:50 +02:00
Pascal Wittmann
af8cd3c74e
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
Pascal Wittmann
38923afae2
opam: add license
see issue #43716
2018-08-09 12:37:13 +02:00
Frederik Rietdijk
786cbba7be
Merge pull request #44447 from NixOS/staging-next
Staging next
2018-08-09 09:04:03 +02:00
Jörg Thalheim
fd650064da
Merge pull request #44788 from r-ryantm/auto-update/cscope
cscope: 15.8b -> 15.9
2018-08-09 07:06:32 +01:00
adisbladis
b8e25d2ce3
Merge pull request #44809 from r-ryantm/auto-update/buildbot-worker
buildbot-worker: 1.2.0 -> 1.3.0
2018-08-09 13:54:39 +08:00
Jörg Thalheim
210af8681e
Merge pull request #44807 from r-ryantm/auto-update/bear
bear: 2.3.11 -> 2.3.12
2018-08-09 06:10:07 +01:00
R. RyanTM
3aa6f292f2 buildbot-worker: 1.2.0 -> 1.3.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/buildbot-worker/versions.
2018-08-08 20:32:19 -07:00
R. RyanTM
ab5e09bb36 bear: 2.3.11 -> 2.3.12
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bear/versions.
2018-08-08 20:26:21 -07:00
R. RyanTM
39282575c5 chromedriver: 2.40 -> 2.41
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/chromedriver/versions.
2018-08-08 18:48:21 -07:00
R. RyanTM
ef47003fa9 cscope: 15.8b -> 15.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cscope/versions.
2018-08-08 18:13:29 -07:00
tobim
78e8173e57 cquery: 2018-05-01 -> 2018-08-08 (#44726)
This also extends the wrapper to explicitly set the cache
directory, since it is required for every invokation with
the `--init` option.
2018-08-09 01:31:15 +02:00
R. RyanTM
7bacb29458 oprofile: 1.2.0 -> 1.3.0 (#44733)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/oprofile/versions.
2018-08-08 23:16:47 +02:00
Will Dietz
bf341a499d bloaty: 2018-06-15 -> 1.0 (#44716)
\o/
2018-08-08 15:35:46 +02:00
Yurii Rashkovskii
4f9fafd2a3
nwjs: 0.23.6 -> 0.32.1 2018-08-08 13:27:11 +07:00
Uli Baum
33b71398fc bazel_0_4: mark as broken
build has failed since 2018-04-29
2018-08-07 16:53:36 +02:00
Tim Steinbach
47e51aad09
sbt: 1.2.0 -> 1.2.1 2018-08-07 08:35:57 -04:00
Will Dietz
64423342c3 gdb: 8.1 -> 8.1.1
https://www.gnu.org/software/gdb/download/ANNOUNCEMENT
2018-08-06 13:29:57 -05:00
Matthew Bauer
e62996f65c cmake: add bsd3 license 2018-08-06 10:15:55 -04:00
Pascal Wittmann
80b5d9e3d3
rebar3: add license
see issue #43716
2018-08-06 12:24:38 +02:00
Pascal Wittmann
d84ce36fb6
rebar: add license
see issue #43716
2018-08-06 12:22:59 +02:00
Vladimír Čunát
f504af072b
Merge branch 'master' into staging-next
There's been some large rebuild on master.
I don't really have time ATM to find what it was.
2018-08-06 12:07:37 +02:00
Pascal Wittmann
f7be21f4c9
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/development/libraries/exiv2/default.nix
        Set license to gpl2Plus
2018-08-06 12:04:52 +02:00
Pascal Wittmann
a344029c34
findbugs: add license
see issue #43716
2018-08-05 16:40:43 +02:00
Pascal Wittmann
e4e98a27b0
emma: add license
see issue #43716
2018-08-05 16:37:30 +02:00
Edmund Wu
4306bc070e yarn: 1.9.2 -> 1.9.4 (#44477) 2018-08-05 00:23:22 +02:00
Pascal Wittmann
270d3892b3
toxiproxy: add license
see issue #43716
2018-08-04 16:37:55 +02:00