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
Matthew Bauer
0be29459d6
ghc: set Stage1Only = YES on iOS
...
We want stage1Only here even if system == system, since we can’t run
the native arch simulator binaries locally.
2020-08-17 23:51:59 -05:00
Tom Hall
92b4e00ffe
llvm_10: disable failing test on 32-bit ARM
2020-08-17 18:27:21 +01:00
Frederik Rietdijk
7dba683656
Merge staging-next into staging
2020-08-17 17:51:54 +02:00
Frederik Rietdijk
0ac85bc455
Merge master into staging-next
2020-08-17 14:54:39 +02:00
zowoq
809f97c099
tinygo: remove enableParallelBuilding = true
2020-08-17 17:13:01 +10:00
Andrew Valencik
39cd8e3b91
idris2: 0.2.0 -> 0.2.1
2020-08-16 22:37:08 -04:00
Michael Raskin
d82cf2139d
Merge pull request #94586 from kini/ccl/bump
...
ccl: 1.11.5 -> 1.12
2020-08-16 10:07:43 +00:00
Domen Kožar
b7f877078b
Merge pull request #95156 from turboMaCk/add-elm-json
...
elmPackages.elm-json: init at 0.2.7
2020-08-16 11:29:27 +02:00
Divam Narula
818d24c9db
Merge branch 'staging' into upstream-wasm-cross-nixpkgs-4
2020-08-16 10:13:57 +05:30
zowoq
473536e3b5
buildRustPackage: remove platform.all from packages
2020-08-16 12:48:18 +10:00
zowoq
42313b92bc
buildGoModule: remove platform.all from packages
2020-08-15 19:34:47 -07:00
Keshav Kini
a57289a0a1
ccl: 1.11.5 -> 1.12
2020-08-15 15:43:49 -07:00
Marek Fajkus
c17f7ef666
elmPackages.elm-json: init at 0.2.7
2020-08-15 23:33:39 +02:00
Frederik Rietdijk
cfe6081cee
Merge staging-next into staging
2020-08-15 09:12:42 +02:00
zowoq
1790e642f2
go_1_13: remove ( #95478 )
2020-08-14 21:17:14 -07:00
Symphorien Gibol
bddabe58fe
ocaml: add spacetime support
2020-08-13 11:07:15 +02:00
Frederik Rietdijk
7e189c56a1
Merge staging-next into staging
2020-08-13 08:52:48 +02:00
Peter Simons
a6a8a6f691
Merge remote-tracking branch 'origin/master' into haskell-updates.
2020-08-12 17:56:26 +02:00
Tim Steinbach
2807aa9672
Merge pull request #95151 from yaroot/zulu
...
zulu8: 8.28.0.1 -> 8.48.0.53; zulu: 10.1+11 -> 11.41.23
2020-08-11 11:49:15 -04:00
Frederik Rietdijk
46ee7ddcad
Merge staging-next into staging
2020-08-11 10:26:59 +02:00
Frederik Rietdijk
f707715136
Merge master into staging-next
2020-08-11 10:26:35 +02:00
Yan Su
d7d22f5443
zulu: 10.1+11 -> 11.41.23
2020-08-11 17:18:30 +09:00
Yan Su
de127352c4
zulu8: 8.28.0.1 -> 8.48.0.53
2020-08-11 17:18:30 +09:00
Alyssa Ross
5d65255d57
rust: 1.45.0 -> 1.45.2
2020-08-11 00:09:00 +00:00
Peter Simons
1493a31aa6
Merge pull request #94964 from ggreif/haskell-updates
...
ghc-8.10.x: add v8.10.2
2020-08-10 19:37:27 +02:00
Peter Simons
5ecee6daed
Merge remote-tracking branch 'origin/master' into haskell-updates.
2020-08-10 10:45:40 +02:00
zowoq
cea7cd902e
buildGoModule packages: set doCheck = false
2020-08-10 16:02:30 +10:00
Gabor Greif
ca9e5d0bb1
ghc-{8.8.2, 8.10.1}: make download URL consistent with other versions
2020-08-08 22:32:58 +02:00
Gabor Greif
621e26fe80
ghc-8.10.x: add v8.10.2
...
https://mail.haskell.org/pipermail/ghc-devs/2020-August/019131.html
2020-08-08 22:32:58 +02:00
Frederik Rietdijk
cb634b2aa5
Merge staging-next into staging
2020-08-07 23:02:23 +02:00
Frederik Rietdijk
6a201763b4
Merge master into staging-next
2020-08-07 23:01:57 +02:00
Gabor Greif
b18829ff92
Disable profiling builds for AArch64
...
see also 1353355a63
2020-08-07 20:53:37 +02:00
Utku Demir
ed1623421f
ghcHEAD: 8.11.20200505 -> 8.11.20200731
2020-08-07 20:34:52 +02:00
Gabor Greif
7b3dbe3dd3
ghc-{8.8.3, 8.8.4, 8.10.1}: fix typos
2020-08-07 20:34:42 +02:00
Tim Steinbach
b71dc9d264
Merge pull request #94789 from jerith666/openjdk-8u265
...
openjdk8: 1.8.0_242 -> 1.8.0_265
2020-08-07 09:03:49 -04:00
R. RyanTM
febbcb62ce
nim: 1.2.4 -> 1.2.6
2020-08-07 12:37:05 +02:00
zowoq
792f562ad5
go: 1.14.6 -> 1.14.7
2020-08-07 13:45:23 +10:00
zowoq
1a83aa1190
go_1_13: 1.13.14 -> 1.13.15
2020-08-07 13:44:42 +10:00
Matt McHenry
0afe6a282a
openjdk8: 1.8.0_242 -> 1.8.0_265
2020-08-06 09:29:48 -04:00
Divam
95a5a19658
Enable dontStrip for wasm
2020-08-05 20:17:14 +09:00
Divam
a9ac31c299
Set the STRIP_CMD to ':' for dontStrip
...
(as mentioned in mk/build.mk.sample)
2020-08-05 20:08:37 +09:00