Tuomas Tynkkynen
1d854b479c
edk2: Reformat a bit for readability
...
- Have only one sed expression per line
- Put the important stuff closer to the command and not hidden in some
continuation line. That is, don't do:
sed \
<boring stuff> \
<boring stuff> \
<boring stuff> \
<boring stuff> \
<boring stuff> \
<IMPORTANT STUFF>
but:
sed <IMPORTANT STUFF> \
<boring stuff> \
<boring stuff> \
<boring stuff> \
<boring stuff> \
<boring stuff>
2018-03-21 23:19:25 +02:00
Austin Seipp
7a00f136e9
yosys: 2018.03.07 -> 2018.03.21
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-03-21 16:05:10 -05:00
Michael Raskin
07be047a91
Merge pull request #37559 from dylex/release-18.03
...
julia: update rmath-julia hash for 0.1
(cherry picked from commit ea9f3fca65
)
2018-03-21 15:21:31 +01:00
Michael Raskin
dae9011656
Merge pull request #37467 from ryantm/auto-update/lazarus
...
lazarus: 1.8.0 -> 1.8.2
2018-03-20 21:26:05 +00:00
Will Dietz
d5797472e2
Merge pull request #37352 from andrewrk/zig-0.2.0
...
zig: 0.1.1 -> 0.2.0
2018-03-20 12:43:27 -05:00
Andrew Kelley
dc3b791854
zig: 0.1.1 -> 0.2.0
2018-03-20 13:32:10 -04:00
Ryan Mulligan
8742011824
lazarus: 1.8.0 -> 1.8.2
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.8.2 with grep in /nix/store/z3r30kr064x672zqnrs1pwzshlvgnv9n-lazarus-1.8.2
- found 1.8.2 in filename of file in /nix/store/z3r30kr064x672zqnrs1pwzshlvgnv9n-lazarus-1.8.2
- directory tree listing: https://gist.github.com/895d2d01174298ff36a30bc7387286a2
2018-03-20 09:49:12 -07:00
John Ericson
fa3718777e
Merge pull request #37373 from clefru/cxxstdlib-fix
...
Add space for NIX_CXXSTDLIB_COMPILE+=' ...' as NIX_CXXSTDLIB_COMPILE might not be empty.
2018-03-20 11:26:39 -04:00
Ryan Mulligan
d339605831
jsonnet: 0.9.5 -> 0.10.0 ( #37455 )
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet -h` got 0 exit code
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet --help` got 0 exit code
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet -v` and found version 0.10.0
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet --version` and found version 0.10.0
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet -h` and found version 0.10.0
- ran `/nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0/bin/jsonnet --help` and found version 0.10.0
- found 0.10.0 with grep in /nix/store/348mi6qinpcnhrk0l8zy9m9lk43xqpml-jsonnet-0.10.0
- directory tree listing: https://gist.github.com/9a4279146abdaa645fdcd5481889e783
2018-03-20 11:18:38 -04:00
Alastair Pharo
497e50cf16
emscripten: use matching binaryen version ( #37427 )
...
This changes the emscripten package so that it specifies the rev from
the binaryen repo to use, and sets it to always use the version that has
been tagged for use with that version of emscripten. This should force
future updates of emscripten to also update binaryen.
Binaryen can also be installed as a stand-alone package, so there's some
logic added to the binaryen package to allow building in both ways, and
distinguishing between them.
2018-03-20 15:45:19 +01:00
Tim Steinbach
de0ea1dd18
scala: 2.12.4 -> 2.12.5
2018-03-20 09:38:42 -04:00
Shea Levy
4250dd5de4
Merge branch 'master' into staging
2018-03-20 08:38:28 -04:00
Clemens Fruhwirth
c0cf13e52e
Add space for NIX_CXXSTDLIB_COMPILE+=' ...' as NIX_CXXSTDLIB_COMPILE might not be empty.
2018-03-19 13:18:49 +01:00
Joachim Schiele
f41a3e7d7d
Emscripten 1.37.16 to 1.37.36 ( #37291 )
...
* trying to build emscriptenPackages not all fail
* reading the console.log it turns out python executable is not in place and that is why emconfigure didnt work
* backup commit
* much more targets are compiling now
* added common revisioning
* revision bump to 1.37.36 (not tested)
* fixed xmllint
* forcing unit testing, will implement the tests after i get home
* json_c test working
* added tests
* tiny fixes
* added documentation
2018-03-18 13:34:46 +01:00
Shea Levy
a5d064826b
gcc: Try to fix /bin/sh dependency
2018-03-17 21:58:15 -04:00
Shea Levy
3a143dcad2
rustc: 1.24.0 -> 1.24.1 and glibc-2.27 patch.
2018-03-17 21:58:15 -04:00
Shea Levy
0ebcd097fe
Merge branch 'master' into staging
2018-03-17 21:50:27 -04:00
Gabriel Ebner
f54cd16ba5
Merge pull request #36956 from coreyoconnor/merge
...
Merge swi-prolog 7.4.2 -> 7.6.4 plus enable JPL feature
2018-03-17 18:23:11 +01:00
Gabriel Ebner
f1ff1fe244
Merge pull request #36942 from xeji/p/manticore
...
manticore: 2014.08.18 -> 2017.08.22, fix build
2018-03-17 13:24:28 +01:00
Tuomas Tynkkynen
07e2f29772
Merge remote-tracking branch 'upstream/master' into staging
2018-03-17 09:58:02 +02:00
Peter Simons
993bcbb225
ghc: drop all compiler versions prior to 7.10.3
...
None of these old compilers are used anywhere in Nixpkgs, and keeping those
builds working in the face of regular updates of GCC, binutils, and whatnot is
too much effort for no obvious benefit.
2018-03-17 08:21:22 +01:00
Shea Levy
017d678a00
gcc: Add uncommitted patch.
2018-03-16 16:39:55 -04:00
Shea Levy
a1ede569ef
gcc: Unconditionally add some upstream RISC-V patches.
2018-03-16 16:38:32 -04:00
Joachim F
253cbcf7e8
Merge pull request #37128 from ryantm/auto-update/teyjus
...
teyjus: actually update to 2.1
2018-03-16 15:07:57 +00:00
Michael Raskin
bac4c01f77
Merge pull request #36552 from bbarker/ats2_update
...
bumping ATS2 version form 0.3.7 to 0.3.9
2018-03-16 08:45:01 +00:00
Tuomas Tynkkynen
ef64208eba
Merge commit '3ab2949' from staging into master
...
Conflicts:
pkgs/development/compilers/llvm/6/llvm.nix
pkgs/servers/home-assistant/component-packages.nix
2018-03-15 22:30:56 +02:00
Ryan Mulligan
4332e697df
teyjus: actually update to 2.1
...
Note, the version in the source of this release is still 2.0-b2
https://github.com/teyjus/teyjus/issues/117 tracks asking upstream to
release versions with new version numbers.
2018-03-15 10:37:55 -07:00
Will Dietz
b2e6952f37
llvm4: same treatment
2018-03-14 20:04:38 -05:00
Will Dietz
60bf299e6a
llvm6: patch to enable sanitizers w/musl
2018-03-14 20:04:21 -05:00
Will Dietz
a8824ab4fb
llvm_5: patch sanitizers to enable w/musl
...
https://gitweb.gentoo.org/proj/musl.git/plain/sys-libs/compiler-rt-sanitizers/files/compiler-rt-sanitizers-5.0.0-musl-patches.patch
2018-03-14 20:04:20 -05:00
John Ericson
2e87550ace
Merge pull request #36985 from obsidiansystems/no-allBut
...
treewide: get rid of platforms.allBut
2018-03-14 18:57:28 -04:00
John Ericson
f79f80dbf2
treewide: get rid of platforms.allBut
...
Negative reasoning like `allBut` is a bad idea with an open world of
platforms. Concretely, if we add a new, quite different sort of
platform, existing packages with `allBut` will claim they work on it
even though they probably won't.
2018-03-14 18:44:42 -04:00
Daiderd Jordan
ee6d0a7025
ccl: fix darwin build
...
/cc ZHF #36454
2018-03-14 23:02:52 +01:00
Will Dietz
2977e37da4
Merge pull request #37019 from dtzWill/update/closurecompiler-20180204
...
closurecompiler: 20170910 -> 20180204
2018-03-14 16:39:42 -05:00
Joachim F
7e15e17bea
Merge pull request #36702 from ryantm/auto-update/teyjus
...
teyjus: 2.0b2 -> 2.1
2018-03-14 21:16:20 +00:00
Joachim Fasting
4e1083256b
Revert "Merge pull request #35636 from ryantm/auto-update/emscripten-1.37.16-to-1.37.34"
...
This reverts commit 5c02b9ab33
, reversing
changes made to 2f2ad74369
.
https://github.com/NixOS/nixpkgs/pull/35636#issuecomment-373171672
2018-03-14 22:08:01 +01:00
Will Dietz
f911edaf43
llvm6: Build with support for the experimental WASM backend
2018-03-14 15:35:24 -05:00
Joachim F
5c02b9ab33
Merge pull request #35636 from ryantm/auto-update/emscripten-1.37.16-to-1.37.34
...
emscripten: 1.37.16 -> 1.37.34
2018-03-14 20:14:29 +00:00
Will Dietz
77d794fe64
closurecompiler: 20170910 -> 20180204
2018-03-14 15:08:21 -05:00
Daiderd Jordan
db691029d6
avian: fix darwin build
...
/cc ZHF #36454
2018-03-14 20:38:54 +01:00
Joachim F
c3b783da21
Merge pull request #36477 from ryantm/auto-update/binaryen
...
binaryen: 42 -> 44
2018-03-14 19:35:07 +00:00
volth
619af3dc1e
graalvm8: dontFixup = true
2018-03-14 09:29:02 +00:00
Corey O'Connor
6c1931b15f
swi-prolog: 7.4.2 -> 7.6.4
2018-03-13 22:46:39 -07:00
Corey O'Connor
cce1e28fae
swi-prolog: add JDK to build dependencies to enable JPL.
2018-03-13 22:45:55 -07:00
xeji
7ec30b3fcd
manticore: 2014.08.18 -> 2017.08.22, fix build
2018-03-13 23:51:19 +01:00
Tuomas Tynkkynen
2fec9c6e29
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/development/tools/build-managers/conan/default.nix
2018-03-13 23:04:18 +02:00
Frederik Rietdijk
0fe236dbf2
dtc: fetch over https
2018-03-13 14:26:18 +01:00
Ryan Mulligan
29ea34c6db
sdcc: 3.6.0 -> 3.7.0
...
Semi-automatic update. These checks were done:
- built on NixOS
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/as2gbmap -h` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/as2gbmap --help` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdcdb -h` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdcdb --help` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/s51 -h` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/s51 -v` and found version 3.7.0
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sz80 -h` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sz80 -v` and found version 3.7.0
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/stlcs -h` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/stlcs -v` and found version 3.7.0
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/shc08 -h` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/shc08 -v` and found version 3.7.0
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sstm8 -h` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sstm8 -v` and found version 3.7.0
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdar -h` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdar --help` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdar -h` and found version 3.7.0
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdar --help` and found version 3.7.0
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdranlib -h` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdranlib --help` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdranlib -h` and found version 3.7.0
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdranlib --help` and found version 3.7.0
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdobjcopy -h` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdobjcopy --help` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdobjcopy -h` and found version 3.7.0
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdobjcopy --help` and found version 3.7.0
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdnm -h` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdnm --help` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdnm -h` and found version 3.7.0
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdnm --help` and found version 3.7.0
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/packihx -h` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/packihx --help` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/makebin -h` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdcpp --help` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdcc -h` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdcc --help` got 0 exit code
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdcc -v` and found version 3.7.0
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdcc --version` and found version 3.7.0
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdcc -h` and found version 3.7.0
- ran `/nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0/bin/sdcc --help` and found version 3.7.0
- found 3.7.0 with grep in /nix/store/5xwjrizy4782acsnrjjfpypif8yjp41n-sdcc-3.7.0
2018-03-12 08:35:16 +01:00
Jan Malakhovski
7079e744d4
Merge branch 'master' into staging
...
Resolved the following conflicts (by carefully applying patches from the both
branches since the fork point):
pkgs/development/libraries/epoxy/default.nix
pkgs/development/libraries/gtk+/3.x.nix
pkgs/development/python-modules/asgiref/default.nix
pkgs/development/python-modules/daphne/default.nix
pkgs/os-specific/linux/systemd/default.nix
2018-03-10 20:38:13 +00:00
Ryan Mulligan
28e31f1c07
teyjus: 2.0b2 -> 2.1
...
Semi-automatic update. These checks were done:
- built on NixOS
- ran `/nix/store/s3a893figs9wwy07swfzxbf2ai7g6f1d-teyjus-2.1/bin/tjcc --help` got 0 exit code
- ran `/nix/store/s3a893figs9wwy07swfzxbf2ai7g6f1d-teyjus-2.1/bin/tjdepend --help` got 0 exit code
- ran `/nix/store/s3a893figs9wwy07swfzxbf2ai7g6f1d-teyjus-2.1/bin/tjdis --help` got 0 exit code
- ran `/nix/store/s3a893figs9wwy07swfzxbf2ai7g6f1d-teyjus-2.1/bin/tjlink --help` got 0 exit code
- ran `/nix/store/s3a893figs9wwy07swfzxbf2ai7g6f1d-teyjus-2.1/bin/tjsim --help` got 0 exit code
- found 2.1 with grep in /nix/store/s3a893figs9wwy07swfzxbf2ai7g6f1d-teyjus-2.1
- found 2.1 in filename of file in /nix/store/s3a893figs9wwy07swfzxbf2ai7g6f1d-teyjus-2.1
2018-03-09 14:23:54 -08:00
Peter Simons
9a9eb3e16b
Merge pull request #36475 from deepfire/ghc-8.4
...
ghc841: bump to 8.4.1-release
2018-03-09 08:47:10 +01:00
Austin Seipp
679dfdb40d
yosys: 2018.02.14 -> 2018.03.07
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-03-08 21:23:20 -06:00
Austin Seipp
ed6a4f47f8
arachne-pnr: 2018.02.14 -> 2018.03.07
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-03-08 21:23:20 -06:00
Brandon Elam Barker
56bfad192a
bumping ATS2 version form 0.3.7 to 0.3.9
2018-03-08 19:15:54 +00:00
Shea Levy
c69d8bf5e6
treewide: Remove gnat support.
...
See discussion in 6ac7b19c97
.
2018-03-08 13:56:36 -05:00
Will Dietz
b09b557fb7
Merge pull request #34457 from dtzWill/feature/llvm-6
...
llvm 6: init
2018-03-08 12:38:31 -06:00
Will Dietz
a9abec1bee
Merge pull request #36463 from dtzWill/fix/lldb4-gcc7
...
lldb_4: fix w/gcc7
2018-03-08 12:34:08 -06:00
Will Dietz
b36ea92f88
llvm6: rc3 -> final
2018-03-08 10:01:35 -06:00
Ryan Mulligan
2bb8c17e55
binaryen: 42 -> 44
...
Semi-automatic update. These checks were done:
- built on NixOS
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-shell -h` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-shell --help` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-shell help` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-opt -h` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-opt --help` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-merge -h` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-merge --help` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-metadce -h` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-metadce --help` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/asm2wasm -h` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/asm2wasm --help` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm2asm -h` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm2asm --help` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/s2wasm -h` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/s2wasm --help` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/s2wasm help` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-emscripten-finalize -h` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-emscripten-finalize --help` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-as -h` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-as --help` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-dis -h` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-dis --help` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-ctor-eval -h` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-ctor-eval --help` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-reduce -h` got 0 exit code
- ran `/nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44/bin/wasm-reduce --help` got 0 exit code
- found 44 with grep in /nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44
- found 44 in filename of file in /nix/store/1vkah592g2qsd97hnx0g9w7sgayf8zwv-binaryen-44
2018-03-07 19:01:36 -08:00
Kosyrev Serge
0145a00d9c
ghc841: fix for the bump-broken integer-gmp: m4 is now a dependency
2018-03-08 04:18:09 +03:00
Kosyrev Serge
6be7d94914
ghc841: bump to 8.4.1-release
2018-03-08 04:18:09 +03:00
Jan Tojnar
a5147c5220
gnome3: automated update
2018-03-08 02:05:58 +01:00
Will Dietz
08db02e37a
llvm6: rc2 -> rc3
2018-03-07 19:03:10 -06:00
Will Dietz
9306e2fb6f
llvm6: remove copied "remove this on next rebuild" value :)
2018-03-07 19:03:09 -06:00
Will Dietz
c3e16a42ee
llvm6: drop perl and groff, as in llvm4/5
2018-03-07 19:03:09 -06:00
Will Dietz
e876e97ef0
llvm6: musl compat
2018-03-07 19:03:08 -06:00
Will Dietz
62011cfaea
llvm6: rc1 -> rc2
2018-03-07 19:03:07 -06:00
Will Dietz
11cb7d00ca
llvm6: same python output fix from #33871
...
Unlike that PR, however, this doesn't need to go to staging
since no one depends on a package that doesn't exist yet :).
2018-03-07 19:03:07 -06:00
Will Dietz
0d90539cda
llvm6: no need to patch on aarch64, already applied
2018-03-07 19:03:06 -06:00
Will Dietz
a192c9d67a
lld: Add dep on libxml2
2018-03-07 19:03:06 -06:00
Will Dietz
42c3a74a2a
llvm6: rc1, hashes, top-level
2018-03-07 19:03:05 -06:00
Will Dietz
4463de6ec7
llvm6: copy llvm5
2018-03-07 19:03:05 -06:00
Will Dietz
535ba5f7f7
lldb_4: fix w/gcc7
...
Same fix used in swift4, FWIW.
2018-03-07 17:38:15 -06:00
Thomas Mader
be8c9afa78
ldc: 1.7.0 -> 1.8.0
2018-03-07 18:12:29 +01:00
Shea Levy
47116c2d5c
openjdk bootstrap: Fix rpath fixup
2018-03-07 06:23:02 -05:00
Peter Simons
3d8694ee2d
ghcjs: mark build broken
2018-03-05 16:44:23 +01:00
Vladimír Čunát
565bd805e6
Merge branch 'master'
2018-03-05 14:53:27 +01:00
Anders Kaseorg
6f073154da
Give working advice for running nix-prefetch-url
...
nix-prefetch-url file://… requires a full path. Suggest an invocation
that will provide one.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-03-04 17:28:36 +00:00
Tim Steinbach
d070199a24
kotlin: 1.2.21 -> 1.2.30
2018-03-04 10:18:05 -05:00
Thomas Mader
61432bcd71
dmd: 2.078.2 -> 2.079.0
2018-03-03 18:29:48 +01:00
Frederik Rietdijk
810dd0f984
Merge remote-tracking branch 'upstream/master' into HEAD
2018-03-01 20:00:42 +01:00
Vincent Laporte
504bf92ee2
ocaml: 4.06.0 -> 4.06.1
2018-03-01 14:57:06 +01:00
Tuomas Tynkkynen
34f95d92a2
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/applications/misc/pytrainer/default.nix
pkgs/development/tools/pew/default.nix
pkgs/tools/misc/you-get/default.nix
2018-02-28 20:52:49 +02:00
Will Dietz
f1dd205c4e
Merge pull request #35643 from volth/graalvm8-init-0.31
...
graalvm8: init at 0.31
2018-02-28 12:31:33 -06:00
Eldar Tsraev
fe83139f75
ccl: add MacOS version
2018-02-28 21:24:21 +13:00
Ryan Mulligan
dff9d10fdb
nasm: 2.13.02 -> 2.13.03
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/nppkg7zibkkfdsccavaxljl7x1svxvhj-nasm-2.13.03/bin/nasm -h` got 0 exit code
- ran `/nix/store/nppkg7zibkkfdsccavaxljl7x1svxvhj-nasm-2.13.03/bin/nasm help` got 0 exit code
- ran `/nix/store/nppkg7zibkkfdsccavaxljl7x1svxvhj-nasm-2.13.03/bin/nasm -v` and found version 2.13.03
- ran `/nix/store/nppkg7zibkkfdsccavaxljl7x1svxvhj-nasm-2.13.03/bin/nasm --version` and found version 2.13.03
- ran `/nix/store/nppkg7zibkkfdsccavaxljl7x1svxvhj-nasm-2.13.03/bin/ndisasm -h` got 0 exit code
- ran `/nix/store/nppkg7zibkkfdsccavaxljl7x1svxvhj-nasm-2.13.03/bin/ndisasm help` got 0 exit code
- ran `/nix/store/nppkg7zibkkfdsccavaxljl7x1svxvhj-nasm-2.13.03/bin/ndisasm -V` and found version 2.13.03
- ran `/nix/store/nppkg7zibkkfdsccavaxljl7x1svxvhj-nasm-2.13.03/bin/ndisasm -v` and found version 2.13.03
- found 2.13.03 with grep in /nix/store/nppkg7zibkkfdsccavaxljl7x1svxvhj-nasm-2.13.03
- found 2.13.03 in filename of file in /nix/store/nppkg7zibkkfdsccavaxljl7x1svxvhj-nasm-2.13.03
cc "@pSub @willibutz"
2018-02-28 10:18:38 +08:00
volth
327cc78465
graalvm8: https://repo1.maven.org/maven2/ -> mirror://maven/
2018-02-27 21:58:22 +00:00
John Ericson
dfc5d7835d
Merge pull request #35247 from telent/mips32
...
lib, treewide: Add missing MIPS arches, and fix existing usage
2018-02-27 14:01:15 -05:00
Michael Raskin
e41641d1e0
Merge pull request #35888 from fare-patches/master
...
Releases of Gambit and Gerbil
2018-02-27 17:35:45 +00:00
Francois-Rene Rideau
b649b0834a
gerbil: 0.12-DEV-1404-g0a266db -> 0.12-RELEASE
...
This is the first stable version of gerbil, named 0.12-RELEASE
so that builtins.compareVersions should consider it newer than the
packages of the 0.12-DEV-xxx series.
Next stable package version will be gerbil-0.13 without -RELEASE.
Next unstable package version will be in its own distinct package
gerbil-unstable-2018-02-28 or some such, as per nixpkgs guidelines.
2018-02-27 12:20:41 -05:00
volth
4f811dea25
graalvm8: more robust hash replace on derivation copy
2018-02-27 17:10:18 +00:00
John Ericson
089aaa1902
Merge pull request #35450 from obsidiansystems/android-clean
...
openjdk: Clean up platform conditionals
2018-02-27 11:15:56 -05:00
Francois-Rene Rideau
b5f475c9b5
gambit: 4.8.8-435-gd1991ba7 -> 4.8.9
2018-02-27 08:49:13 -05:00
Frederik Rietdijk
ad5127c417
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-27 09:18:49 +01:00
Will Dietz
4a9c3633dd
swift: fix broken ar symlink
2018-02-26 21:01:29 -06:00
John Ericson
933e8663ad
openjdk: Clean up platform conditionals
2018-02-26 21:17:32 -05:00
Will Dietz
88850c19ab
swift: add include for <functional> ( #35689 )
2018-02-26 20:06:14 -06:00
volth
d9d09d8c95
jvmci8: 0.36 -> 0.41
2018-02-27 01:32:43 +00:00
Will Dietz
435288caca
llvm_4: fix cosmetic issue in help output
...
Can be observed in programs like "llvm-link".
2018-02-26 08:30:20 -06:00
volth
6303eb5406
graalvm8: init at 0.31
2018-02-26 14:21:57 +00:00
Shea Levy
044c65bd06
Merge branch 'systemd-cross' into staging
2018-02-26 07:42:21 -05:00
Shea Levy
4728ef130e
RISC-V: Add upstream gcc patch to fix -pthread.
...
Fixes libmicrohttpd build.
2018-02-26 05:24:36 -05:00
Ryan Mulligan
71286aa5ec
emscripten: 1.37.16 -> 1.37.34
...
Semi-automatic update. These checks were performed:
- built on NixOS
- found 1.37.34 with grep in /nix/store/mdr47v3wdjmzic5c2nvdx5krdwl6bcxf-emscripten-1.37.34
2018-02-25 20:47:15 -08:00
Nikolay Amiantov
efe836160f
cudatoolkit: 9.0.176 -> 9.1.85.1
2018-02-25 22:24:09 +03:00
Nikolay Amiantov
cac556be8d
cudatoolkit8: 8.0.61 -> 8.0.88
...
This requires a refactor so that we support binary patches from NVIDIA.
2018-02-25 22:24:09 +03:00
Peter Simons
ab7a07f73b
Merge pull request #35321 from ElvishJerricco/fix-haskell-compiler-name-version
...
Fix haskellCompilerName version.
2018-02-25 19:59:51 +01:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
Kosyrev Serge
624366d407
ghc841: bump to 20180224
2018-02-25 06:59:16 +03:00
Alexander V. Nikolaev
1bc1909e5b
treewide: transition from mesa_glu to libGLU
2018-02-24 17:05:43 +02:00
Alexander V. Nikolaev
8f2a22935c
treewide: transition from mesa_noglu to libGL
2018-02-24 17:03:46 +02:00
Daniel Barlow
9c50ae6898
lib, treewide: Add missing MIPS arches, and fix existing usage
...
Existing "mips64el" should be "mipsel".
This is just the barest minimum so that nixpkgs can recognize them as
systems - although required for building individual derivations onto
MIPS boards, it is not sufficient if you want to actually build nixos on
those targets
2018-02-23 20:43:42 -05:00
volth
fb8f0d4724
scala: {2.9.3, 2.10.6, 2.11.11, 2.12.4} -> {2.10.7, 2.11.12, 2.12.4}
2018-02-23 14:33:17 +00:00
adisbladis
0b3a5b567a
Merge pull request #35350 from adisbladis/drop/go-1_8
...
go: Remove old version 1.8
2018-02-23 14:29:25 +08:00
Jörg Thalheim
d81e32be2a
Merge pull request #35330 from Mic92/go
...
go_1_10: init at 1.10 and set as default
2018-02-22 23:00:23 +00:00
adisbladis
1cba8cc275
go_1_8: Go 1.8 is EOL
2018-02-23 01:46:29 +08:00
Jörg Thalheim
394981c236
go_1_10: cleanup remove-test-pie.patch
2018-02-22 12:17:31 +00:00
Jörg Thalheim
37ef0b8ab6
go_1_10: add mic92 and velovix to maintainers
...
cc @velovix
2018-02-22 12:16:08 +00:00
Jörg Thalheim
ee5602112e
go_1_10: misc/cgo/errors/test.bash no longer exists
2018-02-22 12:07:50 +00:00
Jörg Thalheim
163d038c68
Merge pull request #35331 from Mic92/cargo-fix
...
cargo: unbreak aarch64 build
2018-02-22 11:58:07 +00:00
Jörg Thalheim
a7ab32ba98
cargo: unbreak aarch64 build
2018-02-22 11:46:30 +00:00
Jörg Thalheim
1a9316e47d
go_1_10: init at 1.10 and set as default
...
Changes are minor from 1.9, so let's just set it as default straight.
2018-02-22 11:40:07 +00:00
adisbladis
b144524ec8
go_1_7: Go 1.7 is EOL
2018-02-22 17:35:04 +08:00
adisbladis
804a21ea00
go_1_6: Go 1.6 is EOL
2018-02-22 17:34:22 +08:00
adisbladis
9ea5a00a4b
go: Remove unused patches
2018-02-22 17:33:11 +08:00
Will Fancher
a9646b39cf
Fix haskellCompilerName version.
...
This matters for `callCabal2nix`, when the cabal file has something
like `if impl(ghc >= 7.7)`
2018-02-22 03:11:25 -05:00
Will Dietz
39f61d5c02
gcc7: fix native and cross-musl build, sync w/gcc6 fixes
2018-02-21 20:55:22 -06:00
Frederik Rietdijk
b5391b2451
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-21 20:43:10 +01:00
Jörg Thalheim
599a223838
z88dk: init at unstable-2018-02-20 ( #35244 )
...
fixes #35039
2018-02-20 22:06:25 +00:00
Vladimír Čunát
1d15dadbec
Merge branch 'master' into staging
...
Larger rebuilds from master.
2018-02-20 20:33:40 +01:00
Vladimír Čunát
fbe38c7c44
rustc: build with gcc6 on i686
...
Probably due to the bundled LLVM, so the same error.
2018-02-20 20:31:23 +01:00
Joachim F
d6492117c4
Merge pull request #35153 from volth/patch-90
...
haxe: 3.4.4 -> 3.4.6
2018-02-20 15:47:24 +00:00
Jan Malakhovski
4997ac681d
mono: add 5.8.108 (current stable)
2018-02-20 11:25:54 +01:00
Jörg Thalheim
f61e8d98ff
rust: 1.22.1 -> 1.24.0
2018-02-20 09:59:26 +00:00
adisbladis
76774e920c
solc: 0.4.19 -> 0.4.20
2018-02-20 12:14:21 +08:00
Will Dietz
e5e69a7aed
libc++5: tweak expression so as to avoid rebuild on non-musl for now
2018-02-19 12:43:42 -06:00
Will Dietz
fa8a511260
llvmPackages_{4,5}: musl compat
2018-02-19 11:19:32 -06:00
volth
c727e7e7d6
haxe: 3.4.4 -> 3.4.6
2018-02-18 22:54:21 +00:00
Shea Levy
32ce7012f0
Merge branch 'master' into gcc-7
2018-02-18 16:27:22 -05:00
Joachim F
dc2b7b9e68
Merge pull request #34893 from taku0/swift_4.0.3
...
swift: 3.1.1 -> 4.0.3
2018-02-18 20:19:27 +00:00
Vladimír Čunát
ba5563b5bc
hhvm: fix build with gcc7
2018-02-18 18:41:39 +01:00
Vladimír Čunát
13ec57e381
yap: -fpermissive to fix build with gcc7
2018-02-18 18:11:11 +01:00
Tomas Hlavaty
fa3235781c
sbcl: 1.4.3 -> 1.4.4
2018-02-18 12:12:37 +01:00
Vladimír Čunát
a84844de03
Merge branch 'master' into gcc-7
...
... to fix lispPackages.*
2018-02-17 22:45:50 +01:00
Anderson Torres
ef5860db3e
Merge pull request #33446 from AndersonTorres/upload-jwasm
...
Jwasm: init at git-2017-11-22
2018-02-17 13:13:26 -02:00
Vladimír Čunát
7a1462c04a
Merge branch 'master' into gcc-7
...
A few thousand rebuilds.
Hydra: ?compare=1433915
2018-02-17 10:27:21 +01:00
Joachim F
4b43e72af7
Merge pull request #34812 from ThomasMader/dlang-update
...
Dlang update
2018-02-17 09:06:37 +00:00
John Wiegley
d8720dd19a
compcert: Permit building with Coq 8.7.2
2018-02-16 14:10:45 -08:00
Michael Raskin
635ae6d292
Merge pull request #35052 from fare-patches/master
...
gambit, gerbil: Monthly update
2018-02-16 20:21:10 +00:00
Francois-Rene Rideau
544e548978
gerbil: 0.12-DEV-1030-gbbed3bc -> 0.12-DEV-1404-g0a266db
2018-02-16 09:39:48 -05:00
Francois-Rene Rideau
abfaa5a36e
gambit: 4.8.8-427-g37b111a5 -> 4.8.8-435-gd1991ba7
2018-02-16 09:38:43 -05:00
Tuomas Tynkkynen
b1916b45a3
Merge remote-tracking branch 'upstream/staging' into gcc-7
...
Conflicts:
pkgs/development/libraries/libidn/default.nix
pkgs/top-level/all-packages.nix
2018-02-15 15:45:37 +02:00
Frederik Rietdijk
672bb6b4ab
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-14 21:30:08 +01:00
Austin Seipp
c2973f986d
yosys: 2018.02.04 -> 2018.02.14
...
Also fixes 'yosys -V' output to give the correct Git SHA1 revision.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-14 00:31:13 -06:00
Austin Seipp
4b09bee83e
arachne-pnr: 2018.02.04 -> 2018.02.14
...
Also fixes 'arachne-pnr --version' output to correctly print the right
Git SHA1 revision.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-14 00:31:13 -06:00
Vincent Laporte
93f8365824
compcert: 3.1 -> 3.2
2018-02-13 22:26:39 +00:00
Will Dietz
9bd4e00ce3
gcc6: cross-musl disable libmpx
2018-02-13 09:45:03 -06:00
Will Dietz
5bf5e6eebf
llvm4: always apply fix, improve compat, fix w/musl
2018-02-13 09:45:01 -06:00
Will Dietz
7eba45d063
gcc5: patch for musl compat/support
2018-02-13 09:44:52 -06:00
Will Dietz
6ae1bd4502
go: don't require glibc (.static), dunno if go works w/musl
2018-02-13 09:44:51 -06:00
Will Dietz
3b0d3248c9
gcc7: tweak check, target -> host
2018-02-13 09:44:43 -06:00
Will Dietz
f566e3f987
gcc7: more selftest disabling, whenever building cross
2018-02-13 09:44:42 -06:00
Will Dietz
ff9b494103
gcc7: Apply patch to fix selftest w/musl?
2018-02-13 09:44:39 -06:00
Will Dietz
f146a3c316
gcc5, 7: same fixes as gcc6
2018-02-13 09:44:38 -06:00
Will Dietz
fbf41b9ee2
gcc6: try to fix LOCAL_INCLUDE_DIR problem w/musl
2018-02-13 09:44:38 -06:00
Will Dietz
5eea9e82f4
gcc6: try patching MUSL_DYNAMIC_LINKER as well
2018-02-13 09:44:38 -06:00
Will Dietz
ece06deee4
gcc6: try to fix gccCrossStageStati
2018-02-13 09:44:38 -06:00
Will Dietz
15d401dcfa
gcc: disable libsanitizer, libgomp on musl
2018-02-13 09:44:38 -06:00
Ben Gamari
d625f181bd
autoconf: Enable cross-compilation
2018-02-13 09:44:28 -06:00
Tuomas Tynkkynen
1a06373c0a
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/development/libraries/libclc/default.nix
pkgs/top-level/all-packages.nix
2018-02-13 16:42:55 +02:00
Daiderd Jordan
9b080c35b6
Merge pull request #34862 from hamishmack/patch-2
...
rust: fix disabling of fragile test
2018-02-13 00:15:09 +01:00
taku0
c275c3dc30
swift: 3.1.1 -> 4.0.3
2018-02-12 22:03:40 +09:00
taku0
e2783b299c
swift: fix build
2018-02-12 22:03:40 +09:00
Profpatsch
53e790e7a8
maintainers: capitalize the Profpatsch attribute (vanity)
...
Since I’m already at it, this has been bothering me for a while.
2018-02-12 07:24:50 +01:00
Hamish Mackenzie
ca74ad35f4
rust: fix disabling of fragile test
...
Tests in the run-make directory are all in subdirectories
2018-02-12 12:10:29 +13:00
Daiderd Jordan
69779a5f7e
Merge pull request #33374 from dtzWill/update/llvm-5-default
...
Update LLVM default 4 -> 5
2018-02-11 18:29:26 +01:00
Austin Seipp
df689d142b
chez-scheme: 9.5-20171109 -> 9.5.1
...
- Add a new postInstall hook that installs Chez's kernel.o file into
the library directory. This library /should/ be installed by Chez, but
isn't, and it's the only way to properly embed Chez in your applications
or write your own shell/bootfile harness directly.
- Fixes the version number for Nix to properly reflect the one Chez
shows the user.
- Loose odds and ends (fix homepage URL, tidy up comments)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-10 14:14:04 -06:00
adisbladis
d424160b33
go_1_8: 1.8.5 -> 1.8.7
2018-02-11 03:33:13 +08:00
adisbladis
cac2a6596c
go_1_9: 1.9.3 -> 1.9.4
2018-02-11 03:33:08 +08:00
Shea Levy
7ac6c77323
ghc: Make deterministic profiling patches opt-in.
...
The patch changes some pieces of the exposed API, so we can't have our
default GHC changed in this way.
2018-02-10 18:10:44 +01:00
Shea Levy
69b0bc1bdf
ghc 8.{2,4}: Add patches for deterministic profiling symbols.
...
These are taken from https://phabricator.haskell.org/D4388 (which is
against HEAD) and fix an inconsistency when building profiling
libraries on multiple machines that leads to linking failure.
2018-02-10 18:05:29 +01:00
Vladimír Čunát
0a941e0b66
treewide: avoid fatal warnings from gcc7
2018-02-10 12:06:02 +01:00
Thomas Mader
95e86ba651
dmd: 2.078.1 -> 2.078.2
2018-02-10 10:48:28 +01:00
Jörg Thalheim
4db906e185
Merge pull request #34730 from karolchmist/dotty-bump-0.6.0
...
dotty: 0.4.0 -> 0.6.0
2018-02-09 07:58:59 +00:00
Frederik Rietdijk
50a9d51a09
Merge commit '30d031b5d8d05422586043c3f105f4d9110e4f59' into HEAD
2018-02-08 12:14:07 +01:00
Karol Chmist
7bfc62a377
dotty: 0.4.0 -> 0.6.0
2018-02-08 10:23:08 +01:00
Tuomas Tynkkynen
4c6c919a31
Merge remote-tracking branch 'upstream/master' into HEAD
...
Conflicts:
pkgs/os-specific/linux/kernel/generic.nix
2018-02-07 03:41:24 +02:00
Daiderd Jordan
db7e0aeb42
llvm-packages: cleanup
2018-02-06 23:38:46 +01:00
Daiderd Jordan
335ae38674
Merge pull request #33871 from dtzWill/fix/llvm-5-python-closure
...
llvm-5: add extra 'python' output for opt-viewer tool
2018-02-06 23:33:45 +01:00
Kosyrev Serge
6419664793
ghc841: bump to alpha3
2018-02-06 21:58:32 +03:00
Ryan Mulligan
636968b3ec
binaryen: 33 -> 42
2018-02-05 20:50:02 -08:00
Franz Pletz
c135ecd7ef
Merge remote-tracking branch 'origin/master' into gcc-7
2018-02-05 13:11:33 +01:00
Austin Seipp
12037a9e79
yosys: 2018.01.10 -> 2018.02.04
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-04 11:59:19 -06:00
Austin Seipp
2b5a665bc1
arachne-pnr: 2018.01.10 -> 2018.02.04
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-04 11:59:11 -06:00
Tuomas Tynkkynen
a25e6e1d96
go_1_8: Scale up test timeouts
...
https://hydra.nixos.org/build/68539514
2018-02-03 16:01:17 +02:00
Tuomas Tynkkynen
58ef5957e2
rust binary build: call patchShebangs on install.sh
...
It failed on aarch64 otherwise. The #!/bin/sh inside/outside the sandbox
probably matters but I don't investigate more for now.
2018-02-03 13:57:57 +02:00
Tuomas Tynkkynen
3effd5bb05
cargo: Should be supported on all Linux platforms now
2018-02-03 13:51:03 +02:00
Will Dietz
64e4c98a7f
llvm-5: add extra 'python' output for opt-viewer tool
2018-02-02 06:30:09 -06:00
Vladimír Čunát
c9171e5a4c
Merge branch 'master' into staging
...
Hydra: ?compare=1430035
2018-01-30 19:51:33 +01:00
Tim Steinbach
900c0241c9
kotlin: 1.2.20 -> 1.2.21
2018-01-29 11:52:50 -05:00
Peter Simons
72141a630b
ghc-8.4.1: un-revert "update to 8.4.1-alpha2"
...
This commit undoes the revert from a74b0e717d
.
See https://github.com/NixOS/nixpkgs/issues/34229 and
https://github.com/NixOS/nixpkgs/pull/34232 for further details about why this
build seemed broken.
2018-01-29 13:01:46 +01:00
Franz Pletz
e2c1c76fd0
Merge remote-tracking branch 'origin/master' into gcc-7
2018-01-28 23:17:32 +01:00
Tuomas Tynkkynen
11e98eaae7
gcc7: More resync from gcc6
...
I think I managed to lose these during a merge conflict.
2018-01-28 03:15:05 +02:00
Sarah Brofeldt
5e5cae073c
Merge pull request #34324 from ThomasMader/dmd2.078.1
...
dmd: 2.078.0 -> 2.078.1
2018-01-27 21:36:15 +01:00
Tuomas Tynkkynen
c3a658deb1
Merge remote-tracking branch 'upstream/master' into staging
2018-01-27 21:53:16 +02:00
Daiderd Jordan
e39f211575
Merge pull request #34244 from LnL7/rust-skip-test
...
rust: disable another fragile test
2018-01-27 18:26:03 +01:00
Daiderd Jordan
b119c18e92
Merge pull request #34227 from thefloweringash/rust-darwin-dont-strip
...
rustc: Fix corrupted .rlib files caused by stripping on Darwin
2018-01-27 18:25:51 +01:00
Vladimír Čunát
2d2dbe083f
Merge branch 'master' into staging
...
Hydra: ?compare=1429281
2018-01-27 09:14:22 +01:00
Benjamin Mellor
f2622e6aff
mono{48,50,54}: make sure configureFlags are used in configurePhase
...
When copying generic-nix to generic-cmake.nix, an explicit
configurePhase was added, but it doesn't use the existing
configureFlags.
Fixing this allowed removing the postBuild fixup of the path to
libgdiplus.so, since the --with-libgdiplus option already handles that.
2018-01-27 17:30:16 +11:00
adisbladis
f686b90a58
sbcl: 1.4.2 -> 1.4.3
2018-01-27 14:07:10 +08:00
Thomas Mader
50c23666fc
dmd: 2.078.0 -> 2.078.1
2018-01-26 22:08:28 +01:00
Clemens Fruhwirth
2f83f52ab8
gcc: 7.2.0 -> 7.3.0
2018-01-26 15:59:22 +01:00
Tuomas Tynkkynen
99fc949330
gcc7: Drop flex again
...
I think I lost this during merge conflict resolution
2018-01-26 16:50:13 +02:00
Peter Simons
a74b0e717d
ghc-8.4.1: revert "update to 8.4.1-alpha2"
...
This reverts commit d232856846
from
https://github.com/NixOS/nixpkgs/pull/34172 . The new version does not compile:
https://nix-cache.s3.amazonaws.com/log/zhxjgmilqh5bnp16rv0fx4b6bcrhxf2a-ghc-61db0b8.drv .
2018-01-26 13:01:12 +01:00
Peter Simons
a45dfaa335
Drop broken Haskell compilers.
...
- ghc versions 6.10.4, 6.12.3, and 7.2.2 are broken, and 6.10.2-binary is no
longer necessary after those versions have been dropped
- halvm version 2.4.0 hasn't compiled in a long time
- uhc version 1.1.9.4 hasn't compiled in a long time
2018-01-26 13:01:11 +01:00
Tuomas Tynkkynen
8f0508ebc1
go: Scale up test timeouts
...
I can't reproduce the problem on an idle machine where it finishes in
112.954s, so let's hope this works.
https://hydra.nixos.org/build/68236758
2018-01-26 03:49:24 +02:00
Andrew Childs
7857399288
rustc: Fix corrupted .rlib files caused by stripping on Darwin
2018-01-26 09:41:24 +09:00
Daiderd Jordan
1dd284ceb5
rust: disable another fragile test
2018-01-24 23:06:10 +01:00
adisbladis
f7dd6951aa
go: 1.9.2 -> 1.9.3
2018-01-24 23:00:26 +08:00
Frederik Rietdijk
769342b37b
Merge remote-tracking branch 'upstream/master' into HEAD
2018-01-24 14:17:49 +01:00
Tuomas Tynkkynen
0663e972a4
ponyc: Not supported on aarch64
...
https://hydra.nixos.org/build/67722376
2018-01-23 21:42:30 +02:00
Daniel Peebles
d18af2680d
Revert "clang-{4,5}: prefer python3, much friendlier for cross"
2018-01-23 10:13:07 -05:00
John Ericson
796e2e8c75
Merge pull request #34177 from dtzWill/fix/llvm-remove-unneeded-deps
...
llvm-{4,5}: remove perl, groff -- not needed
2018-01-22 19:26:29 -05:00
Will Dietz
973d4f5354
clang-{4,5}: prefer python3, much friendlier for cross
2018-01-22 17:31:37 -06:00
Will Dietz
7e52676240
llvm-{4,5}: remove perl, groff -- not needed
2018-01-22 17:29:14 -06:00
Kosyrev Serge
d232856846
ghc841: update to 8.4.1-alpha2
2018-01-23 01:40:38 +03:00
John Ericson
a3bff14dbe
Merge remote-tracking branch 'upstream/master' into staging
2018-01-22 16:20:24 -05:00
John Ericson
ec0c4802ae
Merge pull request #26799 from obsidiansystems/cross-haskell
...
haskell infra: Fix cross compilation to work with new system
2018-01-22 15:31:19 -05:00
Daiderd Jordan
a786218b9d
Merge branch 'master' into staging
2018-01-22 20:55:37 +01:00
Will Dietz
bd67bf5ca0
julia-git: mark broken, hasn't built since 2017-04-08. ( #34150 )
...
* julia-git: mark broken, hasn't built since 2017-04-08.
First broken: https://hydra.nixos.org/build/51447624
Last successful: https://hydra.nixos.org/build/51385779
cc #34135
2018-01-22 19:07:03 +00:00
Frederik Rietdijk
6b0873440b
Merge remote-tracking branch 'upstream/master' into HEAD
2018-01-22 16:09:11 +01:00
Vladimír Čunát
246ba46db7
Merge older staging (finished on Hydra)
...
https://hydra.nixos.org/eval/1427837?filter=&compare=1427817
Fixes #34087 .
2018-01-22 08:54:37 +01:00
Ben Gamari
bf687907d7
haskell lib: Make Cabal compiler names explicit
...
Cabal2nix expects a --compiler flag that contains a Cabal Compiler description.
We used to use the compiler's derivation name for this, but this breaks when
cross-compiling due to the target suffix. Instead we add an explicit
haskellCompilerName attribute to Haskell compiler derivations.
2018-01-21 23:31:05 -05:00
John Ericson
8560c025bc
ghc 8.4.1: Reformat to move rev into src
2018-01-21 23:31:04 -05:00
John Ericson
a2516efb26
ghcHEAD: Bump version ghc-8.5.20180118
2018-01-21 23:31:04 -05:00
John Ericson
23c29ebc90
ghc 8.2.2: Add bgamari's STRIP detection fix
2018-01-21 23:31:04 -05:00
John Ericson
60f45a2af1
ghc 8.0.2: Patch Cabal so --extra-*-dirs works right
2018-01-21 23:31:04 -05:00
Ben Gamari
af03b7746a
ghc 8.2.2 & head: Work around ARM bugs in BFD ld by using gold
2018-01-21 23:31:03 -05:00
Ryan Trinkle
bd0de2f1cb
ghc: Fix env vars and configure flags to be weird
...
GHC currently handles this stuff in a quite non-standard way, basically
taking prog var `FOO` to mean `FOO_FROM_TARGET`. It's because it
(wrongly) thinks from stage 2's perspective.
2018-01-21 23:31:03 -05:00
John Ericson
e760de8108
ghc: Predicate libiconv on not using glibc instead of Darwin
2018-01-21 23:31:03 -05:00
John Ericson
398ac54593
ghc: Fix cross compilation to work with new system
2018-01-21 23:31:03 -05:00
John Ericson
bc16cfc009
ghc: Remove old cross work
...
That way the next commit can apply a similar diff to each GHC.
2018-01-21 23:31:02 -05:00
John Ericson
0eb3acaf38
ghc: echo -n
mk/build.mk to avoid extra line
2018-01-21 23:27:38 -05:00
John Ericson
5a6b6b4ac5
ghc: Normalize derivations a bit before cross
...
These changes will affect the final derivation
2018-01-21 23:27:38 -05:00
Peter Simons
4532826e99
Merge pull request #34037 from ElvishJerricco/fix-ghcjs-lts-10
...
Fixed GHCJS
2018-01-21 19:55:25 +01:00
Vladimír Čunát
82c78b86c7
clang: mass-rebuild code cleanup
2018-01-21 15:48:35 +01:00
Vladimír Čunát
a94c7ba096
Merge branch 'master' into staging
...
Hydra: ?compare=1428079
2018-01-21 15:47:08 +01:00
Vladimír Čunát
5fb5beb929
Merge #33948 : {llvm,clang}-{4,5}: better man-pages
...
Don't rebuild entire projects just to get manpages.
2018-01-21 11:35:10 +01:00
Tuomas Tynkkynen
ea0736d8ef
mono: Disable on aarch64
...
mono40: https://hydra.nixos.org/build/67660031
mono44: https://hydra.nixos.org/build/67666036
mono50: https://hydra.nixos.org/build/67825397
mono54: https://hydra.nixos.org/build/67825452
2018-01-21 01:41:57 +02:00
Will Fancher
fcc8cae88d
Fixed GHCJS
2018-01-20 15:47:59 -05:00
Vladimír Čunát
94f4857bc5
Merge branch 'master' into staging
...
Hydra: ?compare=1427817
2018-01-20 10:05:27 +01:00
Vladimír Čunát
5fafb7ef73
clang-3.8: fixup build after #33953 917429233b
2018-01-20 09:48:35 +01:00
Orivej Desh
836951fc14
Merge pull request #34050 from jammerful/mono
...
mono{48,50,54}: Fix libgdiplus path in dll config map
2018-01-19 22:21:05 +00:00
jammerful
7ae8d2b567
mono{48,50,54}: Fix libgdiplus path in dll config map
2018-01-19 15:52:44 -05:00
Kosyrev Serge
8d027c1113
ghc841: GHC 8.4.1: nix-shell -p haskell.compiler.ghc841
2018-01-19 16:06:02 +03:00
John Ericson
a18053bdfe
Merge remote-tracking branch 'upstream/master' into staging
2018-01-18 14:17:58 -05:00
Tim Steinbach
e1db0afd61
openjdk: 8u152 -> 8u172
2018-01-18 11:22:44 -05:00
Shea Levy
d4dbe03be5
Revert "openjdk: 8u152 -> 8u162"
...
This bump causes the bazel build to fail with:
> Cannot find requested resource bundle for locale en_US
This reverts commit 241e509abd
.
2018-01-18 10:07:04 -05:00
Tuomas Tynkkynen
61a75a1d22
Merge remote-tracking branch 'upstream/master' into staging
2018-01-18 00:24:33 +02:00
Tim Steinbach
c5b5568a12
kotlin: 1.2.10 -> 1.2.20
2018-01-17 10:25:25 -05:00
Tim Steinbach
241e509abd
openjdk: 8u152 -> 8u162
2018-01-17 10:11:11 -05:00
Tim Steinbach
416ef9bd8e
openjdk: 9.0.1 -> 9.0.4
2018-01-17 10:11:11 -05:00
Tim Steinbach
ca8169a6f1
Merge pull request #33979 from taku0/oraclejdk-8u161
...
oraclejre: 9.0.1 -> 9.0.4 [Critical security fixes]
2018-01-17 14:14:51 +00:00
taku0
41cb6636fb
oraclejre: 9.0.1 -> 9.0.4
2018-01-17 23:05:28 +09:00
Tim Steinbach
a74e13f057
Merge pull request #33976 from taku0/oraclejdk-8u161
...
oraclejdk: 8u151, 8u152, 9.0.1 -> 8u161, 8u162, 9.0.4 [Critical security fixes]
2018-01-17 13:56:52 +00:00
Tim Steinbach
1d17b481c6
Merge pull request #31552 from taku0/jdk9-remove-jce
...
oraclejdk: remove JCE option
2018-01-17 13:56:40 +00:00
Tuomas Tynkkynen
884a167f87
Merge remote-tracking branch 'upstream/master' into staging
2018-01-17 12:52:47 +02:00
Tuomas Tynkkynen
67c73b4e64
Merge commit '2e56ba' from staging into master
2018-01-17 12:50:46 +02:00
taku0
88ba2698c3
oraclejdk: 8u151, 8u152, 9.0.1 -> 8u161, 8u162, 9.0.4
2018-01-17 19:12:21 +09:00
Vladimír Čunát
e0c5af37e9
Merge #33955 : lldb-{4,5}: install manpage
2018-01-16 23:04:28 +01:00
Tobias Geerinckx-Rice
0f84673f3d
Remove nckx as a maintainer for all packages
...
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Daiderd Jordan
eee6eef6af
Merge pull request #33953 from LnL7/clang-lib-cmake
...
clang: patch cmake files for lib output
2018-01-16 22:17:01 +01:00
Will Dietz
74bcd87ed9
lldb-{4,5}: install manpage
2018-01-16 15:15:41 -06:00
Tuomas Tynkkynen
2e56ba6fbd
Merge remote-tracking branch 'upstream/master' into staging
2018-01-16 22:49:20 +02:00
Daiderd Jordan
917429233b
clang: patch cmake files for lib output
...
Fixes cmake build issues introduced in #33342 .
2018-01-16 21:46:43 +01:00
Will Dietz
514f67e3a8
clang-{4,5}: set postBuild to empty string to avoid rebuild for now
2018-01-16 14:08:59 -06:00
Will Dietz
33c132e9b3
llvm-{4,5}: don't build entire project to get the manpages
...
Much cheaper to build this way.
Also this gives them a different name to avoid confusion
and clutter when using `nix-env -qaP` or similar.
2018-01-16 14:08:58 -06:00
Michael Raskin
847db60f02
julia: 0.6.0 -> 0.6.2
2018-01-16 19:30:04 +00:00
John Ericson
5a754e75b4
Merge branch 'ericson2314-cross-master' into staging
2018-01-16 13:05:39 -05:00
Erik Schnetter
6c1277a864
julia: 0.6.0 -> 0.6.2
2018-01-16 12:09:37 -05:00
Tuomas Tynkkynen
222f905fd9
rustc: Supports ARMv7
2018-01-16 14:17:40 +02:00
Guillaume Bouchard
156b8029f2
ispc: 20170807 -> 1.9.2
...
Version bump, fixes #29979
2018-01-15 12:25:03 +01:00
Jörg Thalheim
092aaf22f6
Merge pull request #33888 from kamilchm/ponyc
...
ponyc: 0.21.2 -> 0.21.3
2018-01-15 09:28:04 +00:00
adisbladis
6e8290ec31
solc: 0.4.17 -> 0.4.19
2018-01-15 17:11:33 +08:00
Kamil Chmielewski
282934ca8e
ponyc: 0.21.2 -> 0.21.3
...
https://github.com/ponylang/ponyc/issues/2478
2018-01-15 08:15:01 +01:00
Dan Peebles
1a054480d3
mono54: init
...
Still trying to figure out how msbuild should fit into the picture...
2018-01-14 15:36:00 -05:00
Tuomas Tynkkynen
6ed0fe7e45
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/build-support/fetchbower/default.nix
pkgs/build-support/fetchdarcs/default.nix
pkgs/build-support/fetchgx/default.nix
pkgs/development/python-modules/botocore/default.nix
pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
pkgs/tools/admin/awscli/default.nix
2018-01-14 21:18:27 +02:00
Jörg Thalheim
df400a17de
Merge pull request #33732 from kamilchm/ponyc
...
ponyc: FIX $CC undefined, using gcc as the linker
2018-01-13 18:24:40 +00:00
Thomas Mader
5f0c823a61
ldc: Disable cdvecfill test to fix build on older processors
...
https://github.com/NixOS/nixpkgs/pull/33830
2018-01-13 14:57:03 +01:00
Peter Simons
aecc868ac1
Merge pull request #33733 from dhess/arm-cross-fixes
...
ghc, haskell-modules: ARM cross build fixes.
2018-01-11 16:56:20 +01:00
Drew Hess
e4f3fe051e
ghc, haskell-modules: ARM cross build fixes.
...
As requested in #33405 .
2018-01-11 10:45:44 -05:00
Michael Raskin
18ca43f339
Merge pull request #33612 from fare-patches/master
...
Update gambit and gerbil
2018-01-11 09:38:08 +00:00
Francois-Rene Rideau
699c8cc832
gerbil: 0.12-DEV-836-gcde6802 -> 0.12-DEV-1030-gbbed3bc
2018-01-11 04:28:18 -05:00
Kamil Chmielewski
a628055e5c
ponyc: FIX $CC undefined, using gcc as the linker
...
https://github.com/ponylang/ponyc/issues/2482
2018-01-11 03:46:16 +01:00
Thomas Mader
81d289fed0
ldc: Remove dynamiccompile tests for Darwin too
2018-01-10 22:48:36 +01:00
Austin Seipp
155a2f270f
yosys: 2017.12.06 -> 2018.01.10
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Austin Seipp
87132df854
arachne-pnr: 2017.12.06 -> 2018.01.10
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-01-10 14:00:58 -06:00
Joachim F
3b4ebab230
Merge pull request #33532 from ThomasMader/ldc1.7.0
...
ldc: 1.5.0 -> 1.7.0
2018-01-10 19:51:37 +00:00
Thomas Mader
1aff67ce19
ldc: 1.5.0 -> 1.7.0
2018-01-10 20:08:26 +01:00
John Ericson
98b3db2eef
Merge pull request #33676 from obsidiansystems/less-arm-hack
...
gcc, binutils: Narrow down ARM hack so only native builds are affected
2018-01-09 17:52:45 -05:00
John Ericson
c98e6b6771
gcc, binutils: Narrow down ARM hack so only native builds are affected
2018-01-09 17:25:49 -05:00