Commit Graph

7753 Commits

Author SHA1 Message Date
Frederik Rietdijk 8fff915659
Merge pull request #76488 from jtojnar/more-python-cleanups
Another batch of Python 2 clean-ups
2020-01-06 12:00:36 +01:00
volth 0bd6bc5606
graalvm-ee: 19.3.0 -> 19.3.0.2 2020-01-06 06:50:25 +00:00
Frederik Rietdijk 981b94442b Merge staging-next into staging 2020-01-05 16:10:40 +01:00
Frederik Rietdijk 828f93a326 Merge master into staging-next 2020-01-05 16:00:21 +01:00
Ashish SHUKLA 8b95af089d
sbcl: 1.5.6 -> 2.0.0 2020-01-03 23:22:02 +01:00
Matthew Bauer 04000331c1
Merge pull request #74284 from matthewbauer/ios-with-xcode-11
Update iOS for XCode 11
2020-01-03 15:35:41 -05:00
Matthew Bauer 9c1a2ac51e Merge remote-tracking branch 'origin/master' into ios-with-xcode-11 2020-01-03 15:34:20 -05:00
Matthew Bauer 036cef9473 ghc: always use llvm with iOS
Even when building for the simulator.
2020-01-03 15:19:37 -05:00
John Ericson ebec1d12a3
Merge pull request #76887 from corngood/llvm-cross-fix
llvm: use correct version of tablegen when cross compiling _8 and _9
2020-01-03 13:25:39 -05:00
David McFarland 6c86a2b5bb llvm: use correct version of tablegen when cross compiling _8 and _9 2020-01-03 10:38:43 -04:00
Frederik Rietdijk 5ca7a7d882 Merge staging-next into staging 2020-01-03 13:18:04 +01:00
Daiderd Jordan dd5fd3b1ff
Merge pull request #76771 from dtzWill/update/llvm-9.0.1
llvm_9: 9.0.0 -> 9.0.1
2020-01-03 11:59:22 +01:00
andys8 d14669c94c elmPackages.*: update to latest versions
Intention is to update elm-language-server to 1.4.6
2020-01-03 11:11:04 +01:00
Frederik Rietdijk 7aa2b0215b Merge master into staging-next 2020-01-03 10:25:14 +01:00
Maximilian Bosch 8f9a0b48b5
Merge pull request #76580 from filalex77/gleam-0.6.0
gleam: 0.5.0 -> 0.6.0
2020-01-02 23:32:33 +01:00
Will Dietz dc0c28a762
clang_9: fix unpackPhase 2020-01-01 12:42:59 -06:00
Will Dietz 21b0162383
llvmPackages_9: 9.0.0 -> 9.0.1
Fetch from github release page,
as that's where https://releases.llvm.org/9.0.1 redirects.
2020-01-01 12:42:58 -06:00
Frederik Rietdijk 555037a667 Merge master into staging-next 2019-12-31 16:35:53 +01:00
Franz Pletz 08dc289f05
Merge pull request #74796 from prusnak/gcc-arm-embedded
gcc-arm-embedded: 8-2019-q3-update -> 9-2019-q4-major
2019-12-31 02:19:03 +00:00
John Ericson cfd013813e
Merge pull request #74090 from obsidiansystems/ghcjs-cross-without-cc
stdenv, haskell: bonafied GHCJS cross compilation without stdenv.cc
2019-12-30 16:40:43 -08:00
Robin Gloster f6a3f5af36
treewide: structured-attrs fixes 2019-12-31 01:39:53 +01:00
Robin Gloster e9c27ed5f9
treewide: configureFlags is a flat list 2019-12-31 01:34:39 +01:00
Maximilian Bosch 15468f9a4b
ghc*: fix for structured attrs
configureFlags must be a flat list.
2019-12-31 01:31:19 +01:00
Maximilian Bosch 823b96a52b
rustc: fix for structured attrs 2019-12-31 01:29:57 +01:00
Robin Gloster 006242fd5a
treewide: fix types for mkDerivation params 2019-12-31 01:23:19 +01:00
Robin Gloster 760e23136a
treewide: *inputs are lists 2019-12-31 01:09:25 +01:00
Robin Gloster 8a227a2341
treewide: fix nested lists in *buildInputs 2019-12-31 00:57:57 +01:00
Robin Gloster a012d5eebb
ldc: fix for structured attrs 2019-12-31 00:55:49 +01:00
Robin Gloster 755db0b689
treewide: installTargets is a list 2019-12-31 00:25:26 +01:00
Robin Gloster ba0a3edf7f
stdenv: installTargets is a list 2019-12-31 00:24:02 +01:00
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Robin Gloster f9f46dc327
treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
Robin Gloster 5f2b92e3ec
treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
Robin Gloster 981ae25113
treewide: NIX_*_COMPILE -> string 2019-12-31 00:07:21 +01:00
Frederik Rietdijk 6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
Maximilian Bosch 76a8f48119
iasl: 20191018 -> 20191213
https://acpica.org/node/175
2019-12-30 14:11:04 +01:00
Robin Gloster 65395a7105
treewide: installTargets is a list 2019-12-30 13:29:27 +01:00
Robin Gloster 2157dcd141
treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Maximilian Bosch 129fbd7550
clang_4: fix build w/gcc9
As noted in the incorporated patch, name collisions between lambda
arguments and lambda captures cause compilation failures in GCC9[1].

The issue has been fixed in a later version of CLang, unfortunately the
relevant patches weren't backported to the versions 3.9 and 4.0[2].

[1] http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#2211
[2] bb177a9307 (diff-d63bede6ed85300ad2aaf4eaee571456L6278)
2019-12-30 02:50:50 +01:00
Maximilian Bosch 2e5fd9f03e
clang_39: fix build w/gcc9 2019-12-30 02:50:50 +01:00
xbreak 6748dd4ca0 clang_9: Correct ClangTargets-release.cmake
Since commit 4271020 libclang-cpp is also moved to $lib. This adds the missing
substitution in ClangTargets-release.cmake.
2019-12-29 23:26:32 +00:00
Jan Tojnar 23ec74b1b2
dtc: disable Python support by default
It does not seem to be used by anything and we want to get rid of Python 2 from closure.
2019-12-29 11:21:07 +01:00
Frederik Rietdijk 5aed91512d Merge staging-next into staging 2019-12-29 10:20:05 +01:00
Frederik Rietdijk fb66525297 Merge master into staging-next 2019-12-29 10:19:39 +01:00
R. RyanTM 62ef779f2a ponyc: 0.33.0 -> 0.33.1 (#76368) 2019-12-29 01:19:08 -05:00
Peter Simons 525b8cd3f6 ghc: add 8.10.1-alpha2 2019-12-27 20:58:23 +01:00
Peter Simons 56f1127a42 ghc: add 8.8.2-rc1 2019-12-27 20:43:35 +01:00
Oleksii Filonenko cfb7d1bf63
gleam: change src.owner to gleam-lang organization 2019-12-27 18:51:43 +02:00
Oleksii Filonenko dc0c4b94e9
gleam: 0.5.0 -> 0.6.0 2019-12-27 18:51:00 +02:00
Lorenzo Manacorda 4b456387e2 solc: 0.5.12 -> 0.5.15
Also removes patchset for shared library use, since usage of this
feature was rare and maintenance costly.
See https://github.com/NixOS/nixpkgs/pull/39852#issuecomment-568474864
for a discussion.
2019-12-26 18:43:08 +01:00
Franz Pletz 77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
Silvan Mosberger 5dc7050bd6
Merge pull request #75400 from nand0p/ethminer-v18
ethminer: 0.18.0-rc.0 -> 0.18.0
2019-12-25 23:56:24 +01:00
John Ericson a8bd27b454 Merge branch 'ghcjs-cross-without-cc-common' into ghcjs-cross-without-cc 2019-12-25 01:31:35 -05:00
Jan Tojnar 4bbc6cc66f
Merge branch 'staging-next' into staging 2019-12-25 05:18:52 +01:00
Jan Tojnar ca39dd3a8a
Merge branch 'master' into staging-next 2019-12-25 05:15:06 +01:00
Tim Steinbach 4ed50bdd93
Merge pull request #76299 from r-ryantm/auto-update/kotlin
kotlin: 1.3.60 -> 1.3.61
2019-12-24 21:37:14 -05:00
John Ericson c3c245dcda ghcjs: get socket.io from pkgsHostHost
This is a bit dubvious, but the alternative of making nodejs a
nativeBuildInput for node packages is worse. In general the cross story
for interpreted languages is murky, and this fits that pattern.
2019-12-24 19:52:36 -05:00
Fernando J Pando 7a01e9096e cudatoolkit: 10.2.89 2019-12-24 17:05:10 -05:00
Eelco Dolstra e82fae1a39
rustc: 1.39 -> 1.40 2019-12-24 16:15:36 +00:00
R. RyanTM c4877dcd9f kotlin: 1.3.60 -> 1.3.61 2019-12-23 11:12:40 -08:00
Alyssa Ross b9d274b89d rustPlatform.fetchcargo: expose 2019-12-23 18:27:56 +00:00
R. RyanTM 4b69067b6b intel-graphics-compiler: 1.0.2878 -> 1.0.3041 2019-12-23 09:29:44 -08:00
R. RyanTM 4021ccac43 fasm: 1.73.18 -> 1.73.21 2019-12-23 02:14:48 -08:00
Mario Rodas 6b10e48548
Merge pull request #75218 from Chiiruno/dev/tinygo
tinygo: init at 0.10.0
2019-12-22 18:54:24 -05:00
Jörg Thalheim d68c70f1bb
rustc: add QA documentation (#73296)
rustc: add QA documentation
2019-12-20 14:10:33 +00:00
David McFarland 2197fed076 chicken: add corngood as maintainer (#76076) 2019-12-19 23:48:25 -05:00
Graham Christensen b0a78e25bf
Merge pull request #75719 from manveru/crystal-compiled-closure-size
crystal: reduce closure size of compiled exes by splitting outputs
2019-12-19 19:11:58 -05:00
Frederik Rietdijk 39037a3431 Merge staging-next into staging 2019-12-19 09:21:24 +01:00
Jan Tojnar b171037944
Merge pull request #75668 from jtojnar/py2-cleanup
Another batch of Python 2 removals
2019-12-19 01:24:00 +01:00
Oleksii Filonenko aed6f881b0 gleam: init at 0.5.0
Close #71432.

Co-authored-by: Norbert Melzer <NobbZ@users.noreply.github.com>
2019-12-18 09:03:48 -08:00
Michael Fellinger 42cc7428bc
crystal: reduce closure size of compiled exes by splitting outputs 2019-12-17 00:01:14 +01:00
Timo Kaufmann 00c3761322 ecl: fix build with libffi 3.3
The build was broken by the recent libffi update
(53a04a2df0) because of this upstream
change:

ef76205647

I have changed the usage of FFI_SYSV as gentoo suggests:

https://wiki.gentoo.org/wiki/Libffi_3.3_porting_notes/FFI_SYSV

I'm not entirely sure if that is the right call here, but I haven't
noticed any regressions in my testing and its definitely better than a
broken build.

Upstream: https://gitlab.com/embeddable-common-lisp/ecl/issues/302
2019-12-16 23:02:26 +01:00
Bignaux Ronan 3ad650a14b rasm: init at 0.116 2019-12-16 11:28:34 -08:00
Vladimír Čunát 7139b127b3
gcc7: 7.4.0 -> 7.5.0
It's bugfix-only; these tend to be fairly safe,
and we don't really use gcc7 anymore by default.
I tested building gcc7 and gfortran7 on x86_64-linux.
https://gcc.gnu.org/ml/gcc-announce/2019/msg00003.html
2019-12-16 11:40:59 +01:00
Jan Tojnar 628ff8db61
rustc: switch to python3 2019-12-15 13:52:53 +01:00
Jan Tojnar 08c0f1200a
cargo: switch to python3 2019-12-15 13:52:40 +01:00
Jan Tojnar 429561978b
Merge branch 'master' into staging-next 2019-12-14 23:09:06 +01:00
Renaud af5547fec8
Merge pull request #75562 from corngood/http-egg-cve-fix
Http egg cve fix
2019-12-13 23:56:31 +01:00
Frederik Rietdijk dfdf1597a7 Merge master into staging-next 2019-12-13 11:43:39 +01:00
David McFarland 02930180be chicken: update eggs to latest
Fixes #73650
2019-12-12 10:09:52 -04:00
David McFarland ac08635414 chicken: remove parseDrvName from chicken-5 2019-12-12 10:09:50 -04:00
David McFarland 2723d16a0f chicken: fix chicken-4 set -u regression 2019-12-12 10:09:08 -04:00
David McFarland 6850842719 chicken: fix chicken-4 evaluation
broken by: 9b090ccbca
2019-12-12 10:08:08 -04:00
Mario Rodas 3d1149e5ed
Merge pull request #75296 from r-ryantm/auto-update/openshadinglanguage
osl: 1.10.7 -> 1.10.8
2019-12-12 07:04:22 -05:00
Frederik Rietdijk f3618342ec Merge staging-next into staging 2019-12-10 19:01:27 +01:00
R. RyanTM 85a369d427 go: 1.13.4 -> 1.13.5 (#75236) 2019-12-10 01:10:20 -08:00
Marek Fajkus 088550273b bs-platform: init at 6.2.1 2019-12-10 00:51:30 -08:00
R. RyanTM 8f4cbf5b8e osl: 1.10.7 -> 1.10.8 2019-12-08 13:12:48 -08:00
Wael Nasreddine b0db7c4f7b
Merge pull request #75013 from fmpwizard/issue_54603
go: do not replace path to zoneinfo.zip and mime.types
2019-12-08 11:23:45 -08:00
Pavol Rusnak 1c57848a0b
gcc-arm-embedded: remove old versions of the package (4.x, 5.0) 2019-12-08 15:24:12 +01:00
Pavol Rusnak fcba6a0619
gcc-arm-embedded: unify gcc-arm-embedded/{6,7,8,9}/default.nix 2019-12-08 15:24:12 +01:00
Pavol Rusnak ab1c848f16
gcc-arm-embedded: 8-2019-q3-update -> 9-2019-q4-major 2019-12-08 15:24:11 +01:00
Diego Medina 051bc353d0 go: do not replace path to mime.types 2019-12-08 07:20:23 -05:00
Okina Matara 7741e4462c
tinygo: init at 0.10.0 2019-12-08 01:00:34 -06:00
Luc Tielen aaf7a7eeb3 souffle: 1.7.0 -> 1.7.1 2019-12-06 04:02:19 -06:00
Frederik Rietdijk 51ef7c3e49 Merge master into staging-next 2019-12-05 09:14:08 +01:00
Mateusz Kowalczyk 1451a52a38 Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
Diego Medina 5a0be78562 go: do not replace path to zoneinfo.zip
Prepend the nix path to the zoneinfo.zip file and keep the original alternatives
to allow go programs built using nix to run on non nix servers.

see https://github.com/NixOS/nixpkgs/issues/54603
2019-12-04 21:53:15 -05:00
Kirill Boltaev 05358c6498 manticore: 2019.09.20 -> 2019.12.03 2019-12-04 14:30:56 -06:00
Kirill Boltaev d55727ac40 smlnj: 110.91 -> 110.95, add 64-bit support
Also drop isDarwin check in `top-level/all-packages.nix` till darwin build is fixed.
2019-12-04 14:30:56 -06:00
John Ericson 9a080ceff2
Merge pull request #74922 from matthewbauer/ghc-no-gold-with-llvm
ghc: don’t use gold when useLLVM = true
2019-12-03 17:35:57 -05:00
Matthew Bauer 224737f0f7
Merge pull request #74625 from r-ryantm/auto-update/rgbds
rgbds: 0.3.8 -> 0.3.9
2019-12-03 13:11:30 -05:00
Matthew Bauer 00cdf80d6a ghc: don’t use gold when useLLVM = true
When using the llvm-based linker, we don’t have a .gold flavor to
pick. So just fall back to the normal “ld” command.
2019-12-03 11:15:20 -05:00
Jan Tojnar 30fae2883e
Merge branch 'master' into staging-next 2019-12-03 16:51:48 +01:00
Andreas Rammhold 120eda95a6
Merge pull request #74737 from andir/cudatoolkit
cudatoolkit: move the dependencies into a common expression
2019-12-03 11:34:26 +01:00
Graham Christensen cd2719f912
Merge pull request #74682 from manveru/crystal-improvments
crystal: reduce closure size, more robust runtime
2019-12-02 20:29:39 -05:00
Frederik Rietdijk 6662f5be2d Merge master into staging-next 2019-12-01 18:55:44 +01:00
Renaud 8fc6d9bf8a
Merge pull request #74721 from groodt/go-jsonnet-0.14.0
go-jsonnet: 0.13.0 -> 0.14.0
2019-12-01 17:21:06 +01:00
Jan Tojnar a4bbc84e16
Merge branch 'staging-next' into staging 2019-12-01 01:44:03 +01:00
Frederik Rietdijk f99271be7c
Merge pull request #74023 from NixOS/staging-next
Staging next
2019-11-30 21:12:27 +01:00
R. RyanTM 7ff9169bf3 intel-graphics-compiler: 1.0.2714.1 -> 1.0.2878
(#74424)
2019-11-30 21:07:12 +01:00
Jan Tojnar 55a72926e1
Merge branch 'staging-next' into staging 2019-11-30 19:45:46 +01:00
Jan Tojnar a69ad18da9
Merge branch 'master' into staging-next 2019-11-30 19:44:51 +01:00
Michael Fellinger aa2c03f1ce
crystal: reduce closure size, more robust runtime 2019-11-30 15:35:16 +01:00
Emery Hemingway e54d68e6d0 nim: 1.0.2 -> 1.0.4 2019-11-30 15:26:11 +01:00
Vincent Laporte 120102de65 OCaml: optionally enable AFL support 2019-11-30 08:34:36 +00:00
Vincent Laporte 9b76c5e17a OCaml: fix configure flags for flambda support
The configure program for OCaml has been using a new set of command-line
arguments from version 4.08. This is a small refactoring to ease dealing with
the two sets.
2019-11-30 08:34:36 +00:00
Jörg Thalheim c70b4238fa
Merge pull request #74712 from r-ryantm/auto-update/X11basic
x11basic: 1.26 -> 1.27
2019-11-30 08:14:21 +00:00
Frederik Rietdijk 9f84415541 Merge staging-next into staging 2019-11-30 08:58:01 +01:00
Frederik Rietdijk d14baf7747 Merge master into staging-next 2019-11-30 08:57:28 +01:00
Greg Roodt 87aca2a39d go-jsonnet: 0.13.0 -> 0.14.0 2019-11-30 15:15:24 +11:00
Mario Rodas 41380c5042
Merge pull request #73594 from redvers/ponyc-0-33-0
ponyc: 0.32.0 -> 0.33.0
2019-11-29 20:34:54 -05:00
Mario Rodas b4e48b7b1e
Merge pull request #74473 from r-ryantm/auto-update/mruby
mruby: 2.0.1 -> 2.1.0
2019-11-29 20:00:05 -05:00
R. RyanTM eef0bf0282 x11basic: 1.26 -> 1.27 2019-11-29 16:33:22 -08:00
Mario Rodas 5668bd0fd6
Merge pull request #74548 from r-ryantm/auto-update/pony-stable
pony-stable: 0.2.1 -> 0.2.2
2019-11-29 19:25:02 -05:00
Luc Tielen 7665edaa28
souffle: 1.6.1 -> 1.7.0 2019-11-30 00:11:44 +01:00
Jörg Thalheim 435c3ecde7
rust: add support for armv6l-linux and armv7l-linux (#73472)
rust: add support for armv6l-linux and armv7l-linux
2019-11-29 12:47:15 +00:00
R. RyanTM 90a79fd5b0 rgbds: 0.3.8 -> 0.3.9 2019-11-29 04:02:35 -08:00
R. RyanTM 25e83902bb pony-stable: 0.2.1 -> 0.2.2 2019-11-28 16:00:20 -08:00
Andreas Rammhold 78816a875b
cudatoolkit: move the dependencies into a common expression 2019-11-29 03:57:23 +12:00
Andreas Rammhold 464ff0aa24
Revert "cudatoolkit: move the dependencies into a common expression"
This reverts commit ceafd896f5.
2019-11-29 03:49:34 +12:00
R. RyanTM db4e3164a1 mruby: 2.0.1 -> 2.1.0 2019-11-28 03:35:52 -08:00
Jörg Thalheim 9ff252ec23
Merge pull request #74432 from r-ryantm/auto-update/kotlin
kotlin: 1.3.50 -> 1.3.60
2019-11-28 10:03:27 +00:00
Jonathan Ringer 0c1c18ca44
Merge branch 'master' into staging-next 2019-11-27 22:57:50 -08:00
R. RyanTM a686bdafd8 kotlin: 1.3.50 -> 1.3.60 2019-11-27 22:00:32 -08:00
R. RyanTM 3e938541da fasm-bin: 1.73.16 -> 1.73.18 2019-11-27 19:42:37 -08:00
worldofpeace 8ef9f8b893
Merge pull request #74336 from virusdave/dnicponski/scratch/upgrade_unison_to_g
unison: 1.0.M1f -> 1.0.M1g
2019-11-27 19:35:42 +00:00
Michael Raskin 4cce622213
Merge pull request #74129 from r-ryantm/auto-update/abcl
abcl: 1.5.0 -> 1.6.0
2019-11-27 17:06:21 +00:00
Dave Nicponski 43dc5ea917 unison: 1.0.M1f -> 1.0.M1g
Upgrade unison codebase manager to latest release
2019-11-27 09:12:23 -05:00
Susan Potter a1f82db351 purescript: 0.13.4 -> 0.13.5 2019-11-26 19:04:16 -08:00
Joachim F 90f08689c3
Merge pull request #73766 from kmcopper/staging-compiler-rt
staging: compiler-rt scudo compatibility
2019-11-26 15:54:12 +00:00
Andreas Rammhold e38f83c762
Merge pull request #72826 from andir/cudapackages
cuda: make cudatoolkit & cudnn packages overrideable
2019-11-26 13:10:56 +01:00
Andreas Rammhold ceafd896f5
cudatoolkit: move the dependencies into a common expression
This has the benefit of being able to override all the inputs to the
build where you were previously only able to override the entire package
set (if at all).
2019-11-26 12:28:45 +01:00
John Ericson f191360ad0 Merge remote-tracking branch 'upstream/staging-next' into staging 2019-11-25 15:59:05 -05:00
Frederik Rietdijk 06a054e6eb Merge master into staging-next 2019-11-25 21:51:57 +01:00
worldofpeace 2f66bd9d5b
Merge pull request #73996 from virusdave/dnicponski/scratch/upgrade_dotty_to_latest
dotty: 0.14.0-RC1 -> 0.20.0-RC1
2019-11-25 15:13:39 +00:00
R. RyanTM 47e9799042 abcl: 1.5.0 -> 1.6.0 2019-11-25 02:45:31 -08:00
John Ericson 6d3b7458cc
Merge pull request #74065 from Ericson2314/cc-versions
compilers, binutils: Add version and pname
2019-11-24 18:35:13 -05:00
John Ericson 1a388b8bff
Merge pull request #74087 from Ericson2314/ghcjs-fix-deps
ghcjs-ng: The GHC source should be configured with native build inputs
2019-11-24 18:11:51 -05:00
John Ericson 5858d7229a ghcjs-ng: The GHC source should be configured with native build inputs
This matters once we start treating GHCJS as cross compilation, as we
should be.
2019-11-24 23:08:47 +00:00
John Ericson 814f9104d7
Merge pull request #72657 from cleverca22/vc4
Initial implementation of vc4 cross-compile
2019-11-24 16:04:15 -05:00
John Ericson 4f1261134e Merge remote-tracking branch 'upstream/master' into staging 2019-11-24 18:33:54 +00:00
Craig Hall 26ab4a37ae gcc: Use pname 2019-11-24 18:32:26 +00:00
Craig Hall c40bf6ea3f llvm-manpages: Use pname 2019-11-24 18:32:26 +00:00
Craig Hall 4bcae6f8a7 llvm: Use pname 2019-11-24 18:32:26 +00:00
Craig Hall a33dbd38cb clang-manpages: Use pname 2019-11-24 18:32:26 +00:00
Craig Hall f1255e45db clang: Use pname 2019-11-24 18:32:26 +00:00
Craig Hall 2c59c1deb5 llvm: Add version attribute 2019-11-24 18:32:26 +00:00
Craig Hall 5a9c95d4d2 clang: Add version attribute 2019-11-24 18:32:26 +00:00
Craig Hall eea6fc4cf9 gcc: Add version attribute 2019-11-24 18:32:26 +00:00
John Ericson d0d5136cce Merge remote-tracking branch 'upstream/master' into wrapper-pname-support 2019-11-24 17:25:07 +00:00
John Ericson 9b090ccbca treewide: Get rid of most `parseDrvName` without breaking compat
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
John Ericson 195c263a81
Merge pull request #74016 from Ericson2314/gcc-fix-cross-name
gcc: Fix cross names
2019-11-24 11:03:07 -05:00
Frederik Rietdijk 02589d9b78 Merge staging into staging-next 2019-11-24 10:33:56 +01:00
Frederik Rietdijk 7cb0bc30e6
Merge pull request #70176 from taku0/adoptopenjdk-bin-11.0.4
adoptopenjdk-bin: 11.0.3 -> 11.0.5, 8.0.222 -> 8.0.232 [Security fixes]
2019-11-24 10:19:00 +01:00
Frederik Rietdijk 1d18c5a0fe Merge staging-next into staging 2019-11-24 10:13:31 +01:00
Ben Wolsieffer 2dea864984 openjdk8: restore correct handling of cmm directory 2019-11-24 09:57:09 +01:00
Craig Hall 62d6429793 gcc: Fix cross names
There was an issue with the dashes.

(taken from commit e158e113a6b74f6cd0e1de9e976b882a03714bf8)
2019-11-24 05:18:50 +00:00
volth bfcbe61076 graalvm8-ee: 19.2.1 -> 19.3.0, graalvm11-ee: init at 19.3.0 2019-11-24 04:05:54 +00:00
Ben Wolsieffer 83ac9c07e4 rust: add support for armv6l-linux and armv7l-linux 2019-11-23 19:19:31 -05:00
Michael Raskin 5ccfbd9d4a
Merge pull request #73995 from fare-patches/master
gerbil-unstable: 2019-08-11 -> 2019-11-10
2019-11-23 23:49:56 +00:00
Dave Nicponski 974ff0fc17 dotty: 0.14.0-RC1 -> 0.20.0-RC1
Update Scala Dotty to latest version.
2019-11-23 18:18:26 -05:00
Francois-Rene Rideau 3823b386b4 gerbil-unstable: 2019-08-11 -> 2019-11-10
Also, build with gambit rather than gambit-unstable, because of, well,
instability in the current gambit-unstable.
2019-11-23 18:12:34 -05:00
Renaud 2b66f562e9
carp: fix eval 2019-11-23 17:10:17 +01:00
alva a03e31587d carp: unstable-2018-09-15 -> 0.3.0
(#68155)
2019-11-23 17:02:37 +01:00
taku0 f6a5319f93 adoptopenjdk-bin: 8.0.222 -> 8.0.232 2019-11-23 14:16:39 +09:00
taku0 36c5ad2a4b adoptopenjdk-bin: 11.0.4 -> 11.0.5 2019-11-23 14:14:37 +09:00
taku0 c8d1c8712c adoptopenjdk-bin: 11.0.3 -> 11.0.4 2019-11-23 13:56:00 +09:00
Dave Nicponski cc967ed014 unison-ucm 1.0.e-alpha -> 1.0.f-alpha 2019-11-22 07:31:39 -05:00
Domen Kožar 1b13a8f2e7
Merge pull request #69552 from domenkozar/ghc-dwarf
ghc: compile with DWARF support by default
2019-11-22 10:49:33 +01:00
worldofpeace 83c1bfa083 vala: 0.46.2 -> 0.46.5 2019-11-22 04:07:46 -05:00
worldofpeace a5616b72e0 vala_0_44: 0.44.8 -> 0.44.11 2019-11-22 04:07:39 -05:00
worldofpeace e439ee4666 vala_0_40: 0.40.16 -> 0.40.18 2019-11-22 04:07:29 -05:00
Domen Kožar 7217090464
ghc: compile with DWARF support by default
This allows our GHCs to build programs with DWARF debug information
when -g is passed, see https://ghc.haskell.org/trac/ghc/wiki/DWARF.

Compiling with debug symbols is off by default until GHC ticket
https://gitlab.haskell.org/ghc/ghc/issues/15960
(Using -g causes differences in generated core) is fixed.
2019-11-20 15:35:25 +01:00
Michael Bishop 4aa1ffae04
initial implementation of vc4 cross-compile 2019-11-19 22:19:15 -04:00
Kyle Copperfield 19adae30c1 llvm/compiler-rt: default to compatible scudo options 2019-11-19 16:10:39 +00:00
Red Davies 14c49e8a12 ponyc: 0.32.0 -> 0.33.0 2019-11-17 20:27:42 -05:00
Frederik Rietdijk be7125dde7 Merge master into staging-next 2019-11-16 11:45:07 +01:00
c0bw3b 9367367dfd Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
John Ericson bca2e8255e treewide: CAML_LD_LIBRARY_PATH may be undefined 2019-11-14 13:44:07 -05:00
Frederik Rietdijk c6e31d0767 Merge master into staging-next 2019-11-14 13:31:39 +01:00
Brian McKenna 07829a0c92 unison-ucm: 1.0.M1d-alpha -> 1.0.M1e-alpha
* unison-ucm: 1.0.M1d-alpha -> 1.0.M1e-alpha (#72279)

* unison-ucm: refresh meta
homepage and licenses
2019-11-14 00:50:09 +01:00
R. RyanTM d8e9b89b48 intel-graphics-compiler: 1.0.10 -> 1.0.2714.1
(#72540)
2019-11-13 23:23:52 +01:00
Matthew Bauer 1c3deb9642
Merge pull request #73084 from lopsided98/llvm-7-armv6l
llvm_7: disable failing test on armv6l
2019-11-13 17:20:13 -05:00
Matthew Bauer 56c309f953
Merge pull request #73083 from lopsided98/llvm-9-arm
llvm_9: disable failing tests on 32-bit ARM
2019-11-13 17:19:45 -05:00
Jörg Thalheim d2d1c533b0
rustc: add QA documentation 2019-11-13 12:34:42 +00:00
Renaud f55563b9e7
Merge pull request #73156 from maximedenes/purescript-0.13.4
purescript: 0.13.3 -> 0.13.4
2019-11-13 00:21:07 +01:00
Matthew Bauer 93fd7d8888
Merge pull request #73291 from obsidiansystems/fix-gcj
GCC 6: Fix java support
2019-11-12 11:10:34 -05:00
John Ericson 903bdf1709 GCC 6: Fix java support
Major version upper bound was one too low.
2019-11-12 09:56:43 -05:00
Luka Blaskovic 8bff104114 rustc: bump runtime LLVM to match upstream
```
rustc 1.38.0
binary: rustc
commit-hash: unknown
commit-date: unknown
host: x86_64-unknown-linux-gnu
release: 1.38.0
LLVM version: 9.0
```
2019-11-12 14:50:49 +01:00
Frederik Rietdijk d688c7cd05 Merge staging-next into staging 2019-11-12 14:32:56 +01:00
Frederik Rietdijk 4619637d74
Merge pull request #72712 from NixOS/staging-next
Staging next
2019-11-12 14:32:50 +01:00
John Ericson 16f0fe7fe3 Merge remote-tracking branch 'upstream/master' into mingw-mcfthreads 2019-11-11 20:48:14 -05:00
John Ericson 04cb05d20c gcc: Build MinGW stage two with threading library
Currently this is set up to be mcfgthreads, but it could be something
else instead.
2019-11-11 11:02:38 -05:00
Frederik Rietdijk 73b88e17dd Merge staging-next into staging 2019-11-11 12:09:26 +01:00
Frederik Rietdijk cf27abf534 Merge master into staging-next 2019-11-11 12:06:42 +01:00
John Ericson 999ef20129 mingw-w64 libc: Multiple outputs and parallel builds
Also deduplicate more of the GCC derivations.
2019-11-11 00:25:24 -05:00
John Ericson 1782f6c826
Merge pull request #73184 from Ericson2314/gcc-fix-cross-whoops
gcc: Fix cross after I accidentally changed build target
2019-11-10 17:49:48 -05:00
John Ericson 3f74a4d066 gcc: Fix cross after I accidentally changed build target
I deleted "bootstrap", but forgot to make the condition
build = host = target.
2019-11-10 17:06:22 -05:00
John Ericson 62e154ff8d Merge remote-tracking branch 'upstream/master' into gcc-dedup-configure-flags 2019-11-10 16:12:25 -05:00
John Ericson 5c5ca018c8 gcc: Deduplicate `configureFlags`
Thanks again to @bgamari who in 1c1207220f
did the cleanup to make this possible. It's been a long time coming!
2019-11-10 15:58:35 -05:00
John Ericson f666c61d20 gcc: Deduplicate preConfigure 2019-11-10 15:15:04 -05:00
John Ericson f5ddd103e7
Merge pull request #73173 from Ericson2314/gcc-cross-cleanup
gcc: Clean up cross configure flags and name prefix
2019-11-10 15:05:18 -05:00
John Ericson ca341c2d5b gcc: Clean up cross configure flags and name prefix 2019-11-10 14:29:11 -05:00
Daniel Schaefer f7ef1a9af5
Merge pull request #72855 from fgaz/jasmin/init
jasmin: init at 2.4
2019-11-10 17:09:54 +01:00
Maxime Dénès 0d6182a3c3
purescript: 0.13.3 -> 0.13.4 2019-11-10 13:14:34 +01:00
Silvan Mosberger e9e7210eba
Merge pull request #73031 from manveru/crystal-0.31.1
crystal: 0.30.1 -> 0.31.1
2019-11-09 18:43:31 +01:00
Ben Wolsieffer 50c315fc4d llvm_9: disable failing test on armv6l 2019-11-09 11:01:12 -05:00
Vladimír Čunát 457e94d900
Merge branch 'master' into staging-next
~4k rebuilds on each Linux.
2019-11-09 07:26:53 +01:00
Ben Wolsieffer e50b8fcfbd llvm_7: disable failing test on armv6l 2019-11-08 18:44:16 -05:00
Ben Wolsieffer d67cd40cd8 llvm_9: disable failing tests on 32-bit ARM 2019-11-08 17:54:08 -05:00
taku0 97f20c3011 rust: keep multiple version.
Firefox 70.0.1 and Thunderbird 68.2.2 require older version of rustc.
2019-11-08 21:12:01 +09:00
Michael Fellinger 34b84e8a78
crystal: 0.30.1 -> 0.31.1 2019-11-08 11:23:14 +01:00
Matthew Bauer 90e5be095c
Merge pull request #71472 from regadas/fix/graalvm
graalvm: Use lib.getVersion for stdenv.cc
2019-11-07 17:27:49 -05:00
Matthew Bauer caae35b610
Merge pull request #71343 from volth/patch-370
oraclejdk8: remove warning
2019-11-07 17:26:15 -05:00
Matthew Bauer 5ebd36403e
Merge pull request #70641 from maggesi/rename-z77z-into-maggesi
Rename z77z into maggesi
2019-11-07 17:18:20 -05:00
Matthew Bauer c10098322a
Merge pull request #70244 from nmattia/nm-fix-libcxx
libcxx: fix build on linux musl
2019-11-07 17:13:09 -05:00
Eelco Dolstra 14ee26ccf5 rustc: 1.38.0 -> 1.39.0 2019-11-07 15:04:06 +01:00
Jan Tojnar 3f2a425da3
Merge branch 'staging-next' into staging 2019-11-06 18:10:57 +01:00
Jan Tojnar 4fc27edf07
Merge branch 'master' into staging-next 2019-11-06 18:10:37 +01:00
Francesco Gazzetta 446368e529 jasmin: init at 2.4 2019-11-06 15:43:29 +01:00
Andreas Rammhold 1e72fa5158
Merge pull request #68954 from dguibert/dg/cudatoolkit_10_1
cudatoolkit: add 10.1.243
2019-11-06 08:58:30 +01:00
Vincent Laporte 92930b8568 ocamlPackages.reason: 3.5.0 → 3.5.1
Ensure compatibility with OCaml 4.09
2019-11-05 23:42:28 +00:00
Franz Pletz 4cbe75c067
llvm_4: fix build with gcc9 2019-11-05 22:11:26 +01:00
Franz Pletz efeae34a34
llvm_5: fix build with gcc9 2019-11-05 19:08:18 +01:00
Frederik Rietdijk c4e30cf98c Merge staging-next into staging 2019-11-05 14:18:08 +01:00
Frederik Rietdijk 03a9822405 Merge master into staging-next 2019-11-05 14:17:37 +01:00
John Ericson acd2d19484
Merge pull request #72347 from NixOS/bash-no-undef-vars
treewide: `set -u` everywhere
2019-11-04 19:52:33 -05:00
Franz Pletz 8dca8b9ccb
Merge remote-tracking branch 'origin/master' into gcc-9 2019-11-05 01:07:22 +01:00
gnidorah b7dc9e131f pakcs: 2.1.2 -> 2.2.0 2019-11-04 08:54:02 -08:00
Mario Rodas 22378e6996
Merge pull request #70846 from athas/ispc-macos
ispc: add x86_64-darwin to platforms.

Closes https://github.com/NixOS/nixpkgs/pull/71134
2019-11-03 21:03:41 -05:00
Mario Rodas b60853cdca
ispc: only check on Linux
The test suite tries to execute `transcendentals` tests, which is not
expected to work anywhere except Linux.
2019-11-03 16:20:00 -05:00
Frederik Rietdijk 458964dea2 gcc8: make building w/LTO support optional, fixes eval 2019-11-03 16:04:52 +01:00
Will Dietz 5b46a7c240 gcc7: make building w/LTO support optional, don't use in bootstrap tools 2019-11-03 14:52:44 +01:00
Franz Pletz 6b10b78872
Merge remote-tracking branch 'origin/master' into gcc-9 2019-11-03 14:44:12 +01:00
Franz Pletz 9c3d1afc03
ponyc: fix build with gcc9 2019-11-03 14:43:39 +01:00
Franz Pletz b65ce591db
arachne-pnr: 2018.09.09 -> 2019.07.29 2019-11-03 14:26:31 +01:00
R. RyanTM eb87a73fe0 go: 1.13.3 -> 1.13.4 2019-11-03 10:31:19 +01:00
Franz Pletz 84d72c7e4a
iasl: 20190108 -> 20191018 2019-11-02 18:03:37 +01:00
Daiderd Jordan 10875a75aa
Merge pull request #71926 from DzmitrySudnik/jdk_darwin
java-darwin: upgrade 8.0_121 -> 8.0_222
2019-11-02 16:43:02 +01:00
Emery Hemingway 523b9f792f nim: disable Nim compiler check
Too many tests need to be disabled and too many additional inputs
are required.
2019-11-02 15:12:40 +01:00
R. RyanTM e37aa87642 nim: 1.0.0 -> 1.0.2 2019-11-02 15:12:40 +01:00
John Ericson 373236ccff treewide: JAVA_HOME may not always be defined 2019-11-01 22:00:07 +00:00
John Ericson 45e5e68c53 rust: Allow IN_NIX_SHELL to be undefined 2019-11-01 14:45:59 -04:00
oxalica 24af7ef427
rust-src: shrink the size 2019-11-01 23:02:34 +08:00
andys8 29260acb75 Update elm-language-server to 1.4.4 2019-10-31 12:45:50 +01:00
Vincent Laporte 60f50b69a6 haxe: refactor out of ocamlPackages 2019-10-30 18:05:20 +00:00
Domen Kožar 0b3ae797c2
Merge pull request #71693 from turboMaCk/elm-0.19.1-node-packages-updates
elmPackages.{elm-test,elm-analyse}: elm 0.19.1 updates
2019-10-27 13:07:51 +01:00
DzmitrySudnik d451361b4f java-darwin: upgrade 8.0_121 -> 8.0_222 2019-10-24 12:55:32 -04:00
Frederik Rietdijk 09c9a2de7e Merge master into staging-next 2019-10-23 16:50:09 +02:00
Mario Rodas 05f9ed01ab
Merge pull request #71162 from marsam/fix-swiProlog-darwin
swiProlog: fix build on darwin
2019-10-23 09:11:14 -05:00
R. RyanTM da0a2dcaa2 osl: 1.10.6 -> 1.10.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openshadinglanguage/versions
2019-10-23 15:54:52 +02:00
Frederik Rietdijk a85e58ac13 Merge master into staging-next 2019-10-23 09:38:37 +02:00
Marek Fajkus ff88fe03d7
elmPackages.{elm-test,elm-analyse}: elm 0.19.1 updates 2019-10-22 19:16:46 +02:00
Domen Kožar c1993e9256
Merge pull request #71583 from turboMaCk/elm-format-ghc88x
elmPackages: elm-format GHC 8.8.1 patch
2019-10-22 17:41:00 +02:00
Marek Fajkus 148d4a214a
elmPackages: elm-format GHC 8.8.1 patch 2019-10-22 14:52:57 +02:00
R. RyanTM c307ed8170 go: 1.13.1 -> 1.13.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/go/versions
2019-10-22 10:11:50 +02:00
Frederik Rietdijk d7a921cad9
Merge pull request #71221 from NixOS/staging-next
Staging next
2019-10-22 09:15:19 +02:00
Domen Kožar 5235b19045
Elm: 0.19.0 -> 0.19.1 2019-10-21 21:32:35 +02:00
Brian Hicks 1d4f48d730 elmPackages.*: update to latest versions
elm-language-server: 1.4.1 -> 1.4.2

downstream updates in others
2019-10-21 06:04:05 -05:00
Frederik Rietdijk b6ba25ce95 Merge master into staging-next 2019-10-21 09:55:24 +02:00
Filipe Regadas 487ade32ab
graalvm: Use lib.getVersion for stdenv.cc 2019-10-20 22:31:20 +01:00
R. RyanTM f70fbfa63b ldc: 1.16.0 -> 1.17.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/ldc/versions
2019-10-20 10:10:33 -07:00
Frederik Rietdijk ad8bd84fc9 Merge master into staging-next 2019-10-20 16:22:45 +02:00
Vincent Laporte 430e5ce04c compcert: 3.5 → 3.6
ocamlPackages.menhir: 20181113 → 20190626
2019-10-19 20:30:48 +00:00
Emily 94fc232b72 nextpnr: 2019.09.28 -> 2019.10.13 2019-10-19 12:26:49 -05:00
Emily 0d026cf62f yosys: 2019.09.27 -> 2019.10.18 2019-10-19 12:26:49 -05:00
volth 72809179b5
oraclejdk8: remove waring 2019-10-18 12:53:25 +00:00
Frederik Rietdijk 12441bdf9f Merge staging-next into staging 2019-10-16 11:17:12 +02:00
Domen Kožar d2c13034fb
Merge pull request #70011 from turboMaCk/chore/cleanup-elmPackages
elm.elmPackages: Cleanup code
2019-10-16 11:07:29 +02:00
Vladimír Čunát 610afbca84
Revert "go: apply upstream patch"
This reverts commit d8218de5c5.
It makes no sense after the parent commit.
2019-10-16 10:49:23 +02:00
Dima cffba01e12
go_1_12: disable flakey TestGcSys test (PR #70368)
In our tests we have experienced failures of this test,
but it was otherwise not reproducible so far. A backported
upstream fix did not alleviate the issue either, so disabling
seems workable for now.
2019-10-16 10:49:22 +02:00
Mario Rodas ed79857170
swiProlog: fix build on darwin 2019-10-14 22:30:00 -05:00
Mario Rodas a388e920f3
Merge pull request #70720 from yrashk/swipl-8.1.15
swipl: 8.1.4 -> 8.1.15
2019-10-14 22:16:16 -05:00
worldofpeace 516e61a69e
Merge pull request #70724 from yrashk/swipl-gui
swipl: include GUI tools
2019-10-14 22:41:56 +00:00
Marco Maggesi 24d0bd37b5
Merge branch 'master' into rename-z77z-into-maggesi 2019-10-13 18:06:23 +02:00
Marek Fajkus 48e57cfd57
elm.elmPackages: Cleanup code 2019-10-13 15:08:18 +02:00
Vladimír Čunát b5697c6954
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1548439
2019-10-13 13:31:33 +02:00
Red Davies 710e28bdd8 ponyc: 0.31.0 -> 0.32.0 2019-10-13 06:50:20 +02:00
Joachim Fasting 9377142fe1
tinycc: fixup perms for generated .pc file 2019-10-12 14:45:17 +02:00
Domen Kožar 407fcf1afc
Merge pull request #70962 from BrianHicks/update-elm-nodepackages
Update elm nodepackages
2019-10-12 13:40:34 +02:00
Jan Tojnar e2e3861d6b
Merge branch 'staging-next' into staging 2019-10-12 00:51:55 +02:00
Jan Tojnar 6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
Brian Hicks 847c5f077f elmPackages.*: update to latest versions
elm-verify-examples: 4.0.1 -> 4.0.2
elm-live: 4.0.0 -> 4.0.1

downstream dependencies for most packages
2019-10-11 14:44:25 -05:00
Roman Volosatovs f93ea5abe1
go_1_13: add kalbasit to maintainers 2019-10-11 10:09:11 +02:00
Roman Volosatovs bd023200a9
go_1_13: init at 1.13.1 2019-10-11 10:09:05 +02:00
Yurii Rashkovskii e0d7a96903
swipl: include GUI tools
swi-prolog currently misses GUI packages / tools (xpce, prolog_ide)
due to missing X dependencies.
2019-10-11 00:17:41 +07:00
Troels Henriksen 5ddd4dbb12 ispc: add x86_64-darwin to platforms. 2019-10-09 12:16:55 +02:00
Vladimír Čunát d8218de5c5
go: apply upstream patch
This should fix the tests almost always failing on Hydra for i686.
2019-10-09 08:41:19 +02:00