Commit graph

8783 commits

Author SHA1 Message Date
Vladimír Čunát 17f5305b6c
Merge #101508: libraw: 0.20.0 -> 0.20.2 2020-10-25 09:28:53 +01:00
Michael Raskin 571d45fea6 sbcl: 2.0.0 -> 2.0.8 2020-10-24 12:52:16 +02:00
Michael Raskin 21ada4cf89 sbcl: add 2.0.9 2020-10-24 10:34:56 +02:00
Dennis Gosnell 81881f2a1d
Merge pull request #101214 from lostnet/ghcpr1a
ghc:8.10.2Binary bootstrap for 8.8 on aarch64 (NixOS#97407)
2020-10-24 17:33:55 +09:00
WORLDofPEACE 949f7f9227
Merge pull request #98316 from NixOS/gnome-3.38
GNOME 3.38
2020-10-23 20:02:38 -04:00
Doron Behar 10944d9701
vala_0_48: 0.48.7 -> 0.48.9 2020-10-24 01:14:04 +02:00
Jan Tojnar 8317c630af
Merge branch 'staging-next' into staging 2020-10-24 01:10:37 +02:00
Jan Tojnar c252654584
Merge branch 'master' into staging-next 2020-10-24 01:10:07 +02:00
TredwellGit 3b7f2b006e nasm: 2.14.02 -> 2.15.05
https://nasm.us/doc/nasmdocc.html
https://nvd.nist.gov/vuln/detail/CVE-2019-6290
https://nvd.nist.gov/vuln/detail/CVE-2019-6291
https://nvd.nist.gov/vuln/detail/CVE-2019-8343
https://nvd.nist.gov/vuln/detail/CVE-2019-14248
https://nvd.nist.gov/vuln/detail/CVE-2019-20334
2020-10-23 22:12:18 +00:00
Doron Behar 919df81df1 yed: wrap With wrapGAppsHook - fixes #101135
Use preFixup to setup the wrapper properly, without double wrapping.
2020-10-23 14:45:25 +03:00
Nora Puchreiner c57affcc3f
graalvm8-ee, graalvm11-ee: 20.0.0 -> 20.2.1 2020-10-23 02:13:07 +00:00
Masanori Ogino b57fc1fc48 ecl: 16.1.3 -> 20.4.24, eql-git: fix build
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-10-23 07:53:09 +09:00
Jan Tojnar 3e01d383ee
Merge branch 'staging-next' into staging 2020-10-22 21:20:32 +02:00
Jan Tojnar d13fc932cd
Merge branch 'master' into staging-next 2020-10-22 21:20:14 +02:00
Will Young 1c2ee215ab ghc:8.10.2Binary bootstrap for 8.8 on aarch64 (NixOS#97407) 2020-10-21 21:13:22 +02:00
Austin Seipp 4a020671f1
chez-scheme: 9.5.2 -> 9.5.4
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-10-21 13:05:34 -05:00
Daiderd Jordan bb0b872b61
Merge pull request #100388 from thefloweringash/darwin-dylib-names-hook
treewide: move fixDarwinDylibNames to nativeBuildInputs
2020-10-21 19:25:48 +02:00
Andrew Childs 722d02a720 treewide: move fixDarwinDylibNames to nativeBuildInputs
This hook runs at build time and depends on executing
install_name_tool from binutils.
2020-10-21 13:26:53 +09:00
Frederik Rietdijk 23890fc236 Merge staging-next into staging 2020-10-20 20:55:46 +02:00
Austin Seipp a7e87bdd58
yosys: 2020.08.22 -> 2020.10.20
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-10-20 09:52:41 -05:00
Austin Seipp 232a0c2a90
picat: 3.0 -> 3.0p2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-10-20 09:52:41 -05:00
Jared Ramirez 8545f5d1b8 elmPackages: update 2020-10-19 21:47:39 -07:00
Jan Tojnar 5c766c5c24
Merge branch 'staging-next' into staging 2020-10-18 21:21:03 +02:00
Vladimír Čunát 5aca3498a6
Merge #92704: gcc: Improve manpage symlinks 2020-10-18 11:56:39 +02:00
Vladimír Čunát 04821fbe46
Merge #93333: julia: Remove version 0.7 and 1.1 2020-10-18 10:29:04 +02:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Emery Hemingway bce139db2b Revert "nim: 1.2.6 -> 1.4.0"
Source tarball has changed.

This reverts commit bb99a0d9a8.
2020-10-17 14:58:58 +02:00
Gabor Greif 35f62abdf8
lldb_{10, 11}: polish the cmakeFlags (#100070)
disable RTTI in a more idiomatic way
2020-10-16 19:42:37 +02:00
Emery Hemingway bb99a0d9a8 nim: 1.2.6 -> 1.4.0 2020-10-16 16:07:50 +02:00
Michael Weiss 86a4a50e10
Merge pull request #99984 from ggreif/darwin-llvm11
llvmPackages_11: 11.0.0rc5 -> 11.0.0 and various fixes/improvements:
- llvmPackages_11 now compiles on Darwin
- libcxx now compiles on Linux
- Ported #91293 to 11.0.0
- Try to anticipate #100388
2020-10-16 14:57:33 +02:00
Holger Wünsche 6948875e73
llvmPackages_11.compiler-rt: enable support for i486 i586 i686
compiler-rt (and as a result clang) can't be build for i686 (as noticed here: #99984).
The patch adds the required variables and should result in the same behavior as in the nixpkgs-llvm10. It essentially forces to use i386 buildins when using i486, i586 or i686, which are not supported.

Fixes #100392
2020-10-16 14:35:22 +02:00
Aaron Janse ccbc9988ce remove unused import 2020-10-15 17:31:32 -07:00
Aaron Janse d906fda8d2 parameterize rustcSrc 2020-10-15 17:27:51 -07:00
Timo Kaufmann 5dcc786fb5
Merge pull request #100612 from timokau/swiProlog-8.3.9
swiProlog: 8.1.15 -> 8.3.9
2020-10-15 23:46:26 +02:00
Timo Kaufmann 959b818a89 swiProlog: 8.1.26 -> 8.3.9 2020-10-15 17:25:55 +02:00
Timo Kaufmann 8c6fe8eb61 swiProlog: 8.1.15 -> 8.1.26 2020-10-15 17:19:36 +02:00
Gabor Greif 7a30df9225 clang_11: forward-port #91293 2020-10-15 15:00:55 +02:00
zowoq 6084c2e874 go_1_15: 1.15.2 -> 1.15.3 2020-10-15 19:00:37 +10:00
zowoq 4f282b19bd go_1_14: 1.14.9 -> 1.14.10 2020-10-15 19:00:10 +10:00
Doron Behar 0826f2efae
Merge pull request #94049 from CajuM/vulkan-up 2020-10-15 09:53:35 +03:00
Aaron Janse a153be896f use rustcSrc 2020-10-14 22:54:04 -07:00
Câju Mihai-Drosi 00946dc283 Move glslang and vulkan-validation-layers overrides out of all-packages 2020-10-15 00:54:05 +03:00
Gabor Greif cffb7cfbf7 llvmPackages_11: 11.0.0rc5 -> 11.0.0
https://lists.llvm.org/pipermail/release-testers/2020-October/001377.html
https://lists.llvm.org/pipermail/llvm-announce/2020-October/000089.html

Fixes:
 - builds on Darwin
 - builds `libcxx` on Linux
2020-10-14 21:18:26 +02:00
Frederik Rietdijk b3aed163d5
Merge pull request #99709 from NixOS/staging-next
Staging next
2020-10-14 21:10:31 +02:00
Graham Christensen 8726057fbd
Merge pull request #84617 from xfix/remove-rasm-march-native
rasm: remove -march=native from compilation flags
2020-10-14 12:02:36 -04:00
Frederik Rietdijk b981eca057 Merge master into staging-next 2020-10-14 11:32:49 +02:00
John Ericson c0df12de5d rust: Add support for managing target JSON in Nix 2020-10-14 04:20:23 +00:00
John Ericson f3db41d730
Merge pull request #99335 from obsidiansystems/make-rust-platform-separate
makeRustPlatform: Put back in it's own file.
2020-10-13 22:15:47 -04:00
John Ericson 54b4b470c3 makeRustPlatform: Put back in it's own file.
We expose it on the top level, but I don't think it makes sense to pull
it from a specific version of the rust tools when it is in fact version
agnostic.

This reverts a tiny portion of 912dca193a.
2020-10-13 20:05:29 -04:00
Frederik Rietdijk dc0aeee5db Merge staging-next into staging 2020-10-13 19:35:37 +02:00
Frederik Rietdijk 9e1943edc0 Merge master into staging-next 2020-10-13 19:34:34 +02:00
John Ericson 7568c3f452
Merge pull request #100038 from Kloenk/rust_1_47
rust: 1.46.0 -> 1.47.0
2020-10-12 16:53:53 -04:00
Finn Behrens 75ead1b43a
rust: 1.46.0 -> 1.47.0 2020-10-12 22:29:20 +02:00
John Ericson d3d55bcc81
Merge pull request #99066 from lopsided98/buildrustcrate-target-vars
buildRustCrate: fix target config environment variables on 32-bit ARM
2020-10-11 16:46:29 -04:00
Mario Rodas b724e00602
Merge pull request #100022 from siraben/zig-broken-darwin
zig: mark as broken on darwin
2020-10-11 12:03:35 -05:00
Mario Rodas d7eafce66a
Merge pull request #100196 from thalesmg/update-ats2-0.4.1
ats2: 0.3.13 -> 0.4.1
2020-10-11 11:58:12 -05:00
TredwellGit 03dd1b355b
llvm_11: link to the llvm compiler-rt share directory from the wrapper (#100190)
A port of #85925 for LLVM 11 to enable CFI for Chromium.

This is required for features such as `-fsanitize=cfi` that (by default)
load the file `…/resource-root/share/cfi_blacklist.txt`.
2020-10-11 14:42:56 +02:00
Michael Weiss 3568e17510
Merge pull request #85925 from andir/llvm-cfi
llvm_10: link to the llvm compiler-rt share directory from the wrapper
2020-10-11 14:36:30 +02:00
Jan Tojnar b6c7e8c66b
Merge pull request #100085 from siraben/miranda-init
miranda: init at 2.066
2020-10-11 05:16:48 +02:00
OPNA2608 0a24ff069e halide: enable on aarch64-linux 2020-10-11 05:12:39 +02:00
OPNA2608 2699d3f2a7 halide: 2019.08.27 -> 10.0.0 2020-10-11 05:09:01 +02:00
Ben Siraphob 4600ea9c31 miranda: init at 2.066 2020-10-11 09:09:27 +07:00
Thales Macedo Garitezi 8a3ae55970 ats2: 0.3.13 -> 0.4.1 2020-10-10 22:26:59 -03:00
Jan Tojnar 1882368e8a
Merge branch 'staging-next' into staging 2020-10-11 00:27:42 +02:00
Vladimír Čunát 338b25697c
Merge branch 'master' into staging-next
Quite many rebuilds from master:
> Estimating rebuild amount by counting changed Hydra jobs.
>    3926 x86_64-darwin
>    4645 x86_64-linux
2020-10-10 11:32:10 +02:00
Mario Rodas fea6336952
Merge pull request #100016 from fgaz/lobster/2020-10-04
lobster: unstable-2020-07-27 -> unstable-2020-10-04
2020-10-08 21:57:48 -05:00
Lily Ballard 722cc88865 psc-package: Adopt new installShellCompletion syntax 2020-10-08 15:08:40 -07:00
Frederik Rietdijk ec28e32c9e Merge master into staging-next 2020-10-08 21:47:26 +02:00
Tim Steinbach 6224bfd839
openjdk8: Remove maintainer nequissimus 2020-10-08 11:00:18 -04:00
Tim Steinbach ee2c434e89
zulu: Remove maintainer nequissimus 2020-10-08 11:00:15 -04:00
Tim Steinbach 5596a2b01d
kotlin: Remove maintainer nequissimus 2020-10-08 11:00:15 -04:00
Ben Siraphob 9305c7bf26 zig: mark as broken on darwin 2020-10-08 16:36:44 +07:00
Francesco Gazzetta 3cccf90881 lobster: unstable-2020-07-27 -> unstable-2020-10-04 2020-10-08 09:56:31 +02:00
Domen Kožar 815837850a
Merge pull request #99671 from andys8/update-elm-tools
Update elm-language-server, and other elm tools
2020-10-06 14:42:27 +02:00
Michael Raskin 4214f76baa
Merge pull request #99702 from peterhoeg/u/lazarus_2_0_10
lazarus-qt5: init at 2.0.10
2020-10-06 09:18:21 +00:00
Frederik Rietdijk 692d219a93 Merge staging-next into staging 2020-10-06 10:25:58 +02:00
Peter Hoeg c084efb36f lazarus-qt5: init at 2.0.10
Includes the following changes:

1. lazarus: 2.0.8 -> 2.0.10 (built with gtk2)
2. lots of cleanups
3. minor libqt5pas cleanups
2020-10-06 11:49:39 +08:00
andys8 76d5dd8459 Update elm-language-server, and other elm tools
elm-hot-webpack-loader 1.1.7
elm-test 0.19.1-revision4
elm-webpack-loader 6.0.1
elm-language-server 1.12.0
create-elm-app 5.2.1
2020-10-06 00:11:29 +02:00
Benjamin Andresen 674c9afb72 graalvm{8,11}-ce: init at 20.2.0 2020-10-05 12:06:04 -04:00
John Ericson 0794fb0419
Merge pull request #99511 from r-burns/go-cross
go: fix cross, enable ppc64le
2020-10-05 11:37:09 -04:00
Vincent Laporte 9a913b5125 compcert: build with Coq 8.11
And fix installation of development files
(use upstream Makefile rules instead of ad-hoc commands).
2020-10-05 16:39:26 +02:00
Ryan Burns 8c5f66fbdf go: fix cross, enable ppc64le 2020-10-04 16:11:49 -07:00
Michael Weiss 6ab135d4a5
Merge pull request #98594 from ggreif/master
llvm_11: 11.0.0rc2 -> 11.0.0rc5
2020-10-04 14:28:09 +02:00
Tim Steinbach b4a0e5f1f8
scala: 2.12.10 -> 2.12.12 2020-10-01 09:44:39 -04:00
Gabor Greif a64eabfe7c llvm_11: 11.0.0rc3 -> 11.0.0rc5 2020-10-01 01:23:54 +02:00
Gabor Greif 1c0cbf8aea llvm_11: 11.0.0rc2 -> 11.0.0rc3 2020-10-01 01:16:36 +02:00
Anderson Torres f8f892254a
Merge pull request #98946 from hugolgst/init/paco
paco: init at 1.0
2020-09-30 17:23:15 -03:00
Hugo Lageneste 2dc68c3e76 paco: init at 1.0 2020-09-30 11:05:45 +02:00
Austin Seipp c68d982ac8
picat: 2.8-2 -> 3.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-09-29 21:20:30 -05:00
Gabriel Ebner c769884ac9
Merge pull request #95081 from svalaskevicius/openjdk11-add-src 2020-09-29 19:50:59 +02:00
Sarunas Valaskevicius 64a39be321 openjdk14: add symlink for src.zip 2020-09-29 17:40:48 +01:00
Sarunas Valaskevicius daadfcfb82 openjdk11: use symlink instead of another copy for src.zip 2020-09-29 11:52:37 +01:00
Peter Simons 518338f7f7 ghc: add alpha-1 release of version 9.0.1 2020-09-29 12:06:53 +02:00
Sarunas Valaskevicius 7cee92a1cc openjdk11: add src.zip for IDEs 2020-09-29 10:26:39 +01:00
Ben Wolsieffer f0fdecfbb4 buildRustCrate: fix target config environment variables on 32-bit ARM 2020-09-29 01:40:06 -04:00
Redvers Davies ef71bc461d pony-corral: init 0.4.0 2020-09-29 01:14:12 +00:00
Jan Tojnar 32b4375f10
Merge branch 'staging-next' into staging 2020-09-29 00:12:29 +02:00
Redvers Davies 046c6a7038
ponyc: update 0.38.1 (#98598)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-09-28 17:40:58 -04:00
Richard Marko 73825262f9 Revert "haskell.ghc8102Binary: fix extra inputs"
This reverts commit fb719d957f.
2020-09-26 12:18:00 -07:00
Richard Marko b9377e0950 ghc8102Binary: add numactl to libPath on aarch64
Fixes:

utils/ghc-cabal/dist-install/build/tmp/ghc-cabal:
  error while loading shared libraries: libnuma.so.1:
    cannot open shared object file: No such file or directory
2020-09-26 18:04:31 +02:00
Jonathan Ringer fb719d957f haskell.ghc8102Binary: fix extra inputs 2020-09-25 15:22:54 -07:00
Peter Simons 3913f6a514
Merge pull request #98656 from sorki/hask/ghc8102Binary
ghc8102Binary: init, enable armv7l
2020-09-25 21:22:07 +02:00
Ryan Mulligan 34871e3bcd
Merge pull request #98709 from r-ryantm/auto-update/dasm
dasm: 2.20.13 -> 2.20.14
2020-09-25 08:42:55 -07:00
R. RyanTM ca1eb33f14 dasm: 2.20.13 -> 2.20.14 2020-09-25 04:53:35 +00:00
Anderson Torres 4e297bd2a9
Merge pull request #97806 from JamieMagee/dotnet-sdk-5.0
dotnetCorePackages.sdk_5_0: init at version 5.0.100-preview.8.20417.9
2020-09-25 00:23:27 -03:00
Jan Tojnar d471c5d1f3
Merge branch 'staging-next' into staging 2020-09-24 23:09:00 +02:00
Richard Marko 0d4f3ef1ab ghc8102Binary: init, enable armv7l 2020-09-24 12:26:35 +02:00
Jakub Kądziołka 522400ed19
rgbds: add NieDzejkob as maintainer 2020-09-24 09:39:03 +02:00
Aaron VonderHaar a67d4c9744 elm-format: 0.8.3 -> 0.8.4 2020-09-23 22:34:04 -07:00
Câju Mihai-Drosi fab03d3a39 shaderc: 2019.1 -> 2020.2 2020-09-24 08:19:41 +03:00
Câju Mihai-Drosi 6c815406ab glslang: 8.13.3559 -> 8.13.3743 2020-09-24 08:19:41 +03:00
Anderson Torres 7955668c3a
Merge pull request #97804 from JamieMagee/dotnet-runtime-3.1
dotnetCorePackages.netcore_3_1: 3.1.5 -> 3.1.8
2020-09-23 14:40:46 -03:00
Anderson Torres da77dad03d
Merge pull request #97805 from JamieMagee/dotnet-aspnetcore-3.1
dotnetCorePackages.aspnetcore_3_1: 3.1.5 -> 3.1.8
2020-09-23 14:40:32 -03:00
Anderson Torres 3754844c2c
Merge pull request #97808 from JamieMagee/dotnet-2.1
dotnetCorePackages.{aspnetcore,netcore,sdk}_2.1: 2.1.15 -> 2.1.22
2020-09-23 14:40:15 -03:00
Anderson Torres c7bc218f02
Merge pull request #97803 from JamieMagee/dotnet-sdk-3.1
dotnetCorePackages.sdk_3_1: 3.1.102 -> 3.1.402
2020-09-23 14:39:53 -03:00
Daniël de Kok 66d0662548
Merge pull request #98230 from danieldk/rocm-3.8.0
Update to ROCm 3.8.0
2020-09-23 19:25:38 +02:00
Bas van Dijk c01133316f rust: remove 1.44.1 since firefox and thunderbird build with 1.46 2020-09-23 16:29:30 +02:00
Bas van Dijk b837bd4305 rust: 1.45.2 -> 1.46.0
This adds the rust toolchain 1.46.0:

https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1460-2020-08-27

Because rustc-1.46.0 enables static PIE by default for
`x86_64-unknown-linux-musl` this release will suffer from:

https://github.com/NixOS/nixpkgs/issues/94228

So this commit doesn't remove the 1.45.2 release.

This commit also specifies the right LLVM packages to use for each
rust release.
2020-09-23 16:26:20 +02:00
Ryan Mulligan cc7d3ff153
Merge pull request #78562 from fgaz/lobster/init
lobster: init at unstable-2020-01-22
2020-09-22 21:42:23 -07:00
Austin Seipp 02be5a8185
Merge pull request #98128 from NieDzejkob/chez-refactor
chez: add env hook
2020-09-22 23:17:08 -05:00
Frederik Rietdijk 7bff759fac Merge staging-next into staging 2020-09-22 18:31:56 +02:00
Christian Kauhaus 44a70c9e7d
Merge pull request #97345 from ckauhaus/67197-mcpp-cve-2019-14274
mcpp: add patch for CVE-2019-14274
2020-09-22 16:01:06 +02:00
Vincent Laporte 06098c76b9 bigloo: 4.1a-2 → 4.3h; hop: 2.5.1 → 3.3.0 2020-09-21 23:24:54 -07:00
Vincent Laporte 943fa12e6a hop: fix build
The configure process tries to escape the sandbox by writing into /tmp
2020-09-21 23:24:54 -07:00
Mario Rodas c743f4e16c mruby: 2.1.1 -> 2.1.2 2020-09-21 04:20:00 +00:00
WORLDofPEACE 34aaac6d7c Merge branch 'staging-next' into staging 2020-09-20 18:41:15 -04:00
Maxim Krivchikov 172f3a197e lldb_5, lldb_6: add patch for >=python-3.7 2020-09-20 08:31:46 -07:00
Robert Scott dc413903fc
Merge pull request #98074 from risicle/ris-pforth-fix
pforth: fix build with patch
2020-09-20 13:06:06 +01:00
Gabriel Ebner ffc9f680e8 jasmin: use jdk8 2020-09-19 17:41:15 +02:00
Jamie Magee 074e05c6d8
dotnetCorePackages.sdk_5_0: init at version 5.0.100-rc.1.20452.10
Co-authored-by: Felix Tenley <felschr@pm.me>
2020-09-19 17:24:53 +02:00
Daniël de Kok 2db575ecae llvmPackages_rocm: 3.7.0 -> 3.8.0 2020-09-18 20:43:47 +02:00
Jakub Kądziołka 8f60607a0b
chez: add env hook
As a follow-up to #97927, chez can now find its libraries in a
nix-shell, and derivations for such libraries don't need to handle the
search path themselves.
2020-09-16 22:41:47 +02:00
Robert Scott 7621c8b1fc pforth: fix build with patch
patch from upstream fixes build with gnumake>=4.3
2020-09-15 22:55:01 +01:00
rht a487f1a744
julia: Remove version 1.1 2020-09-15 01:11:22 -04:00
rht 0a74834acf
julia: Remove version 0.7 2020-09-15 01:11:21 -04:00
Vladimír Čunát e78b52ede7
Merge #95089: glibc: 2.31 -> 2.32 (into staging) 2020-09-13 08:26:14 +02:00
Maximilian Bosch 9ad913dd6f
swift: fix build w/glibc-2.32 2020-09-12 23:04:49 +02:00
Vincent Laporte d3e701f5f7 reason: 3.6.0 → 3.6.2 2020-09-12 21:30:12 +02:00
Vladimír Čunát 51ccf2d4ba
gcc10: 10.1.0 -> 10.2.0
It's supposed to be just bugfixes.  I tested building some projects with
gcc10.  Also gfortran10 still builds.  I don't expect issues.
This causes basically no rebuilds, as we use 9 by default.
2020-09-12 11:54:39 +02:00
Daniël de Kok 7c0afd4364
Merge pull request #83291 from tomberek/tomberek/nvprof-lib
cudatoolkit: install missing libraries for nvprof
2020-09-12 09:25:15 +02:00
Thomas Bereknyei d2a6b1d55a cudatoolkit: install missing libraries for nvprof (10.1 and 10.2) 2020-09-12 08:31:41 +02:00
Jamie Magee bc11b02394
dotnetCorePackages.{aspnetcore,netcore,sdk}_2.1: 2.1.15 -> 2.1.22 2020-09-11 23:39:30 +02:00
Jamie Magee 7b3d1d64f8
dotnetCorePackages.sdk_5_0: init at version 5.0.100-preview.8.20417.9 2020-09-11 23:17:23 +02:00
Jamie Magee c85966c6cd
dotnetCorePackages.aspnetcore_3_1: 3.1.5 -> 3.1.8 2020-09-11 22:53:31 +02:00
Jamie Magee c64560603c
dotnetCorePackages.netcore_3_1: 3.1.5 -> 3.1.8 2020-09-11 22:45:41 +02:00
Jamie Magee 986bc92273
dotnetCorePackages.sdk_3_1: 3.1.102 -> 3.1.402 2020-09-11 22:31:08 +02:00
Emery Hemingway 5885021135 nim: remove stdlib indirection in wrapper
Fix #97601
2020-09-11 14:21:32 +02:00
zowoq 619061532a go_1_14: 1.14.8 -> 1.14.9 2020-09-11 09:53:55 +10:00
zowoq 240d8246e8 go: 1.15.1 -> 1.15.2 2020-09-11 09:53:27 +10:00
Gabriel Ebner 213feab38a mlton: use $TMPDIR 2020-09-10 17:11:26 +02:00
Christian Kauhaus c60cafa719 mccp: add patch for CVE-2019-14274
Fixes #67197
2020-09-10 15:50:25 +02:00
WORLDofPEACE 63e1162357
Merge pull request #97576 from gebner/mlton-which
mlton: fix build
2020-09-09 14:42:42 -04:00
Gabriel Ebner ad0d43e1a7 mlton: use callPackage 2020-09-09 20:16:55 +02:00
Gabriel Ebner a7f9d336b7 mlton: fix build 2020-09-09 19:29:57 +02:00
Domen Kožar ac19bf06b8
Merge pull request #96594 from turboMaCk/add-elm-optimize-level-2
elmPackages.elm-optimize-level-2: Init at 0.1.3
2020-09-09 15:41:52 +02:00
Marek Fajkus f1e071e048 bs-platform: 7.3.2 -> 8.2.0 2020-09-08 13:28:55 -07:00
midchildan 5e8e75a0c6
dmd: relax ld purity check for checkPhase
Fix #97420
2020-09-09 00:57:08 +09:00
Michael Raskin 49e694a8ab
Merge pull request #97063 from sikmir/cudatext
cudatext: init at 1.111.0
2020-09-08 10:32:17 +00:00
Nikolay Korotkiy 21c1a3759b
libqt5pas: init at 2.0.8 2020-09-08 10:53:26 +03:00
Emery Hemingway dc09e3edfc nim: wrap compiler for cross-compilation support 2020-09-07 16:16:55 +02:00
Emery Hemingway 06ac3c1d2a nim: patch to fix dynamic library loading 2020-09-07 16:16:55 +02:00
Frederik Rietdijk d362c0e54e Merge master into staging-next 2020-09-06 18:14:23 +02:00
Daniël de Kok 53a3f7aba7
Merge pull request #97013 from siraben/knightos-tools
Move KnightOS packages into pkgs/tools/knightos
2020-09-06 08:41:36 +02:00
Ben Siraphob abedb5c42f Move KnightOS packages into folder 2020-09-06 08:37:49 +02:00
Oleksii Filonenko 6e9161e9eb
Merge pull request #97158 from r-ryantm/auto-update/gleam
gleam: 0.10.1 -> 0.11.2
2020-09-05 17:03:10 +03:00
Frederik Rietdijk af81d39b87 Merge staging-next into staging 2020-09-04 20:03:30 +02:00
R. RyanTM aeab6ca61e gleam: 0.10.1 -> 0.11.2 2020-09-04 17:33:19 +00:00
Frederik Rietdijk 377242d587 Merge staging-next into staging 2020-09-03 19:21:10 +02:00
Timo Kaufmann 6ff5c406eb fpc: add support for aarch64-linux
Supported since fpc 3.2.0.
2020-09-03 14:52:26 +02:00
Timo Kaufmann f928b91f34 fpc: 3.0.4 -> 3.2.0
There was no 3.1 for some reason. The old sed-based path patching was
broken and resulted in syntax errors since it was a bit over-eager.
Instead of fixing it, I decided to replace it with a patch file which is
easier to inspect and will fail in a more obvious way next time.

The patch is now applied unconditionally, since it actually applies to
all linux platforms. The changes are localized to linux-specific code,
so it does not hurt to apply it on non-linux platforms as well.

Hedgewars needs a small fix to work with the new version. Done in the
same commit to avoid a broken commit.
2020-09-03 14:52:18 +02:00
zowoq eef56567c4 go_1_14: 1.14.7 -> 1.14.8 2020-09-03 07:54:09 +10:00
adisbladis 6fc3562432
Merge pull request #94637 from antifuchs/gccemacs-on-darwin
emacs: Make gccemacs build on darwin
2020-09-02 18:30:58 +02:00
Mario Rodas df8eed0ccf ocaml-ng.ocamlPackages_4_11.ocaml: 4.11.0 -> 4.11.1 2020-09-02 09:30:20 +02:00
Sascha Grunert 57b91fc5ad go: 1.15 -> 1.15.1
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-02 07:36:15 +10:00
Frederik Rietdijk e29c1e42e0 Merge staging-next into staging 2020-08-31 19:46:33 +02:00
Andreas Fuchs 41e34e76d8 gcc: Only use strip -x if building libgccjit on darwin
It's not necessary to use strip -x otherwise, so let's just use it for
the JIT library.
2020-08-29 23:10:38 -04:00
Ryan Mulligan d2eac481bf
Merge pull request #96615 from r-ryantm/auto-update/sagittarius-scheme
sagittarius-scheme: 0.9.6 -> 0.9.7
2020-08-29 14:51:57 -07:00
Jan Tojnar 136aa40a0f
Merge branch 'staging-next' into staging 2020-08-29 19:18:17 +02:00
R. RyanTM 1680f2f77a sagittarius-scheme: 0.9.6 -> 0.9.7 2020-08-29 14:36:16 +00:00
R. RyanTM 0be4c80001 closurecompiler: 20200614 -> 20200719 2020-08-29 15:59:24 +02:00
Gabriel Ebner 6141b50dd5
Merge pull request #96555 from gebner/emscripten2 2020-08-29 15:49:21 +02:00
Gabriel Ebner ad33043403 emscripten: precompile libraries for wasm2c 2020-08-29 14:14:57 +02:00
Nikolay Korotkiy 3106c30903 cmake: fix CMAKE_FIND_FRAMEWORK 2020-08-29 13:37:56 +02:00
Frederik Rietdijk 7b56d26ae3 Merge master into staging-next 2020-08-29 13:30:25 +02:00
Gabriel Ebner fc0f11e3d5 emscripten: make emconfigure use wrapped binaries 2020-08-29 13:28:02 +02:00
Gabriel Ebner bc9760b842 emscripten: precompile libc, etc. 2020-08-29 13:02:55 +02:00
Marek Fajkus b38cfd104d
elmPackages.elm-optimize-level-2: Init at 0.1.3 2020-08-29 11:59:03 +02:00
Gabriel Ebner 3f30e70d29 emscripten: fix node modules 2020-08-29 11:35:11 +02:00
Gabriel Ebner beb0339ce5 emscripten: 2.0.0 -> 2.0.1 2020-08-29 11:27:42 +02:00
Gabriel Ebner 93fda1f69d binaryen: 95 -> 96 2020-08-29 11:27:35 +02:00
Gabriel Ebner 48dc384a3c emscripten: add node dependencies for acorn-optimizer 2020-08-29 11:04:30 +02:00
Daniël de Kok e84556236b
Merge pull request #96550 from ericdallo/export-mkFlutter
flutter: export mkFlutter
2020-08-29 08:32:14 +02:00
Matthew Bauer d0e52b6b32
Merge pull request #95309 from obsidiansystems/mobile-fixes
Support Android 29 in cross-compilation
2020-08-28 14:59:37 -05:00
Peter Simons 082fbfd298
Merge pull request #96272 from NixOS/haskell-updates
Update Haskell package set to LTS 16.11 (plus other fixes)
2020-08-28 21:06:26 +02:00
Gabriel Ebner 7c6ef8b5cd binaryen: simplify build 2020-08-28 20:46:47 +02:00
Gabriel Ebner 2d39da2084 emscripten: 1.39.1 -> 2.0.0 2020-08-28 20:20:35 +02:00
Eric Dallo 65062ad39f
flutter: export mkFlutter
With that, users can build custom versions of flutter
2020-08-28 13:13:30 -03:00
Daniël de Kok 4eb9188da6
Merge pull request #95891 from siraben/kcc-init
knightos-kcc: init at 4.0.0
2020-08-28 14:21:22 +02:00
Vincent Laporte 7b8448dd1c ocaml-ng.ocamlPackages_4_11.ocaml: 4.11.0+β3 → 4.11.0 2020-08-28 14:09:37 +02:00
Ben Siraphob cfa59f2cdb knightos-kcc: init at 4.0.0 2020-08-28 16:31:06 +07:00
Frederik Rietdijk efb45f7638 Merge master into staging-next 2020-08-28 09:54:31 +02:00
Vincent Laporte e3061fa9f9 ocaml-ng.ocamlPackages_4_11.ocaml: 4.11.0+β3 → 4.11.0 2020-08-28 07:31:39 +02:00
Peter Simons 24cd70f14a Merge remote-tracking branch 'origin/master' into haskell-updates 2020-08-27 14:26:14 +02:00
Lassulus 9c3ab4fdc6
Merge pull request #85870 from toraritte/update-mitscheme
mit-scheme: 9.2 -> 10.1.10
2020-08-27 12:54:15 +02:00
Frederik Rietdijk 13d93aabfb Merge staging-next into staging 2020-08-27 08:37:03 +02:00
Frederik Rietdijk 52095e171f Merge master into staging-next 2020-08-27 08:36:41 +02:00
Milan 5622b6b6fe
openjfx14: correctly remove references to jdk11 (#96298)
The new version string for jdk11 contains a '+' character, which needs
to be escaped for use in the sed command.
Fixes #95117.
2020-08-26 23:35:20 +02:00
Matthew Bauer 25ac498482
Merge pull request #96404 from matthewbauer/gcc-cross
Fix cycle detected in Darwin->Linux cross GCC
2020-08-26 16:17:14 -05:00
Matthew Bauer 0b8312660a gcc10: fix building darwin->linux cross compiler
same as 459c60dda2 but for gcc10
2020-08-26 16:15:05 -05:00
Matthew Bauer 872b23d214 Merge remote-tracking branch 'origin/master' into gcc-cross 2020-08-26 16:10:02 -05:00
Benjamin Hipple d41c129198
Merge pull request #95727 from obsidiansystems/cuda11
cudatoolkit: init v11.0.3
2020-08-26 15:09:08 -04:00
Daniël de Kok 4ef21bb683
Merge pull request #96307 from r-ryantm/auto-update/fasm
fasm: 1.73.24 -> 1.73.25
2020-08-26 15:44:23 +02:00
Michael Weiss 4a82621491
llvm_11: Enable build-id when linking libLLVM shared libs
This is used by mesa.drivers (still on LLVM 9) as a cache key. I've
ported that change to LLVM 11 to test it and so that it doesn't get lost
in future versions. Credit for the change goes to David McFarland.
See #93946 for details.

Co-Authored-By: David McFarland <corngood@gmail.com>
2020-08-26 14:30:46 +02:00
Frederik Rietdijk b61ad0afc2 Merge master into staging-next 2020-08-26 08:42:36 +02:00
R. RyanTM a4701ba18d fasm: 1.73.24 -> 1.73.25 2020-08-25 20:13:27 +00:00
Michael Weiss 28aef45a1a
Merge branch 'llvm_11' into master
This merges #94204 with the only difference being that I modified the
history into three commits that should be easier to review and
understand.

Original history: 3524f4cfa94744bf5058bed6f2e3f6490f4c8e1b
Modified history: df267a4cca
2020-08-25 19:44:53 +02:00
Gabor Greif df267a4cca
llvm_11: 11.0.0rc1 -> 11.0.0rc2
http://lists.llvm.org/pipermail/release-testers/2020-August/001321.html
2020-08-25 19:42:17 +02:00
Gabor Greif 0a8334d5a0
llvm_11: init at 11.0.0rc1
http://lists.llvm.org/pipermail/release-testers/2020-July/001305.html

TODO: Enable Polly.

Co-authored-by: conferno <conferno@camfex.cz>
2020-08-25 19:42:12 +02:00
Michael Weiss 28f2797a81
llvm_11: Copy all files from llvmPackages_10
This is simply the result of:
cp -r pkgs/development/compilers/llvm/10 pkgs/development/compilers/llvm/11/
2020-08-25 19:42:08 +02:00
Jonathan Ringer 62f046e902
Merge master into staging-next 2020-08-25 09:16:30 -07:00
Andreas Fuchs 1759959863 gcc: On darwin, adjust IDs of installed .so files also
Turns out that libgccjit gets installed as a .so file, which the gcc
builder.sh didn't change: It only touched .dylib files; that means
that anything linking in libgccjit.so would receive an "Image not
found" error at load time.

With this change, we invoke `install_name_tool` on .so files too,
adjusting their dynamic linker ID, so that they too can be found.
2020-08-25 08:12:35 -04:00
Andreas Fuchs 038e86ffbb gcc: Fix building libgccjit on darwin, using strip -x
The default `strip` invocation tries to strip global symbols from the
library, and refuses because those are indirect symbol table
references.
2020-08-25 08:12:35 -04:00
Daniël de Kok b9ba82ef8a
Merge pull request #96209 from bobismijnnaam/aspectj-upgrade-2
aspectj: 1.5.2 -> 1.9.6
2020-08-25 10:51:33 +02:00
Bob Rubbens 258fe5828d aspectj: 1.5.2 -> 1.9.6
As discussed on the mailing list, the url is now pointed at the github
project release because the previous eclipse archive link was not kept
up-to-date anymore.

Relevant links:
- https://www.eclipse.org/lists/aspectj-dev/msg03311.html
2020-08-25 09:58:37 +02:00
Ryan Mulligan a06d52a69d
Merge pull request #95977 from r-ryantm/auto-update/kotlin
kotlin: 1.3.72 -> 1.4.0
2020-08-24 16:45:11 -07:00
Dhruv Dang a6ac08e37c remove unnecessary imports in ghcjs-ng/8.6/dep-overrides.nix 2020-08-24 10:41:11 -07:00
Dhruv Dang 3369b35031 #84563 #95931 fix ghcjs 8.6 so it builds 2020-08-24 10:35:39 -07:00
Jorge Acereda bf9df74511 copper: init at 4.4 2020-08-24 15:07:01 +02:00
Frederik Rietdijk 101501ec10 Merge staging-next into staging 2020-08-24 11:56:04 +02:00
Frederik Rietdijk 0a874ff2a6 Merge master into staging-next 2020-08-24 11:50:58 +02:00
Utku Demir fae83ef189
ghcHEAD: 8.11.20200731 -> 8.11.20200824 2020-08-24 11:06:36 +12:00
Austin Seipp 4875109d0f
nextpnr: 2020.07.08 -> 2020.08.22
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-08-23 11:01:25 -05:00
Austin Seipp 4c5dd4c73b
yosys: 2020.07.07 -> 2020.08.22
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-08-23 11:01:20 -05:00
Jan Tojnar 58377555ed
Merge branch 'staging-next' into staging 2020-08-23 02:18:27 +02:00
Jan Tojnar 91104b5417
Merge branch 'master' into staging-next 2020-08-23 02:00:50 +02:00
Ryan Mulligan 30e0c7a762
Merge pull request #94317 from r-ryantm/auto-update/souffle
souffle: 2.0.0 -> 2.0.1
2020-08-22 09:02:43 -07:00
Silvan Mosberger 1fe7fee592
Merge pull request #93347 from symphorien/spacetime
Ocaml spacetime support
2020-08-22 16:38:54 +02:00
Daniël de Kok 280147c510
Merge pull request #95489 from danieldk/rocm-3.7.0
Update ROCm to 3.7.0
2020-08-22 13:30:01 +02:00
R. RyanTM 3fe8a88719 kotlin: 1.3.72 -> 1.4.0 2020-08-22 10:15:53 +00:00
Daniël de Kok 89567e2064 llvmPackages_rocm: 3.5.1 -> 3.7.0 2020-08-21 08:50:40 +02:00
Lassulus a81c1d1fd9
Merge pull request #95776 from wchresta/idris2-paths
idris2: Enable --install, bugfixes
2020-08-21 08:43:33 +02:00
Thomas Bereknyei a3b69f46af go_1_15: 1.15beta1 -> 1.15 2020-08-21 12:21:58 +10:00
wchresta 24d5c73aa8 idris2: Enable --install, bugfixes
This removes the need of the bin/idris2_app folder and replaces
it with proper links to the nix-storage folders.
This allows the user to override IDRIS2_PREFIX which will allow
them to use --install to install libraries.

* Fix: idris2_app/ was exposed in bin/
* Remove native Idris2 wrapper that set LD_LIBRARY_PATH
* Improve new Idris2 wrapper to set Idris2 paths to out folders
2020-08-20 22:09:05 -04:00
adisbladis 13276abce9
emacs25: Drop outdated version 2020-08-21 00:32:37 +02:00
zowoq d3ae8e194e elmPackages.elm-json: remove verifyCargoDeps 2020-08-20 10:05:23 +10:00
Matthew Bauer 164f8024e9 cudatoolkit: init v11.0.3 2020-08-19 13:34:52 -05:00
Lassulus feb9c28902
Merge pull request #95640 from valencik/idris21
idris2: 0.2.0 -> 0.2.1
2020-08-18 21:06:24 +02:00
Frederik Rietdijk 4cf394ea3f Merge master into staging-next 2020-08-18 17:55:04 +02:00
Domen Kožar f9b57fd66a
#95747: fix build of GHC 8.10.2 2020-08-18 15:56:45 +02:00
Matthew Bauer c5617381bc ghc: document Stage1Only setting 2020-08-17 23:51:59 -05:00