Jörg Thalheim
218298b30f
Merge branch 'master' into unused5
2018-07-21 15:41:22 +01:00
Frederik Rietdijk
8424ac61a9
Merge pull request #43862 from volth/unused3
...
[bot] treewide: remove unused 'args@' in lambdas
2018-07-21 11:14:44 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
volth
dda95bae35
[bot] treewide: remove unused 'args@' in lambdas
2018-07-20 19:54:05 +00:00
volth
6d2857a311
[bot] treewide: remove unused 'inherit' in let blocks
2018-07-20 19:38:19 +00:00
Frederik Rietdijk
1a6af9f88e
Merge pull request #43857 from volth/unused
...
[bot] treewide: remove unreferenced code
2018-07-20 21:06:32 +02:00
volth
87f5930c3f
[bot]: remove unreferenced code
2018-07-20 18:48:37 +00:00
taku0
1ae8fabc86
oraclejdk: 10.0.1 -> 10.0.2
2018-07-19 21:01:29 +09:00
taku0
4d6f88067c
oraclejdk: 8u171, 8u172 -> 8u181
2018-07-18 03:13:41 +09:00
Yegor Timoshenko
879edd79be
sdcc: fix license condition
2018-07-17 19:17:03 +03:00
Yegor Timoshenko
4bd4c876f2
sdcc: clean up
2018-07-17 19:16:24 +03:00
Yorick van Pelt
f969e426c0
sdcc: update for added gputils, add disabled flag, adopt
2018-07-17 17:28:26 +02:00
Frederik Rietdijk
f001c81c1a
Merge master into staging-next
2018-07-16 17:11:01 +02:00
Peter Simons
6588e906d0
Merge pull request #43599 from ElvishJerricco/ghcjs-fixes-2018-07-15
...
Various GHCJS 8.4 fixes
2018-07-16 09:46:07 +02:00
Vaibhav Sagar
3c3c11031f
ghc: 8.6.1-alpha1 -> 8.6.1-alpha2
2018-07-16 15:13:26 +08:00
Frederik Rietdijk
3c09808160
Merge master into staging-next
2018-07-16 07:43:37 +02:00
Will Fancher
79362be283
Update readme with --compiler option for GHCJS
2018-07-16 01:14:55 -04:00
Will Fancher
ff83aca511
Added ghcjs-base to GHCJS 8.4 / 8.2
2018-07-15 23:47:47 -04:00
Will Fancher
682ef85c6f
Make GHCJS 8.4 the default, in line with LTS 12.x
2018-07-15 22:27:42 -04:00
Matthew Bauer
19fc061a13
Merge pull request #43169 from samueldr/fix/stripDirs
...
Fixes `stripDirs` use after signature change
2018-07-14 19:07:46 -04:00
Vladimír Čunát
0f01215203
Merge branch 'master' into staging-next
...
Hydra: ?compare=1468896
2018-07-14 18:15:30 +02:00
Jörg Thalheim
b0f2233917
go_1_10: remove cache artifacts from package
...
fixes #42465
2018-07-13 20:02:36 -04:00
Will Dietz
78381de859
Merge pull request #43400 from dtzWill/experimental/ghc-musl-nollvm
...
ghc: don't use LLVM w/musl on non-cross
2018-07-12 10:48:04 -05:00
patternspandemic
6f24f61c8e
ponyc: 0.23.0 -> 0.24.0 ( #43392 )
2018-07-12 09:15:00 +02:00
Will Dietz
2996d29f71
ghc: don't use LLVM w/musl on non-cross
...
Doesn't appear to be needed on musl-native on x86_64,
and on non-x86(-64) it's included anyway.
2018-07-11 21:34:47 -05:00
Will Dietz
e065779af1
ghc821-binary: avoid mass-rebuild by using old dynamic linker string
2018-07-11 11:16:13 -05:00
Will Dietz
b4c91a3e1a
ghc821-binary: disable ld override w/musl
...
Fixes conftest failure that I believe ends up
using the wrong dynamic linker.
2018-07-11 11:14:18 -05:00
Will Dietz
4a1d311c49
ghc821-binary: use glibc on musl
...
These prebuilt binaries need to be used with glibc,
it doesn't matter what we're using otherwise.
This may seem a bit strange but has the huge advantage
of not needing to create/host/download musl-specific variants,
and instead continue to use the official ones from upstream.
2018-07-11 11:06:20 -05:00
Will Dietz
be0a056fcb
Merge pull request #43306 from dtzWill/fix/ghc-musl-targets
...
ghc{843,861}: add musl variants of "llvm-targets"
2018-07-11 09:38:28 -05:00
Will Dietz
773ae700b7
ghc{843,861}: keep '-musleabi' in targets like w/'-gnueabi'
2018-07-10 19:08:56 -05:00
Patrick Hilhorst
6fc62a4deb
julia: 0.6.2 -> 0.6.4
2018-07-10 21:05:07 +00:00
Will Dietz
894f313e3c
ghc{843,861}: clone linux-gnu targets so musl variants are available
...
Fixes build with "muslpi" (armv6l-unknown-linux-musleabihf).
This was done via patch at first but it wouldn't apply to both at once,
and it's probably best to stick to just having musl clones for now
(instead of patching 8.6.1 targets into 8.4.3 and hoping that's okay).
2018-07-10 14:57:41 -05:00
Eelco Dolstra
323fe3a305
rustc: Disable tests for now
2018-07-09 12:35:01 +02:00
Eelco Dolstra
07933800fb
Merge branch 'rustc' of https://github.com/Mic92/nixpkgs
2018-07-09 11:10:12 +02:00
Samuel Dionne-Riel
f8790e0156
openjdk-*: Fixes use of stripDirs.
2018-07-07 22:25:38 -04:00
Jude Taylor
6084eacc66
remove redundant patch from GHC 8.6.1 for darwin
2018-07-06 12:00:09 -07:00
Michael Fellinger
08e79cad4f
Mint: 0.0.4 -> 0.1.0 ( #43103 )
2018-07-06 11:32:08 +02:00
Matthew Bauer
81686434bf
Merge pull request #42817 from Hodapp87/fix_mesa_glu
...
appleseed, structure-synth, luxcorerender: libGLU instead of mesa_glu
2018-07-05 22:14:08 -04:00
Matthew Bauer
9cd122a2c4
Merge pull request #43088 from matthewbauer/misc
...
Get rid of 2 unneeded packages
2018-07-05 20:13:47 -04:00
Matthew Bauer
e776d326f6
lessc: get from nodePackages
2018-07-05 17:55:50 -04:00
volth
9c63a9e2bc
graalvm8: 1.0.0-rc1 -> 1.0.0-rc3 ( #43061 )
2018-07-05 18:28:46 +02:00
Matthew Bauer
d6a202f162
Merge pull request #42187 from jameysharp/jdk-without-gnome
...
openjdk: fix build for !enableGnome2
2018-07-05 11:43:35 -04:00
Will Dietz
bf3a588f64
llvm_6: enable "dump()" methods even w/assertions off
2018-07-05 07:22:53 -05:00
Will Dietz
72b897ba75
ispc: patch w/upstream commit to fix w/llvm 6
2018-07-05 07:22:53 -05:00
Orivej Desh
c4edb10662
wcc: init unstable at 2018-04-05
2018-07-04 12:57:11 +00:00
Tim Steinbach
760d5f6058
kotlin: 1.2.50 -> 1.2.51
2018-07-03 09:18:01 -04:00
Vladimír Čunát
c1ffc65d1a
Merge branch 'master' into staging
...
This apparently fixes some broken src fetches (gnuradio, twisted).
2018-07-02 11:10:26 +02:00
Peter Simons
c85f23a82a
ghc: add 8.6.1-alpha1 pre-release
2018-07-01 19:22:09 +02:00
Michael Raskin
055a29c4a1
Merge pull request #39981 from timokau/sage-on-nixos
...
Sage on nixos
2018-07-01 07:37:42 +00:00
Chris Hodapp
a0144c7fd8
appleseed, structure-synth, luxcorerender: libGLU instead of mesa_glu
2018-06-30 09:14:21 -04:00