John Ericson
2c7f62379f
rustcSrc: Reduce duplication
2021-11-08 20:38:58 +00:00
Sandro Jäckel
32ef30ce24
go_1_17: 1.17.2 -> 1.17.3
2021-11-08 17:25:40 +01:00
Pavol Rusnak
4c5fbc98d2
gcc-arm-embedded-{9,10}: enable on aarch64-darwin
...
(using x86_64-darwin binaries, these can be run if rosetta is installed)
2021-11-08 17:04:15 +01:00
Pavol Rusnak
8ea8557955
gcc-arm-embedded-10: 10.3-2021.07 -> 10.3-2021.10
2021-11-08 17:02:20 +01:00
github-actions[bot]
b0e58bafbe
Merge master into haskell-updates
2021-11-08 00:07:25 +00:00
John Ericson
4f81865aa1
Merge remote-tracking branch 'upstream/master' into staging-next
2021-11-07 20:51:04 +00:00
John Ericson
18ed048c7b
build-support/rust: Organize
...
- `toRustTarget` and friends pulled out from rust tools into rust
library. Since they don't depend on any packages they can be more
widely useable.
- `build-rust-package` gets its own directory
- `fetch-cargo-tarball` gets its own directory
2021-11-07 14:16:49 -05:00
Ellie Hermaszewska
15ae25f36c
haskell: switch from haskell.lib to haskell.lib.compose
2021-11-07 20:18:45 +08:00
github-actions[bot]
1093ddf273
Merge master into staging-next
2021-11-07 06:01:02 +00:00
Ryan Burns
5d043aa517
Merge pull request #137553 from dguibert/dg/cudatoolkit
...
update cudatoolkit (11.3/11.4), cuddn and cutensor
2021-11-06 17:17:12 -07:00
github-actions[bot]
9166210176
Merge master into staging-next
2021-11-07 00:01:38 +00:00
Ryan Burns
3f90cde719
llvmPackages_7.libcxxabi: fix build with gcc
...
Unblocks 17 dependers on aarch64-linux
2021-11-06 15:03:13 -07:00
Domen Kožar
2606cb0fc2
Merge pull request #144644 from r-burns/go
...
go_1_17: enable on x86_64-darwin
2021-11-06 13:48:14 -06:00
github-actions[bot]
a41ea4ced3
Merge master into staging-next
2021-11-06 06:01:07 +00:00
Alyssa Ross
02dfbde639
treewide: use mirror URLs where available
...
Candidates identified with
git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix |
grep -v nixos.org | grep :// | cut -d '"' -f 2)"
and then manually reviewed and tested.
2021-11-06 01:56:39 +00:00
github-actions[bot]
2663e5b623
Merge master into staging-next
2021-11-05 12:01:17 +00:00
Vladimír Čunát
555a4016a2
Merge branch 'staging-next' into staging
2021-11-05 10:48:58 +01:00
Dennis Gosnell
4269070d94
Merge pull request #142641 from NixOS/haskell-updates
...
haskellPackages: update stackage and hackage
2021-11-05 15:41:57 +09:00
Bernardo Meurer
f140680724
Merge pull request #144671 from andersk/LD_LIBRARY_PATH
...
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
2021-11-04 19:38:39 -07:00
github-actions[bot]
ab4eda8513
Merge master into haskell-updates
2021-11-05 00:07:13 +00:00
Anders Kaseorg
e12f4db556
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
...
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted. (See #67234 , for
example.) Fix this throughout the tree.
Followup to #76804 . Fixes #144646 .
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-11-04 16:15:05 -07:00
Ryan Burns
e1fad6fc50
go_1_17: enable on x86_64-darwin
...
Apparently this does not depend on stdenv's macOS SDK at all,
and carries around its own go-specific toolchain. So this works
fine as-is and doesn't need any changes in Nixpkgs to support a
10.13 deployment target.
2021-11-04 15:40:44 -07:00
github-actions[bot]
cca97be2f0
Merge staging-next into staging
2021-11-04 12:01:39 +00:00
Robert Hensing
3bccce68d1
Merge pull request #144440 from SuperSandro2000/lib-fromJSON
...
treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)``…
2021-11-04 12:17:40 +01:00
github-actions[bot]
50c285059f
Merge master into haskell-updates
2021-11-04 00:07:05 +00:00
github-actions[bot]
3567177949
Merge staging-next into staging
2021-11-03 18:10:58 +00:00
Anderson Torres
dec4cce188
Merge pull request #144485 from AndersonTorres/new-asm
...
asl: fix the expression
2021-11-03 14:40:03 -03:00
AndersonTorres
c70a27d607
asl: fix the expression
2021-11-03 13:33:56 -03:00
Fabián Heredia Montiel
f5095d575c
kotlin-native: add fabianhjr as maintainer
2021-11-03 09:58:15 -06:00
Fabián Heredia Montiel
638daf8c90
kotlin-native: remove /bin/kotlinc
...
This is the only collision with the default kotlin distribution and is
marked as deprecated and to be removed upstream.
```
> kotlinc
NOTE: you are running "kotlinc" CLI tool from Kotlin/Native distribution,
it runs Kotlin/Native compiler that produces native binaries from Kotlin code.
If your intention was to compile Kotlin code to JVM bytecode instead, then you
need to use "kotlinc" from the main Kotlin distribution (e.g. it can be
downloaded as kotlin-compiler-X.Y.ZZ.zip archive from
https://github.com/JetBrains/kotlin/releases/latest , or installed using various
package managers).
WARNING: if your intention was to run Kotlin/Native compiler, then please use
"kotlinc-native" CLI tool instead of "kotlinc". "kotlinc" tool will be removed
from Kotlin/Native distribution, so it will stop clashing with "kotlinc" from
the main Kotlin distribution.
```
2021-11-03 09:57:36 -06:00
Sandro Jäckel
8547db919a
treewide: switch `builtins.fromJSON(builtins.readFile ./file.json)
` to lib.importJSON ./file.json
2021-11-03 14:43:52 +01:00
Alyssa Ross
703ffa2f5d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
2021-11-03 07:34:33 +00:00
superherointj
df4fac48fc
maintainers: remove superherointj
2021-11-02 18:22:31 -07:00
github-actions[bot]
890e555b52
Merge master into haskell-updates
2021-11-03 00:07:04 +00:00
Martin Weinelt
8f5da907b0
Merge remote-tracking branch 'origin/staging-next' into staging
2021-11-02 23:31:28 +01:00
Martin Weinelt
b47fcee2a5
Merge pull request #144219 from mweinelt/firefox
2021-11-02 23:31:13 +01:00
Anderson Torres
53cd7a5b81
Merge pull request #144167 from AndersonTorres/new-asm
...
asl: init at 142-bld211
2021-11-02 18:57:27 -03:00
sternenseemann
cf8d67294b
Merge remote-tracking branch 'origin/master' into haskell-updates
2021-11-02 20:53:34 +01:00
Martin Weinelt
c28e3f9d00
rustc: Expose llvmPackages set used to build rustc
...
Reusing the same llvmPackages version used for building rustc is
required for LTO in Firefox.
2021-11-02 17:34:05 +01:00
Martin Weinelt
3f9b49e0ec
rust_1_45: drop
2021-11-02 14:41:05 +01:00
Fabián Heredia Montiel
38ff77cfbb
scala_2_13: 2.13.6 → 2.13.7
2021-11-02 09:15:50 -04:00
Artturi
5734f0bfb0
Merge pull request #143622 from r-ryantm/auto-update/dictu
...
dictu: 0.20.0 -> 0.22.0
2021-11-02 14:40:33 +02:00
sternenseemann
b0f72c142c
Merge remote-tracking branch 'origin/master' into haskell-updates
2021-11-02 11:44:15 +01:00
Sandro
fb5f7b9841
Merge pull request #144204 from alyssais/rust-1.56.1
2021-11-02 10:53:03 +01:00
AndersonTorres
2b6ba95a19
asl: init at 142-bld211
2021-11-01 21:20:50 -03:00
github-actions[bot]
c7d6bf7b5b
Merge master into haskell-updates
2021-11-02 00:06:59 +00:00
github-actions[bot]
3f03065e05
Merge staging-next into staging
2021-11-02 00:02:12 +00:00
github-actions[bot]
d27dd6653e
Merge master into staging-next
2021-11-02 00:01:32 +00:00
github-actions[bot]
83d6b7a7e0
Merge staging-next into staging
2021-11-01 18:01:40 +00:00
github-actions[bot]
bd0051cd54
Merge master into staging-next
2021-11-01 18:01:02 +00:00
Bernardo Meurer
949c9f67cd
makeRustPlatform: allow to easily override stdenv
2021-11-01 10:40:09 -07:00
Alyssa Ross
222e9b518f
rust: 1.56.0 -> 1.56.1
...
I've tested building fd on x86_64-linux. Because this release is so
tiny[1], I'm confident skipping the usual, bigger, tests we do for
Rust.
[1]: https://github.com/rust-lang/rust/compare/1.56.0...1.56.1
2021-11-01 16:23:30 +00:00
R. Ryantm
7d434ce31c
qbe: unstable-2021-10-26 -> unstable-2021-10-28
2021-11-01 01:24:39 +00:00
github-actions[bot]
c885901d64
Merge master into haskell-updates
2021-10-31 00:07:29 +00:00
github-actions[bot]
062a1496d6
Merge staging-next into staging
2021-10-30 18:01:37 +00:00
github-actions[bot]
0fa76ebdca
Merge master into staging-next
2021-10-30 18:00:59 +00:00
Timo Kaufmann
4ccc8df456
Merge pull request #142388 from thiagokokada/add-graalvm-17
...
graalvm-ce: add graalvm17-ce
2021-10-30 16:13:39 +02:00
github-actions[bot]
1fe8dfabf5
Merge staging-next into staging
2021-10-30 06:02:02 +00:00
github-actions[bot]
227e1c837c
Merge master into staging-next
2021-10-30 06:01:25 +00:00
Bobby Rong
461db988af
Merge pull request #143528 from r-ryantm/auto-update/sagittarius-scheme
...
sagittarius-scheme: 0.9.7 -> 0.9.8
2021-10-30 09:53:19 +08:00
github-actions[bot]
dbfe42bc77
Merge master into haskell-updates
2021-10-30 00:06:49 +00:00
github-actions[bot]
ba990541d1
Merge staging-next into staging
2021-10-30 00:02:03 +00:00
github-actions[bot]
2d204edb98
Merge master into staging-next
2021-10-30 00:01:30 +00:00
Ryan Burns
47b36ad103
Merge pull request #142157 from timothyklim/scala31
...
dotty: 3.0.0 → 3.1.0
2021-10-29 14:56:29 -07:00
sternenseemann
1d4787f14d
haskell.compiler.ghc921: 9.2.0.20210821 -> 9.2.1
...
https://mail.haskell.org/pipermail/glasgow-haskell-users/2021-October/027082.html
Also fixes a bug affecting the behavior of streaming-commons and text:
https://gitlab.haskell.org/ghc/ghc/-/issues/20526
Co-authored-by: Guillaume Bouchard <guillaum.bouchard@gmail.com>
2021-10-29 21:32:52 +02:00
Sandro
b956d146ab
Merge pull request #142688 from rowanG077/update-intel-compute-runtime
2021-10-29 20:29:27 +02:00
github-actions[bot]
9a002bac35
Merge staging-next into staging
2021-10-29 18:01:38 +00:00
github-actions[bot]
6317a19147
Merge master into staging-next
2021-10-29 18:01:00 +00:00
Sandro
87695e30bb
Merge pull request #143512 from LibreCybernetics/treewide-coursier
2021-10-29 16:33:34 +02:00
github-actions[bot]
853a47c140
Merge staging-next into staging
2021-10-29 12:01:53 +00:00
github-actions[bot]
97b60b1800
Merge master into staging-next
2021-10-29 12:01:19 +00:00
R. Ryantm
602aa1fffe
dictu: 0.20.0 -> 0.22.0
2021-10-29 09:58:00 +00:00
Bernardo Meurer
00334d352f
Revert "makeRustPlatform: allow to easily override stdenv"
...
This reverts commit f17c3516fb
.
2021-10-28 23:25:35 -07:00
R. Ryantm
26cf8bddff
binaryen: 101 -> 102
2021-10-29 03:20:50 +00:00
R. Ryantm
fcfa87253d
sagittarius-scheme: 0.9.7 -> 0.9.8
2021-10-29 02:04:30 +00:00
Fabián Heredia Montiel
fc6ccc25cc
treewide: fix /bin/coursier references
...
After https://github.com/NixOS/nixpkgs/pull/142254 coursier provides its
binary as /bin/cs rather than /bin/coursier
2021-10-28 19:48:29 -05:00
github-actions[bot]
2c83416cdc
Merge master into haskell-updates
2021-10-29 00:07:03 +00:00
Alyssa Ross
3f01b576af
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
nixos/doc/manual/release-notes/rl-2111.section.md
2021-10-28 16:07:38 +00:00
github-actions[bot]
ea4da560ff
Merge master into staging-next
2021-10-28 12:01:32 +00:00
Sandro
fe948d29fe
Merge pull request #142793 from helsinki-systems/upd/gcc8
2021-10-28 11:06:56 +02:00
github-actions[bot]
686eebd97e
Merge master into haskell-updates
2021-10-28 00:06:54 +00:00
github-actions[bot]
a1e570b43e
Merge master into staging-next
2021-10-28 00:01:36 +00:00
Sandro
6ab2ff852c
Merge pull request #142831 from turboMaCk/update-elm-tools
2021-10-27 20:49:02 +02:00
github-actions[bot]
22401dcc39
Merge master into staging-next
2021-10-27 18:01:02 +00:00
ajs124
4080dff4f6
gcc8: 8.4.0 -> 8.5.0
2021-10-27 17:49:56 +02:00
rowanG077
0eb2ab9fc7
intel-graphics-compiler: 1.0.4241 -> 1.0.8744
2021-10-27 15:16:30 +02:00
Sandro
8e434a878f
Merge pull request #143132 from sikmir/qbe
2021-10-27 14:53:12 +02:00
github-actions[bot]
d33a58f89d
Merge master into staging-next
2021-10-27 12:01:20 +00:00
Michael Raskin
a90064443b
Merge pull request #142934 from storvik/sbcl-linkable-runtime
...
sbcl: compile with linkable runtime
2021-10-27 11:23:22 +00:00
Nikolay Korotkiy
9d969b84af
qbe: 2021-06-17 → 2021-10-26, fix on darwin
2021-10-27 14:18:17 +03:00
Vladimír Čunát
248990026b
Merge #142684 : gcc11: 11.1.0 -> 11.2.0 (into staging)
2021-10-27 08:00:29 +02:00
Bernardo Meurer
f17c3516fb
makeRustPlatform: allow to easily override stdenv
2021-10-26 22:13:38 -07:00
storvik
219130a2f0
sbcl: compile with linkable runtime
2021-10-26 11:01:26 +02:00
github-actions[bot]
31a34a21dc
Merge master into haskell-updates
2021-10-26 00:06:58 +00:00
github-actions[bot]
47ad670e14
Merge staging-next into staging
2021-10-26 00:02:18 +00:00
Martin Weinelt
a47e0a6554
Merge remote-tracking branch 'origin/master' into staging-next
2021-10-25 21:03:48 +02:00
Sandro
9783af0b3b
Merge pull request #142686 from astro/scryer-prolog
2021-10-25 14:07:30 +02:00
Marek Fajkus
d1f8e247d1
elmPakages.*: semi-automatic update
2021-10-25 09:42:30 +02:00
Jan Tojnar
d647a68608
Merge pull request #142733 from jtojnar/more-gnome-staging
...
More GNOME updates (staging)
2021-10-25 06:10:36 +02:00
github-actions[bot]
4c99a552da
Merge master into haskell-updates
2021-10-25 00:07:15 +00:00
github-actions[bot]
b838d814f0
Merge staging-next into staging
2021-10-25 00:02:07 +00:00
github-actions[bot]
24cfffaa7a
Merge master into staging-next
2021-10-25 00:01:32 +00:00
Anderson Torres
47a8fe3ac2
Merge pull request #142709 from AndersonTorres/new-kotlin-native
...
kotlin-native: init at 1.5.31
2021-10-24 20:11:19 -03:00
github-actions[bot]
260ccf163b
Merge staging-next into staging
2021-10-24 18:01:32 +00:00
github-actions[bot]
ceea0e5f2a
Merge master into staging-next
2021-10-24 18:00:57 +00:00
reimeri
278c53b884
unison-ucm: M2g -> M2j ( #142751 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-24 18:43:17 +02:00
Sergei Trofimovich
b42767202a
openjdk: expliictly mark as 'enableParallelBuilding = false;'
...
Note: this change does not make build sequential. Build system still
uses it's way to parallelize the build.
The only effect of this change is not to pass unsupported -j option
to Makefile when nixpkgs default will be switched to
enableParallelBuilding = true;
2021-10-24 14:04:46 +01:00
Jan Tojnar
e388e5a012
vala_0_52: 0.52.5 → 0.52.6
2021-10-24 13:11:32 +02:00
Jan Tojnar
be480f08de
vala: 0.54.1 → 0.54.2
2021-10-24 13:11:32 +02:00
Dennis Gosnell
20dd1f2951
Merge pull request #142689 from tysonzero/remove-vector-ghcjs-patch
...
ghcjs: remove duplicate vector patch
2021-10-24 17:35:41 +09:00
AndersonTorres
872080e31c
kotlin-native: init at 1.5.31
2021-10-24 00:52:39 -03:00
Daniel Smith
742d75c5bc
ghcjs: remove duplicate vector patch
...
Allows vector to be built with ghcjs
2021-10-23 15:51:56 -07:00
rowanG077
6554f1bd60
spirv-llvm-translator: 8.0.1-2 -> 2021-06-13
2021-10-23 22:24:06 +02:00
Astro
1d0318e8b9
scryer-prolog: update dependency lexical-core to fix build
2021-10-23 21:32:11 +02:00
Ivan Babrou
e8abd9cc16
gcc11: 11.1.0 -> 11.2.0
...
The cyclades patch has been applied upstream:
* https://github.com/gcc-mirror/gcc/commit/2bf34b9f4e4
2021-10-23 12:12:18 -07:00
github-actions[bot]
c3a27b2a6c
Merge staging-next into staging
2021-10-23 18:01:53 +00:00
github-actions[bot]
50a5d0f17c
Merge master into staging-next
2021-10-23 18:01:15 +00:00
Mario Rodas
9e8a099ba4
Merge pull request #142382 from pnmadelaine/update-fstar
...
fstar: 2021.09.30 -> 2021.10.16
2021-10-23 08:55:59 -05:00
github-actions[bot]
dae8194063
Merge staging-next into staging
2021-10-23 12:01:57 +00:00
github-actions[bot]
d9e518d0a3
Merge master into staging-next
2021-10-23 12:01:22 +00:00
(cdep)illabout
4b63a6dacc
purescript: 0.14.4 -> 0.14.5
2021-10-23 12:03:50 +09:00
github-actions[bot]
cd69ba563d
Merge staging-next into staging
2021-10-23 00:02:27 +00:00
github-actions[bot]
421a9e648e
Merge master into staging-next
2021-10-23 00:01:46 +00:00
github-actions[bot]
f9ab4de694
Merge staging-next into staging
2021-10-22 18:01:54 +00:00
Fabián Heredia Montiel
148352e750
crystal: 1.2.0 → 1.2.1
2021-10-22 11:40:39 -05:00
Jonathan Ringer
fc25d94010
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/jupyter-client/default.nix
pkgs/development/python-modules/jupyterlab-git/default.nix
2021-10-22 09:33:07 -07:00
Thiago Kenji Okada
60e6107391
graalvm-ce: fix nix-shell incantation order on update.sh
2021-10-22 12:32:34 -03:00
Sandro
db62cb873d
Merge pull request #142544 from r-burns/swift
2021-10-22 15:12:40 +02:00
Ulrik Strid
fd13396e16
ligo: 0.26.0 -> 0.27.0
2021-10-22 08:54:19 +00:00
Yureka
6594da569b
rustc: 1.55.0 -> 1.56.0
2021-10-22 10:04:09 +02:00
Ryan Burns
cac89e1501
swift: fix build
...
since the linuxHeaders bump to 5.14,
we need to patch out cyclades.h includes
2021-10-22 00:34:30 -07:00
Artur Cygan
9a0676dc48
go: use tzdata from Nix on Darwin
2021-10-22 09:04:12 +10:00
Sandro
7d0484cefb
Merge pull request #142364 from fgaz/lobster/2021.3
2021-10-21 23:46:30 +02:00
Thiago Kenji Okada
81df00fb45
graalvm-ce: add hashes parameter to mkGraal
2021-10-21 16:20:11 -03:00
Thiago Kenji Okada
19e8890e5f
graalvm-ce: add missing gnused to update.sh
2021-10-21 16:14:41 -03:00
Sandro
91eb3ea81a
Merge pull request #142500 from superherointj/package-koka-2.3.2
2021-10-21 21:12:48 +02:00
superherointj
5a2307043a
koka: 2.3.1 -> 2.3.2
2021-10-21 15:27:01 -03:00
Vladimír Čunát
68c40000a7
Merge #141397 : llvmPackages_{5,6,7}.compiler-rt: fix patches
2021-10-21 20:26:37 +02:00
Silvan Mosberger
98f82e9c35
Merge pull request #141789 from pennae/eval-opt
...
lib: make extendDerivation lighter on eval
2021-10-21 20:17:32 +02:00
Sandro
eb7efbbdeb
Merge pull request #140257 from Uthar/jdk17
2021-10-21 20:05:13 +02:00
Sergei Trofimovich
a410420844
pkgsStatic.llvmPackages_{{5..13},git}.compiler-rt: drop unused musl patches
...
Commit 199b7c50
"compiler-rt: remove <cyclades.h> from libsanitizer"
broke conditional conditional musl patches.
The change has a few effects:
- pkgsStatic.llvmPackages_{5,6,7}.compiler-rt: fix build on musl after cyclades backport
- pkgsStatic.llvmPackages_{{5..13},git}.compiler-rt: drop incomplete musl patches as
sanitizers are disabled anyway and require more upstream porting.
2021-10-21 18:42:31 +01:00
Kasper Gałkowski
64a379be05
openjdk17: init at 17.0.1+12
2021-10-21 14:18:53 +02:00
Pavol Rusnak
8568ce473f
dotnet-sdk_6: init at 6.0.0-rc.2
2021-10-21 11:57:17 +02:00
David Guibert
2923a0fbab
cudatoolkit: 11.4.1 -> 11.4.2
2021-10-21 11:24:27 +02:00
David Guibert
8316ec9e4e
cudatoolkit: add 11.5.0
2021-10-21 11:03:02 +02:00
Pavol Rusnak
84a7dba79f
dotnet: rework platforms to allow aarch64-darwin
2021-10-20 21:54:03 +02:00
Thiago Kenji Okada
58a7dfacb8
graalvm-ce: add graalvm17-ce
2021-10-20 12:51:27 -03:00
Paul-Nicolas Madelaine
862c6390f9
fstar: 2021.09.30 -> 2021.10.16
2021-10-20 17:46:41 +02:00
Thiago Kenji Okada
eb16b065f8
graalvm-ce: remove nativePRNGWorkaround
...
Seems that native-image works fine nowadays without it.
2021-10-20 12:07:21 -03:00
Thiago Kenji Okada
cffe19bdbe
graalvm-ce: remove version file, use nix itself
2021-10-20 11:51:39 -03:00
Francesco Gazzetta
023ba76689
lobster: unstable-2021-06-18 -> 2021.3
...
and some minor refactors and metadata fixes
2021-10-20 16:12:13 +02:00
github-actions[bot]
cdc8393c04
Merge master into staging-next
2021-10-20 12:01:31 +00:00
Thiago Kenji Okada
b5560cfc5e
graalvm-ce: check if version is latest on update.sh
2021-10-20 09:56:47 +02:00
Thiago Kenji Okada
8abb6e72c9
graalvm-ce: 21.2.0 -> 21.3.0
...
- Drop graalvm8 since it was removed by upstream
- Add update.sh script to make it easier to generate hashes for all
platforms
- Fix GraalPython, broken since #141825 (sorry)
- Small refactorings and fixes
2021-10-20 09:56:47 +02:00
Vladimír Čunát
01df3cd7dd
Merge branch 'master' into staging-next
2021-10-19 19:24:43 +02:00
Emery Hemingway
30be6c22c5
nim: 1.4.8 -> 1.6.0
2021-10-19 13:07:57 +02:00
Emery Hemingway
3cfbadec99
nim: patch compiler to emit native file/line info format
2021-10-19 12:50:30 +02:00
Pavol Rusnak
d31c9bd3f0
Merge pull request #139571 from prusnak/dotnet-cleanup
...
dotnet: cleanup; point dotnet-sdk alias to 5.0; remove unsupported SDKs
2021-10-19 09:16:11 +02:00
Timothy
c5c02ea320
dotty: 3.0.0 → 3.1.0
2021-10-19 07:08:46 +07:00
Pavol Rusnak
eca667180b
dotnet: cleanup; point dotnet-sdk alias to 5_0; remove unsupported SDKs
2021-10-18 23:46:17 +02:00
Sandro
e4dda76e63
Merge pull request #141825 from thiagokokada/port-graalvm-to-aarch64
2021-10-18 22:18:52 +02:00
Alex Martens
c7ba226245
nextpnr: add gowin arch
2021-10-18 14:52:24 -05:00
github-actions[bot]
b0a41194a1
Merge master into staging-next
2021-10-18 18:01:14 +00:00
Andreas Rammhold
6d0a4f9b8f
nim: use newer bootstrap repository for aarch64-darwin support
...
The old "csources" repo has been archived a while ago and a newer
csources_v1 repo has been published. The main advantage is that we now
have support for newer platorms (such as Apple M1's) and newer nim
versions in the bootstrap.
The new repository doesn't contain release tags thus I pinned it to the
latest revision that has been published.
2021-10-18 16:19:48 +02:00
Sandro
af764f6527
Merge pull request #141812 from thiagokokada/remove-graalvm
2021-10-18 15:24:11 +02:00
Alyssa Ross
a3159ef498
Merge remote-tracking branch 'nixpkgs/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/libusb1/default.nix
2021-10-17 20:00:39 +00:00
Alexander Sosedkin
8eeae5320e
tinycc: simplify specifying cc/ar
...
Co-authored-by: Artturi <Artturin@artturin.com>
2021-10-17 19:30:47 +02:00
Alexander Sosedkin
9a5345698d
tinycc: fix pkgsStatic.tinycc (musl)
2021-10-17 16:13:45 +02:00
Thiago Kenji Okada
d3ea0893dd
graalvm11-ce: add support for aarch64-linux
...
Only adding support for graalvm11-ce. While there is a graalvm8 release
for aarch64-linux, it is missing some support (like wasm).
Also, it is not used anywhere on the nixpkgs, while graalvm11 is used by
multiple other packages (babashka, clj-kondo, clojure-lsp, etc.).
2021-10-15 21:40:25 -03:00
Thiago Kenji Okada
007ea53ba9
graalvm: remove derivation
...
This derivation was not updated since Jan 18, 2020. It doesn't
build on Hydra because it needs too much memory (~30GB). And no other
packages depend on it.
Also, this is a very complex package and really difficult to maintain.
It is a blocker for https://github.com/NixOS/nixpkgs/pull/141794 , since
a recent bump of broke it.
`graalvm8-ce` is the replacement. It is much more up-to-date (`graalvm`
is on version 19.2.1, `graalvm8-ce` is on version 21.2.0), it is much
easier on Hydra (it uses the binary from Oracle).
I also deprecated `jvmci8` and `mx`. I am not sure if `graalvm8`
supplies them, but if something is missing we can always add it later to
`graalvm8-ce`.
2021-10-15 18:37:35 -03:00
Martin Weinelt
a415d5dd2e
Merge remote-tracking branch 'origin/master' into staging-next
2021-10-15 23:10:08 +02:00
Jan Tojnar
690d9ab908
Merge pull request #141693 from jtojnar/gnome-stragglers
...
GNOME: more updates
2021-10-15 20:28:40 +02:00
Ulrik Strid
cbf28fa8c4
ligo: init at 0.26
2021-10-15 18:48:43 +02:00
pennae
dc895fb281
lib: make extendDerivation lighter on eval
...
the fix to extendDerivation in #140051 unwittingly worsened eval performance by
quite a bit. set elements alone needed over 1GB extra after the change, which
seems disproportionate to how small it was. if we flip the logic used to
determine which outputs to install around and keep a "this one exactly" flag in
the specific outputs instead of a "all of them" in the root we can avoid most
of that cost.
2021-10-15 16:39:10 +02:00
Ryan Burns
a3cd66ba95
Merge pull request #137259 from quyse/llvm13_libcxxabi_musl
...
llvmPackages_13, llvmPackages_git: libcxxabi: fix musl build
2021-10-14 20:07:11 -07:00
Martin Weinelt
adf4e67dd4
Merge remote-tracking branch 'origin/staging' into staging-next
2021-10-15 01:34:36 +02:00
Jan Tojnar
ca62f59516
vala.updateScript: freze at current ABI version
2021-10-15 00:51:47 +02:00
Artturi
7e953dab6e
Merge pull request #141666 from LibreCybernetics/update-mint
2021-10-15 01:43:20 +03:00
Fabián Heredia Montiel
12a2ef34b5
mint: crystal_1_0 → crystal
2021-10-14 15:02:55 -05:00
Fabián Heredia Montiel
78f1b43053
crystal: drop 0.36.1
2021-10-14 11:02:31 -05:00
Kevin Cox
fd113b5833
Merge pull request #141572 from LibreCybernetics/update-crystal
...
Update crystal (init 1.1.1, 1.2.0)
2021-10-14 11:39:33 -04:00
Peter Simons
476635afe1
Drop myself from meta.maintainers for most packages.
...
I'd like to reduce the number of Github notifications and
review requests I receive.
2021-10-14 11:01:27 +02:00
Fabián Heredia Montiel
75d7a40d2e
crystal: 1.1.1 → 1.2.0
2021-10-13 16:22:48 -05:00
Fabián Heredia Montiel
8a9d300a10
crystal: 1.0.0 → 1.1.1
2021-10-13 16:19:50 -05:00
Mario Rodas
937d1f04b6
Merge pull request #141360 from sternenseemann/zz-2021-05-04
...
zz: unstable-2021-03-07 -> unstable-2021-05-04
2021-10-13 01:39:01 -05:00
github-actions[bot]
0bb8cb9c7a
Merge staging-next into staging
2021-10-13 06:01:52 +00:00
zowoq
615989e078
go_1_17: 1.17.1 -> 1.17.2
2021-10-13 10:03:40 +10:00
zowoq
dcb39fae95
go_1_16: 1.16.8 -> 1.16.9
2021-10-13 10:03:40 +10:00
sternenseemann
a0bc1bfc5b
zz: unstable-2021-03-07 -> unstable-2021-05-04
...
Tested by compiling hello example from upstream repository.
2021-10-12 12:58:26 +02:00
github-actions[bot]
5065827878
Merge staging-next into staging
2021-10-12 00:02:05 +00:00
Jan Tojnar
e859225ee5
Merge pull request #139144 from NixOS/gnome-41
...
GNOME: 40 → 41
2021-10-11 22:59:01 +02:00
github-actions[bot]
92a15c8929
Merge staging-next into staging
2021-10-11 18:01:55 +00:00
Artturi
f01fbcadf0
Merge pull request #141201 from Artturin/tinyccbump
2021-10-11 19:43:20 +03:00
Artturin
5ec9a816d2
tinycc: 0.9.27 -> unstable-2021-07-27
...
tinycc: enableParallelBuilding is causing tests to fail on some
architectures
disable it
2021-10-11 17:32:55 +03:00
Vincent Laporte
316effbc59
ocaml-ng.ocamlPackages_4_13.ocaml: 4.13.0 → 4.13.1
2021-10-11 16:01:29 +02:00
github-actions[bot]
1b2b1c3d56
Merge staging-next into staging
2021-10-10 00:02:14 +00:00
Martin Weinelt
f8d3f5b8fb
Merge pull request #139673 from mweinelt/edk2
2021-10-09 21:07:44 +02:00
Maxine Aubrey
0d44f9ce53
vala: default to vala_0_54
2021-10-09 17:29:34 +02:00
Maxine Aubrey
f3b42a3ccc
vala_0_54: init at 0.54.1
...
- https://gitlab.gnome.org/GNOME/vala/blob/0.54.0/NEWS
- https://gitlab.gnome.org/GNOME/vala/blob/0.54.1/NEWS
2021-10-09 17:29:33 +02:00
github-actions[bot]
5da3c99f54
Merge staging-next into staging
2021-10-08 12:02:03 +00:00
Tom Wieczorek
568edc1d4f
jrsonnet: install shell completions
...
Added the completions for bash, zsh and fish to postInstall, both for
jrsonnet and the jsonnet symlink.
2021-10-08 11:26:48 +02:00
github-actions[bot]
a9e549579c
Merge staging-next into staging
2021-10-08 06:01:53 +00:00
Ben Siraphob
842cdaae87
Merge pull request #140691 from r-ryantm/auto-update/python3.8-vyper
2021-10-08 00:35:45 +00:00
github-actions[bot]
ae9f8ec1b6
Merge staging-next into staging
2021-10-07 00:02:11 +00:00
Sandro
78a46ea988
Merge pull request #140789 from Korbik/sbcl_fix_2_0_8
2021-10-06 20:53:52 +02:00
Cedric Corbiere
6bd8854e3c
sbcl: fix the 2.0.8 version
...
The 2.0.8 version was pointing to 2.1.2 version
2021-10-06 19:48:59 +02:00
github-actions[bot]
32615f6f8c
Merge staging-next into staging
2021-10-06 06:01:40 +00:00
Bernardo Meurer
45be479255
llvmPackages_rocm.compiler-rt: replace dead patch with clone
2021-10-05 19:17:59 -07:00
R. RyanTM
e47dd11f4a
python38Packages.vyper: 0.2.16 -> 0.3.0
2021-10-06 00:50:57 +00:00
github-actions[bot]
f4ec0a418f
Merge staging-next into staging
2021-10-05 18:01:58 +00:00
Domen Kožar
b095319218
Merge pull request #140575 from jkarlson/llvmworkaround
...
llvmPackages_13.compiler-rt: disable libfuzzer for aarch64
2021-10-05 10:46:16 -05:00
Sandro
d86e170612
Merge pull request #140497 from pnmadelaine/update-fstar
2021-10-05 17:14:08 +02:00
Paul-Nicolas Madelaine
f048b1401f
fstar: 2021.09.11 -> 2021.09.30
2021-10-05 13:44:30 +02:00
Emil Karlson
248936ea57
llvmPackages_13.compiler-rt: disable libfuzzer for aarch64
...
Libfuzzer fails to compile for aarch64 #140441 .
This change allows us to have sufficient functionality to build latest chromium.
2021-10-05 10:18:58 +03:00
github-actions[bot]
4fb183ae2e
Merge staging-next into staging
2021-10-05 06:01:48 +00:00
github-actions[bot]
fe7db88be0
Merge master into staging-next
2021-10-05 06:01:11 +00:00
Vincent Laporte
561f938ff1
bigloo: explicitly depend on unistring on darwin ( #140521 )
...
Co-authored-by: figsoda <figsoda@pm.me>
2021-10-04 23:00:39 -04:00
github-actions[bot]
b7725a001d
Merge staging-next into staging
2021-10-04 18:01:44 +00:00
github-actions[bot]
150dc67b3c
Merge master into staging-next
2021-10-04 18:01:07 +00:00
figsoda
3109ff5765
treewide: avoid use of lib.optional with list in inputs
2021-10-04 13:02:42 -04:00
github-actions[bot]
8aab9796f3
Merge staging-next into staging
2021-10-03 06:01:55 +00:00
github-actions[bot]
a484ea4131
Merge master into staging-next
2021-10-03 06:01:22 +00:00
Sandro
f865ed612f
Merge pull request #140287 from thiagokokada/reduce-graalvm-closure-size
2021-10-03 05:03:24 +02:00
John Wiegley
96c0f7e4dd
rustPackages.rls: Fix 1.55 build on Darwin ( #140232 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-03 02:16:19 +02:00
github-actions[bot]
9960091b16
Merge staging-next into staging
2021-10-02 18:01:48 +00:00
github-actions[bot]
8da8988e14
Merge master into staging-next
2021-10-02 18:01:17 +00:00
Mario Rodas
b59b7cbae6
Merge pull request #140040 from sternenseemann/sbcl-2.1.9
...
sbcl_2_1_9: init at 2.1.9
2021-10-02 11:01:08 -05:00
Thiago Kenji Okada
07be670cf9
graalvm-ce: create empty lib directory on macOS
2021-10-02 12:08:27 -03:00
Thiago Kenji Okada
d909c0c1f1
graalvm-ce: add lib output
...
Add dynamic libraries (for now only glibc) to $lib output, so we can use
them with e.g.:
```
native-image -H:CLibraryPath=${graalvm11-ce.lib}/lib ...
```
Reducing the finaly closure size of a GraalVM package since it will not
pull the whole GraalVM as a direct dependency.
2021-10-02 11:38:49 -03:00
github-actions[bot]
143452baae
Merge staging-next into staging
2021-10-02 12:01:40 +00:00
github-actions[bot]
d03095b67a
Merge master into staging-next
2021-10-02 12:01:09 +00:00
Michael Weiss
ed2c99e65f
llvmPackages_13: 13.0.0-rc4 -> 13.0.0
2021-10-01 22:10:21 +02:00
github-actions[bot]
6baf6700f7
Merge staging-next into staging
2021-10-01 06:01:38 +00:00
github-actions[bot]
b1431ff2ab
Merge master into staging-next
2021-10-01 06:01:06 +00:00
Ben Siraphob
5e1360c873
Merge pull request #140033 from sternenseemann/koka-2.2.0
2021-10-01 04:18:10 +00:00
github-actions[bot]
29cadb4162
Merge staging-next into staging
2021-10-01 00:02:08 +00:00
Bernardo Meurer
9ae3e76435
Merge pull request #139812 from Princemachiavelli/rocm_compiler-rt_no_cyclades
...
compiler-rt: cont. remove <cyclades.h> from libsanitizer
2021-09-30 22:06:28 +00:00
sternenseemann
4467ba6101
sbcl_2_1_9: init at 2.1.9
...
http://www.sbcl.org/news.html#2.1.9
2021-09-30 15:23:08 +02:00
sternenseemann
8ed1616157
sbcl_2_1_8: remove at 2.1.8
2021-09-30 15:23:07 +02:00
sternenseemann
6fd63365fc
koka: 2.1.9 -> 2.3.1
2021-09-30 14:59:00 +02:00
Josh Hoffer
2549800a1a
compiler-rt: cont. remove <cyclades.h> from libsanitizer
...
See commit 199b7c505b
for the
original issue.
This patch is from the upstream rocm llvm repo:
https://reviews.llvm.org/rG884040db086936107ec81656aa5b4c607235fb9a
2021-09-29 22:28:16 -06:00
github-actions[bot]
2dfffe79b2
Merge staging-next into staging
2021-09-30 00:02:24 +00:00
github-actions[bot]
1994a3055b
Merge master into staging-next
2021-09-30 00:01:51 +00:00
sterni
53432e913b
Merge pull request #138596 from NixOS/haskell-updates
...
haskellPackages: update stackage and hackage
2021-09-29 23:24:50 +02:00
Austin Seipp
3a784c4963
nextpnr: 2021.08.16 -> 2021.09.27
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-09-29 13:14:27 -05:00
Austin Seipp
874ebfd5a8
yosys: 0.9+4276 -> 0.10+1
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-09-29 13:14:27 -05:00
github-actions[bot]
1de97398ed
Merge master into haskell-updates
2021-09-29 00:06:39 +00:00
David Guibert
7f98fe1ebd
cudatoolkit: make 11_4 as default 11
2021-09-28 13:48:47 +02:00
github-actions[bot]
46d4b6c758
Merge staging-next into staging
2021-09-28 06:01:55 +00:00
github-actions[bot]
cf2149f1d4
Merge master into staging-next
2021-09-28 06:01:21 +00:00