Commit Graph

9243 Commits

Author SHA1 Message Date
Frederik Rietdijk
277d488026 Merge staging into staging-next 2021-03-08 19:20:18 +01:00
Sandro
8bad34a0f1
Merge pull request #115361 from SuperSandro2000/fix-collection24 2021-03-08 02:23:48 +01:00
Sandro Jäckel
c878b14107
zz: remove emojis from description 2021-03-08 02:01:17 +01:00
Sandro
b9c3c4eacb
Merge pull request #115335 from sternenseemann/zz-2021-02-09
zz: unstable-2021-01-26 -> unstable-2021-03-07
2021-03-07 19:30:41 +01:00
sternenseemann
3ceb217e21 zz: unstable-2021-01-26 -> unstable-2021-03-07
Picking from current master for these fixes:

* makes module resolving via ZZ_MODULES_PATH deterministic
* no longer tries to write to /nix/store failing compilation
2021-03-07 15:42:46 +01:00
Jörg Thalheim
fc02aa17fe
Merge pull request #112792 from Kloenk/rust_1-50-0
rust: 1.49.0 -> 1.50.0
2021-03-07 13:56:59 +00:00
John Ericson
f5a7d8bb41
Merge pull request #115228 from siraben/unzip-buildInputs
treewide: unzip buildInputs to nativeBuildInputs (2)
2021-03-06 13:30:43 -05:00
Ben Siraphob
4f0cdb68d7 treewide: unzip buldInputs to nativeBuildInputs (2) 2021-03-06 15:18:05 +07:00
github-actions[bot]
fb5c8b556d
Merge staging-next into staging 2021-03-06 06:17:00 +00:00
Sandro Jäckel
f1cef9acff
arachne-pnr: patchPhase -> postPatch, cleanup 2021-03-05 16:22:00 +01:00
Jan Tojnar
6d1958ad2d
Merge branch 'staging-next' into staging 2021-03-04 22:16:45 +01:00
R. RyanTM
98207d2573 gleam: 0.14.1 -> 0.14.2 2021-03-04 15:02:49 -06:00
Robert Hensing
89aa0173ca
Merge pull request #115075 from siraben/stdenv-cleanup
treewide: remove stdenv where not needed
2021-03-04 15:51:04 +01:00
Ben Siraphob
98f26993f2 treewide: remove stdenv where not needed 2021-03-04 19:54:50 +07:00
Sandro
dc00d91809
Merge pull request #111701 from r-burns/compiler-rt
llvmPackages_11.compiler-rt: fix build on darwin
2021-03-04 03:50:29 +01:00
Sandro
41a92df85e
Merge pull request #114686 from bobrik/ivan/libcxx-block-backport
llvmPackages_11.libcxx: backport block.h fix from llvm12
2021-03-03 21:22:27 +01:00
Bernardo Meurer
3371fe2c9b
Merge pull request #114290 from sternenseemann/missing-libs
treewide: add missing lib inputs
2021-03-03 18:51:33 +00:00
Sandro
58a5417197
Merge pull request #114989 from SuperSandro2000/fix-collection20 2021-03-03 19:21:19 +01:00
Vincent Laporte
1ec43e04cc ocaml-ng.ocamlPackages_4_11.ocaml: 4.11.1 → 4.11.2 2021-03-03 18:05:12 +01:00
Sandro
ce258a0664
Merge pull request #114976 from siraben/darwin-mass-fix-buildInputs=0 2021-03-03 17:58:53 +01:00
Ben Siraphob
c47331a6c0 serpent: fix darwin build 2021-03-03 22:35:06 +07:00
Sandro Jäckel
bbc7926c37
crystal2nix: remove unused input 2021-03-03 16:23:55 +01:00
sternenseemann
3937980850 chickenPackages_{4,5}: recurseIntoAttrs
This prevents further evaluation regression for chickenPackages if they
are deprecated again. Since chickenPackages_4 and chickenPackages_5 are
extremely tiny package set, the cost of building one additional set on
hydra is probably fine.
2021-03-03 13:40:47 +01:00
sternenseemann
6f2fbf5f0b treewide: add missing lib inputs
This fixes hopefully all remaining missing lib inputs, likely introduced
as a regression by our recent treewide switch from stdenv.lib to lib.
These instances are all I could find using nix-instantiate --parse using
the following command:

    find "$NIXPKGS" -name '*.nix' \
      -and ! -path "$NIXPKGS/pkgs/development/interpreters/python/cpython/docs/template.nix" \
      -and ! -path '$NIXPKGS/.git/**' \
      -print0 | xargs -0 nix-instantiate --parse >/dev/null
2021-03-03 13:40:45 +01:00
Ben Siraphob
9ef6fe63be rasm: fix darwin build 2021-03-03 19:19:08 +07:00
Ben Siraphob
a0061df005 muon: fix darwin build 2021-03-03 19:19:08 +07:00
Ben Siraphob
deaae6b747 miranda: add meta.platforms 2021-03-03 19:19:07 +07:00
Ben Siraphob
c403e5747b gprolog: expand platforms to unix 2021-03-03 19:19:07 +07:00
Ben Siraphob
2b94b2a0c5 arachne: expand platforms to unix 2021-03-03 19:19:07 +07:00
Ben Siraphob
94691d61a6 4th: fix darwin build 2021-03-03 19:19:07 +07:00
ajs124
fa8551634e openjfx15: python2 -> python3, ffmpeg_3 -> ffmpeg 2021-03-03 02:50:48 +01:00
github-actions[bot]
f5bb0053a6
Merge staging-next into staging 2021-03-02 18:17:42 +00:00
sternenseemann
78ecc5257c pkgs/development/compilers/ocaml: remove 3.* expressions
The attributes for these compilers have been removed, so there's no
reason to keep these expressions around.
2021-03-02 15:41:17 +01:00
Jan Tojnar
913394a1d9
Merge branch 'staging-next' into staging 2021-03-01 19:30:56 +01:00
Fabian Affolter
fa4ce3a7cc
Merge pull request #114658 from r-ryantm/auto-update/gleam
gleam: 0.14.0 -> 0.14.1
2021-02-28 19:52:12 +01:00
Ivan Babrou
d85965dcf5 llvmPackages_11.libcxx: backport block.h fix from llvm12
As a concrete example, this fixes graphviz compilation:

* https://gitlab.com/graphviz/graphviz/-/issues/1785
2021-02-28 10:19:14 -08:00
R. RyanTM
657f09e96f gleam: 0.14.0 -> 0.14.1 2021-02-28 13:05:47 +00:00
github-actions[bot]
02e03be2bf
Merge staging-next into staging 2021-02-28 12:20:13 +00:00
R. RyanTM
627f2b5b9c adoptopenjdk-icedtea-web: 1.8.5 -> 1.8.6 2021-02-28 07:40:36 +00:00
github-actions[bot]
cb8e6774de
Merge staging-next into staging 2021-02-28 06:18:00 +00:00
Masanori Ogino
b51b5a104b go_1_14, go_1_15: support colon at start of TZ
See also: https://github.com/NixOS/nixpkgs/pull/113555

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2021-02-28 14:31:31 +10:00
github-actions[bot]
0d421066dd
Merge staging-next into staging 2021-02-28 00:40:17 +00:00
Jörg Thalheim
766246c6df
Merge pull request #112843 from r-burns/gcc-ppc-m32
gcc: support -m32 on ppc64le
2021-02-27 22:23:36 +00:00
github-actions[bot]
5267db2989
Merge staging-next into staging 2021-02-27 18:16:44 +00:00
Silvan Mosberger
9e731ddb49
Merge pull request #114549 from taku0/fix_114495
adoptopenjdk-bin, zulu, graalvm11-ce: do not wrap jspawnhelper
2021-02-27 16:05:18 +01:00
github-actions[bot]
2a38839b78
Merge staging-next into staging 2021-02-27 12:20:00 +00:00
Mario Rodas
6ca5b8005f nim: 1.4.2 -> 1.4.4 2021-02-27 11:27:24 +01:00
taku0
5ea6b90822 adoptopenjdk-bin, zulu, graalvm11-ce: do not wrap jspawnhelper
Fix #114495.

Note that OpenJDK 8 does not have jspawnhelper.
2021-02-27 19:23:55 +09:00
Ivan Babrou
2e1a7b94f3 ocamlPackages.ocaml: fix assembler detection for aarch64-darwin 2021-02-27 10:43:14 +01:00
github-actions[bot]
e8162c62e3
Merge staging-next into staging 2021-02-27 00:37:54 +00:00