Commit Graph

12219 Commits

Author SHA1 Message Date
Vladimír Čunát
cb4e7fd9bc
gdc: nicer eval failure from versions >= 12
12 will also be copied into future versions;
these parts seem OK to be copied by default.
2022-05-23 16:24:25 +02:00
Artturin
b3caa2f1fe treewide: extraPostFetch -> postFetch 2022-05-23 17:18:50 +03:00
Francesco Gazzetta
6436bdeb7f gcc: add langD support to gcc 10 2022-05-23 16:09:25 +02:00
Ate Eskola
e4650d6d6c dmd: made derivation compile when overriding version to 2.084.1, 2.087.1 or 2.088.1. 2022-05-23 12:29:10 +03:00
github-actions[bot]
ba5122823c
Merge master into staging-next 2022-05-23 00:02:36 +00:00
revol-xut
2c54c0602d
lingua-franca: 0.1.0 -> 0.2.0 2022-05-23 00:24:33 +02:00
Artturin
d6d211b445 buildCrystalPackage: enableParallelBuilding 2022-05-22 22:30:45 +03:00
Ben Siraphob
e11b61dc42
Merge pull request #173975 from trofi/workaround-fno-common-for-miranda 2022-05-22 11:29:19 -07:00
github-actions[bot]
82ce3488e1
Merge staging-next into staging 2022-05-22 18:01:51 +00:00
github-actions[bot]
107b6041bc
Merge master into staging-next 2022-05-22 18:01:20 +00:00
ajs124
b7a56be514
go_1_16: remove 2022-05-22 15:22:11 +00:00
mdarocha
1458666fa1 dotnet-sdk: 6.0.202 -> 6.0.300 2022-05-22 17:12:13 +02:00
Luka Blašković
55c8e27290
rust: 1.60.0 -> 1.61.0 (#173631) 2022-05-22 15:51:43 +02:00
Sergei Trofimovich
c882821dd4 mkcl: pull upstream fix for -fno-common toolchains
Without the change build on upstream gcc-10 fails as:

    ld: mkclgc.a(pthread_start.o):(.bss+0x0): multiple definition of
      `MK_GC_jmp_buf'; mkclgc.a(alloc.o):(.bss+0xc0): first defined here
2022-05-22 11:28:27 +01:00
Sergei Trofimovich
24241c7ded miranda: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: types.o:(.bss+0x11b0): multiple definition of `current_file'; y.tab.o:(.bss+0x70): first defined here
2022-05-22 11:21:35 +01:00
github-actions[bot]
084f3d75e7
Merge master into staging-next 2022-05-21 18:01:06 +00:00
Anderson Torres
1caa263b72
Merge pull request #173857 from trofi/fix-fno-common-for-intercal
intercal: fix build on -fno-common toolchains
2022-05-21 12:56:05 -03:00
Jan Tojnar
b8b9f52393 Merge branch 'master' into staging-next
Conflicts:
- pkgs/applications/networking/browsers/firefox/common.nix between 318fae87c0 and f6c5761935.
2022-05-21 17:52:39 +02:00
Sergei Trofimovich
fced75ac03 intercal: fix build on -fno-common toolchains
Without the change build fails on upstream gcc-10 as:

    ld: parser.o:/build/intercal-0.31/parser.c:1501: multiple definition of
      `yydebug'; src/perpet.o:/build/intercal-0.31/src/perpet.c:88: first defined here
2022-05-21 10:59:28 +01:00
Dennis Gosnell
d06c3e06e5
Merge pull request #173489 from cdepillabout/purescript-0.15.2
purescript: 0.15.0 -> 0.15.2
2022-05-21 17:36:31 +09:00
Sergei Trofimovich
857a06674d
Merge pull request #173817 from trofi/fix-gcc-12-on-darwin
gcc12: fix substituteInPlace on darwin
2022-05-21 06:42:58 +00:00
Janne Heß
ef8a2dac90
Merge pull request #173755 from fgaz/gdc/match-gcc
gdc: match gcc version
2022-05-21 02:02:39 +02:00
Sergei Trofimovich
5d2d60e3e2 gcc12: fix substituteInPlace on darwin
gcc-12 did a mass rename from .c to .cc c++ files. As a result build fails as:

    substitute(): ERROR: file 'gcc/config/darwin-c.c' does not exist

Closes: https://github.com/NixOS/nixpkgs/issues/172877
2022-05-20 23:59:36 +01:00
github-actions[bot]
77bded3c43
Merge master into staging-next 2022-05-20 18:02:18 +00:00
Vladimír Čunát
f0d68829b2
Merge #173733: ber-metaocaml: apply glibc>=2.34 fix 2022-05-20 17:07:30 +02:00
github-actions[bot]
f5558d8fda
Merge master into staging-next 2022-05-20 12:01:25 +00:00
Francesco Gazzetta
c6ea401438 gdc: match gcc version
Programs compiled with gdc (such as tumiki-fighters and torus-trooper)
that depend on c++ libraries were failing with errors such as

/nix/store/3fqi6nigj8dkbvjnw8y4dy59gkq8vsj4-binutils-2.38/bin/ld: /nix/store/36960p41h83cwkcs2vpzg8ni39w4sc5m-bulletml-0.0.6/lib/libbulletml.so: undefined reference to `std::__throw_bad_array_new_length()@GLIBCXX_3.4.29'

because of the mismatch with the gcc version used to compile the
libraries.

This commit unpins the gcc version gdc is based on, so they are kept in
sync.

gdc9 was removed since no other package depends specifically on that
version
2022-05-20 13:49:55 +02:00
Roman Timushev
667e13c619 openjdk17: 17.0.1 -> 17.0.3 (darwin) 2022-05-20 11:14:06 +02:00
Adam Joseph
be15e454d8 ber-metaocaml: apply glibc>=2.34 fix from ocaml/4.07.nix 2022-05-20 02:00:26 -07:00
Rick van Schijndel
437fd89069
Merge pull request #157129 from muscaln/tinygo-0.22.0
tinygo: 0.16.0 -> 0.23.0
2022-05-20 08:11:26 +02:00
Mustafa Çalışkan
5e3d09b3b0 tinygo: 0.16.0 -> 0.23.0 2022-05-20 00:37:01 +03:00
github-actions[bot]
b833efbcd7
Merge master into staging-next 2022-05-19 18:06:51 +00:00
Sandro
ede2e8d91e
Merge pull request #173633 from trofi/fix-fno-common-for-ccl
ccl: pull upstream fix for -fno-common
2022-05-19 19:33:50 +02:00
Sandro
161a60ceb7
Merge pull request #172861 from vbgl/jasmin-2022.04
jasmin-compiler: 21.0 → 2022.04.0
2022-05-19 19:17:51 +02:00
Sergei Trofimovich
7470efb0d3 ccl: pull upstream fix for -fno-common
Without the change build fails on upstream gcc-10 as:

    ld: x86_print.o:/build/ccl/lisp-kernel/linuxx8664/../area.h:111: multiple definition of
      `tcr_area_lock'; pmcl-kernel.o:/build/ccl/lisp-kernel/linuxx8664/../area.h:111: first defined here
2022-05-19 15:56:05 +01:00
Vladimír Čunát
849559c557
Merge branch 'staging' (older version) into staging-next
The point is to bring in PR #173487 as intended by authors.
2022-05-19 15:51:44 +02:00
github-actions[bot]
bd83e4cf98
Merge master into staging-next 2022-05-19 12:01:54 +00:00
Sergei Trofimovich
b8b36a3fba
Merge pull request #173471 from trofi/workaround-fno-common-for-yap
yap: add -fcommon workaround
2022-05-19 07:17:36 +00:00
github-actions[bot]
39ddfff2f2
Merge staging-next into staging 2022-05-18 18:01:51 +00:00
github-actions[bot]
925219f62b
Merge master into staging-next 2022-05-18 18:01:13 +00:00
Shea Levy
5726b8faec
go_1_18: Fix build when targetting MinGW 2022-05-18 08:13:11 -04:00
Shea Levy
f4033eeeaf
go: Fix build when targetting MinGW 2022-05-18 08:12:51 -04:00
Dennis Gosnell
04ce990169
purescript: 0.15.0 -> 0.15.2 2022-05-18 20:58:18 +09:00
Janne Heß
c911240e9c
Revert "Add mingwW64-llvm cross-system." 2022-05-18 13:50:23 +02:00
Shea Levy
7456be85db
Merge branch 'staging-next' into staging 2022-05-18 06:40:21 -04:00
Shea Levy
0f68ed163c
Merge branch 'mingwW64-clang' into staging 2022-05-18 06:30:21 -04:00
Sergei Trofimovich
12f04ef16e yap: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: libYap.a(pl-dtoa.o):/build/yap-6.3.3/H/pl-yap.h:230: multiple definition of `ATOM_';
      libYap.a(pl-buffer.o):/build/yap-6.3.3/H/pl-yap.h:230: first defined here
2022-05-18 08:32:22 +01:00
Madoura
a44de15349
vlang: 2022.19 -> 2022.20 2022-05-17 06:23:29 -05:00
Ivar Scholten
578589e1da treewide: remove unneeded dotnet SDK version pins
These derivations use buildDotnetModule, which has had its default
dotnet version changed recently. This patch removes redundantly setting
the SDK/runtime to version 6.
2022-05-16 21:39:47 +02:00
github-actions[bot]
e2602ad62e
Merge staging-next into staging 2022-05-16 00:04:11 +00:00
github-actions[bot]
c8608fae00
Merge master into staging-next 2022-05-16 00:03:24 +00:00
Patrick Mahoney
ad0d13cf37 koka: 2.3.6 -> 2.3.8
Include fix for mimalloc on darwin; see
https://github.com/koka-lang/koka/issues/243
2022-05-15 15:02:03 -05:00
Sergei Trofimovich
687decaa2d flasm: pull patch pending upstream inclusion for -fno-common toolchains
Without the change build fails on upstream gcc-10 as:

    ld: unflasm.o:/build/source/unflasm.c:32: multiple definition of
      `swfVersion'; flasm.o:/build/source/flasm.c:36: first defined here
2022-05-15 10:18:31 +01:00
github-actions[bot]
a41870fcba
Merge staging-next into staging 2022-05-15 06:01:50 +00:00
github-actions[bot]
a44988ac0d
Merge master into staging-next 2022-05-15 06:01:17 +00:00
Jan Tojnar
d1b77f990f Merge branch 'staging-next' into staging
Conflicts:
	pkgs/applications/networking/browsers/firefox/common.nix between f6c5761935 and a373324120.
2022-05-15 07:08:29 +02:00
Madoura
26da0bc974
vlang: weekly.2021.51 -> weekly.2022.19 2022-05-14 18:59:38 -05:00
7c6f434c
cd6eea51c4
Merge pull request #171083 from ehmry/wrapCCWith-nixSuport
wrapCCWith: structured argument for wrapper flags
2022-05-14 15:05:25 +00:00
github-actions[bot]
dae6d3bb73
Merge master into staging-next 2022-05-14 12:01:17 +00:00
Guillaume Girol
9ccccc3e25 edk2: fix cross compilation 2022-05-14 12:00:00 +00:00
Jörg Thalheim
820177eded
Merge pull request #172335 from gbtb/dotnet_31_icu
dotnet: fixed runtime error for dotnet 3.1 after icu update
2022-05-14 07:27:13 +01:00
github-actions[bot]
b0b4881903
Merge master into staging-next 2022-05-14 06:13:28 +00:00
github-actions[bot]
3328bc9666
Merge master into staging-next 2022-05-14 00:02:10 +00:00
Robert Scott
55f51ff7c1 mruby: 3.0.0 -> 3.1.0 2022-05-14 01:01:08 +01:00
Ben Siraphob
5b5d5f1156
Merge pull request #172582 from tjni/update-vyper 2022-05-13 15:46:40 -05:00
github-actions[bot]
fe71877bbd
Merge staging-next into staging 2022-05-13 18:03:04 +00:00
github-actions[bot]
bcb22e9a7b
Merge master into staging-next 2022-05-13 18:01:23 +00:00
Artturi
197681059f
Merge pull request #172271 from Artturin/crystalbuildstrict 2022-05-13 20:50:11 +03:00
Sandro
c1b015df49
Merge pull request #172261 from jbedo/mercury 2022-05-13 17:30:11 +02:00
Anselm Schüler
ce5a25ef1a flutter.dart: 2.16.1 -> 2.16.2 2022-05-13 17:02:03 +02:00
Vincent Laporte
aee00ac405
jasmin-compiler: 21.0 → 2022.04.0 2022-05-13 14:08:29 +02:00
gbtb
e40670371e dotnet: added icu attributes to hash auto-generation script 2022-05-13 21:50:26 +10:00
Rick van Schijndel
1f75e49103
Merge pull request #147986 from NickCao/rustc-llvmpackages
firefox: fix cross compilation
2022-05-13 09:26:16 +02:00
github-actions[bot]
97ea1401a7
Merge master into staging-next 2022-05-13 00:03:00 +00:00
Justin Bedo
0d41bc81d6
mercury: 20.06.1 -> 22.01.1 2022-05-13 08:48:16 +10:00
Nick Cao
be29f4575e
rustc: expose correct llvmPackages for cross compile 2022-05-13 06:40:43 +08:00
Gaelan Steele
da2f2d49a6 fpc: fix build on aarch64
glibc 2.34 broke it; apply an unreleased patch from upstream
2022-05-12 19:34:43 +00:00
Maxine Aubrey
73ec0bf71f
vala: default to vala_0_56 2022-05-12 21:28:49 +02:00
github-actions[bot]
6b23d26afc
Merge master into staging-next 2022-05-12 18:02:25 +00:00
Otavio Salvador
0922bf32f4 go_1_18: 1.18.1 -> 1.18.2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-05-12 23:15:21 +10:00
Otavio Salvador
bee3e742ef go_1_17: 1.17.9 -> 1.17.10
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-05-12 23:15:12 +10:00
Sergei Trofimovich
b125089f5a alan_2: add -fcommon workaround for gcc-10
Without the change the build against upstream gcc-10 build fails as:

    ld: smScSema.o:/build/source/compiler/smScSema.c:135:
        multiple definition of `charset'; options.o:/build/source/compiler/options.c:16: first defined here

Use -fcommon as a workeround until upstream updates the code.
2022-05-12 08:22:23 +01:00
Theodore Ni
7f68e42883
vyper: 0.3.1 -> 0.3.3
https://github.com/vyperlang/vyper/releases/tag/v0.3.3
2022-05-11 11:21:25 -05:00
github-actions[bot]
90db968124
Merge staging-next into staging 2022-05-10 21:23:59 +00:00
Thiago Kenji Okada
80ab09047a
Merge pull request #172350 from WolfangAukang/vyper-fix
vyper: relax semantic-version dependency
2022-05-10 22:18:53 +01:00
P. R. d. O
eee661ba01
vyper: relax semantic-version dependency 2022-05-10 14:38:56 -06:00
github-actions[bot]
3a79190750
Merge staging-next into staging 2022-05-10 18:01:50 +00:00
Vincent Laporte
cbd4728f8a opa: drop spurious dependency on cryptokit 2022-05-10 17:47:59 +02:00
gbtb
611be96fd9 dotnet: fixed runtime error for dotnet 3.1 after icu update 2022-05-10 23:04:45 +10:00
github-actions[bot]
1a3de31faa
Merge staging-next into staging 2022-05-10 12:11:45 +00:00
Vladimír Čunát
148df9e42e
Merge #171830: gcc12, gfortran12, gnat12: init at 12.1.0 2022-05-10 10:59:28 +02:00
Artturin
5e3b4a6eaf crystal: enable strictDeps 2022-05-10 05:20:36 +03:00
Artturin
a0d4618e7f buildCrystalPackage: enable strictDeps
it improves package correctness and keeps cross-compilation in good
health
there aren't many uses of buildCrystalPackage in nixpkgs yet so imo its
safe to turn it on

python builder, rust build, go builder, and others all turn it on
2022-05-10 04:57:46 +03:00
github-actions[bot]
2282e994f2
Merge staging-next into staging 2022-05-10 00:02:52 +00:00
mat ess
4fc665856d nim: 1.6.4 -> 1.6.6 2022-05-09 13:34:07 -05:00
Shea Levy
15aa32e082
llvm-bintools: passthru targetPrefix.
This is expected e.g. by the GHC cross-compilation code
2022-05-09 10:09:20 -04:00
Shea Levy
b7b9b73760
libcxx/libcxxabi: Fix build on Windows with lld 2022-05-09 10:06:52 -04:00
Shea Levy
5ca96b948c
libcxxabi: Fix build against compiler-rt-using clang 2022-05-09 10:05:50 -04:00
Shea Levy
078a07708a
libunwind: Fix build against compiler-rt-using clang 2022-05-09 10:05:47 -04:00
Shea Levy
dee9af9323
bintools: Add isXXX flags to check linker type 2022-05-09 10:03:48 -04:00
github-actions[bot]
31938a3f5c
Merge staging-next into staging 2022-05-09 00:03:28 +00:00
github-actions[bot]
f39e774f11
Merge master into staging-next 2022-05-09 00:02:27 +00:00
Rick van Schijndel
f62e248d09
Merge pull request #171531 from nagy/chicken-recurse
chickenPackages: recurse into attrs
2022-05-08 20:36:14 +02:00
github-actions[bot]
6ab1fe48df
Merge staging-next into staging 2022-05-08 18:01:43 +00:00
github-actions[bot]
e92815729d
Merge master into staging-next 2022-05-08 18:01:10 +00:00
ajs124
c1602f79c3
Merge pull request #170827 from mweinelt/openjdk-eols
openjdk: mark major version 12 through 16 as EOL
2022-05-08 18:32:38 +01:00
github-actions[bot]
049ba92990
Merge staging-next into staging 2022-05-08 06:01:58 +00:00
github-actions[bot]
7c1e4ffd7f
Merge master into staging-next 2022-05-08 06:01:24 +00:00
Mario Rodas
d84a2a651b
Merge pull request #170477 from armeenm/bump-ats2
ats2: 0.4.1 -> 0.4.2
2022-05-07 19:09:51 -05:00
github-actions[bot]
0386939da0
Merge staging-next into staging 2022-05-08 00:03:09 +00:00
github-actions[bot]
d6c9d38363
Merge master into staging-next 2022-05-08 00:02:24 +00:00
Marek Fajkus
46b900473c
Merge pull request #171990 from turboMaCk/elm-node-updates
elmPackages.{elm-test,elm-create-app...}: update nodejs dependecies
2022-05-07 23:50:35 +02:00
Marek Fajkus
a8060ad83a
elmPackages.{elm-test,elm-create-app...}: update nodejs dependecies 2022-05-07 20:51:21 +02:00
Sergei Trofimovich
c34a8024bf gcc12, gfortran12, gnat12: init at 12.1.0
A copy of gcc11 with minor patch changes:
- follow .c/.cc rename upstream
- made patches unconditional

Changes: https://www.gnu.org/software/gcc/gcc-12/changes.html
2022-05-07 13:50:47 +01:00
github-actions[bot]
bbe9795596
Merge staging-next into staging 2022-05-07 12:01:55 +00:00
Vladimír Čunát
005e2edc05
Merge #171792: gcc11: downgrade to 11.2.0 on x86_64-darwin
...into staging-next
2022-05-07 08:19:02 +02:00
github-actions[bot]
00e5877c2f
Merge staging-next into staging 2022-05-07 00:02:47 +00:00
github-actions[bot]
fa99b3742a
Merge master into staging-next 2022-05-07 00:02:09 +00:00
Ryan Mulligan
b43810f533
Merge pull request #171786 from r-ryantm/auto-update/open-watcom-v2-unwrapped
open-watcom-v2-unwrapped: unstable-2022-05-03 -> unstable-2022-05-04
2022-05-06 12:46:29 -07:00
Shea Levy
a73b59a157
llvm-bintools: Include aliases for windres and dlltool on Windows 2022-05-06 10:54:52 -04:00
Shea Levy
504d38ae7b
cross: Allow Windows toolchains to use ucrt as libc. 2022-05-06 10:54:52 -04:00
github-actions[bot]
ad713fb84e
Merge staging-next into staging 2022-05-06 12:02:39 +00:00
github-actions[bot]
6e0aca3c43
Merge master into staging-next 2022-05-06 12:02:02 +00:00
Vladimír Čunát
976e65456a
gcc11: downgrade to 11.2.0 also on x86_64-darwin
https://hydra.nixos.org/build/175546330
2022-05-06 11:43:07 +02:00
R. Ryantm
e997da6800 open-watcom-v2-unwrapped: unstable-2022-05-03 -> unstable-2022-05-04 2022-05-06 08:55:39 +00:00
Jan Tojnar
b15a9584ee vala_0_56: 0.56.0 → 0.56.1
https://gitlab.gnome.org/GNOME/vala/-/compare/0.56.0...0.56.1
2022-05-06 10:52:44 +02:00
Christian Albrecht
9d8bbb544b
spirv-llvm-translator: fix duplicate makeFlags merge
See
https://github.com/NixOS/nixpkgs/pull/171656#issuecomment-1119263828

there was a conflict with #162603 and a GitHub Action did a bad merge in 4cab9ae#diff-1aeab0da45b3afb6688d321042021a2ebad96758fc495d92aaadb50cc9aa22c7R28, adding a second makeFlags and breaking the build.
2022-05-06 10:30:03 +02:00
Sergei Trofimovich
0fc6476b56
Merge pull request #171147 from trofi/fix-mingw32-gcc-11
pkgsCross.mingw32.gcc11Stdenv: update mcfgthread patches for gcc-11
2022-05-06 06:54:08 +00:00
github-actions[bot]
4c4d0d6bc3
Merge staging-next into staging 2022-05-06 06:02:20 +00:00
github-actions[bot]
ff5c4d3404
Merge master into staging-next 2022-05-06 06:01:36 +00:00
Artturi
bb56c83212
Merge pull request #168517 from Artturin/cmdstanupdate
cmdstan: 2.17.1 -> 2.29.2
2022-05-06 07:13:46 +03:00
Bernardo Meurer
e6b94ad07e
Merge pull request #171602 from malob/treewide-mainProgram
treewide: add meta.mainProgram to many packages
2022-05-05 18:16:09 -07:00
Malo Bourgon
d8da6a153b nimble-unwrapped: add meta 2022-05-05 17:27:29 -07:00
github-actions[bot]
4cab9aed76
Merge staging-next into staging 2022-05-06 00:02:53 +00:00
github-actions[bot]
b962dee3e7
Merge master into staging-next 2022-05-06 00:02:16 +00:00
Bernardo Meurer
eaaa116016
intel-graphics-compiler: move substitutes to postPatch 2022-05-05 15:27:48 -07:00
Bernardo Meurer
f4f9691c9f
intel-graphics-compiler: remove INSTALL_SPIRVDLL 2022-05-05 15:26:58 -07:00
Bernardo Meurer
37c0bfd127
spirv-llvm-translator: remove prePatch since we don't run tests 2022-05-05 15:26:20 -07:00
Bernardo Meurer
d14ebd795e
intel-graphics-compiler: reindent 2022-05-05 15:24:09 -07:00
Bernardo Meurer
69a71a0ec2
spirv-llvm-translator: move spirv-tools to nativeBuildInputs 2022-05-05 15:22:25 -07:00
Bernardo Meurer
959971255f
Merge pull request #171656 from rowanG077/igm-vnext
intel-compute-runtime: 21.42.21270 -> 22.17.23034
2022-05-05 15:11:31 -07:00
Bernardo Meurer
8c689e0163
Merge pull request #171683 from Flakebi/rocm
rocm: * -> 5.1.1
2022-05-05 14:58:44 -07:00
Ryan Mulligan
ae17af4d66
Merge pull request #171416 from r-ryantm/auto-update/open-watcom-v2-unwrapped
open-watcom-v2-unwrapped: unstable-2022-04-29 -> unstable-2022-05-03
2022-05-05 14:22:54 -07:00
Vladimír Čunát
a97b262ba6
Merge #171611: gcc11: revert to 11.2.0 on aarch64-darwin
...into staging-next
2022-05-05 22:48:07 +02:00
Martin Weinelt
dacd54d3f7
openjdk: mark major version 12 through 16 as EOL
https://endoflife.date/java
https://www.azul.com/products/azul-support-roadmap/

Related: #170825
2022-05-05 19:45:49 +02:00
Sebastian Neubauer
a0b66ad30e rocm-llvm: 5.0.2 -> 5.1.1 2022-05-05 18:36:00 +02:00
Sebastian Neubauer
4d5bc15ef3 hip: 5.0.2 -> 5.1.1 2022-05-05 18:36:00 +02:00
Thomas Watson
ec87e38d65 Revert "gcc: 11.2.0 -> 11.3.0" for aarch64-darwin
Patches to support GCC 11.3.0 on aarch64-darwin are not available. Homebrew
also is skipping the 11.3.0 upgrade.
2022-05-05 08:11:09 -05:00
rowanG077
4b227488a1 intel-graphics-compiler: 1.0.8744 -> 1.0.11061 2022-05-05 14:44:35 +02:00
rowanG077
5966baddb7 spirv-llvm-translator: 2021-06-13 -> 2022-05-04 2022-05-05 14:42:44 +02:00
Arnout Engelen
30b459c377
dotty: rename to scala_3
Major version 3 of the Scala compiler started out under the codename 'dotty', and that's how it was packaged initially in nixpkgs.

Now that dotty has become the 'official' scala 3 compiler (see also b0f0e1d), we should rename the package as well

Fixes #170911
2022-05-05 11:32:30 +02:00
github-actions[bot]
81bcb0a861
Merge staging-next into staging 2022-05-05 06:01:42 +00:00
github-actions[bot]
375b571b04
Merge master into staging-next 2022-05-05 06:01:10 +00:00
Ben Siraphob
4ba3767e4d
Merge pull request #171499 from cdepillabout/purescript-no-ncurses 2022-05-04 20:41:49 -06:00
Malo Bourgon
16e15fa68f treewide: add meta.mainProgram to many packages 2022-05-04 18:08:19 -07:00
Lassulus
a6902b3973
Merge pull request #162603 from jljusten/libclc-spirv
SPIRV-LLVM-Translator: Add llvm-spirv tool; libclc: 11.0.1 -> 12.0.1
2022-05-04 20:07:12 +02:00
Daniel Nagy
e168e46338
chickenPackages: recurse into attrs
This makes chicken packages (eggs) discoverable.

This came up during:

https://github.com/NixOS/nixpkgs/pull/165023#issuecomment-1116655349
2022-05-04 12:02:09 +02:00
Pontus Stenetorp
3ea13a6f55
hare: run test suite 2022-05-04 09:25:09 +00:00
Dennis Gosnell
c3a7edf7d2
purescript: drop ncurses dep
`purs` no longer depends on ncurses/libtinfo since 0.14.8:
https://github.com/purescript/purescript/releases/tag/v0.14.8
2022-05-04 15:41:04 +09:00
github-actions[bot]
23791ce6d0
Merge staging-next into staging 2022-05-04 06:02:12 +00:00
Rick van Schijndel
113375e098
Merge pull request #165023 from nagy/chicken5-eggs
chickenPackages_5: more eggs
2022-05-04 05:36:04 +02:00
Anderson Torres
abfd311791
Merge pull request #170359 from AndersonTorres/new-harelang
Hare programming language: init
2022-05-04 00:23:35 -03:00
Daniel Nagy
5912e391b5
chickenEggs.tcp6: init at 0.2.1 2022-05-03 22:52:50 +02:00
Daniel Nagy
5c9f806102
chickenEggs.socket: init at 0.3.3 2022-05-03 22:52:50 +02:00
Daniel Nagy
298a451eb6
chickenEggs.foreigners: init at 1.5 2022-05-03 22:52:50 +02:00
Daniel Nagy
e31de32396
chickenEggs.feature-test: init at 0.2.0 2022-05-03 22:52:50 +02:00
Daniel Nagy
b756fabd1a
chickenEggs.address-info: init at 1.0.5 2022-05-03 22:52:49 +02:00
Daniel Nagy
876def9433
chickenEggs.sha2: init at 4.0.5 2022-05-03 22:52:49 +02:00
Daniel Nagy
e9fa73c93d
chickenEggs.message-digest-primitive: init at 4.3.2 2022-05-03 22:52:49 +02:00
Daniel Nagy
e7bd776d5b
chickenEggs.json: init at 1.6 2022-05-03 22:52:49 +02:00
Daniel Nagy
01ab95c886
chickenEggs.packrat: init at 1.5 2022-05-03 22:52:49 +02:00
Daniel Nagy
09f4886b37
chickenEggs.utf8: init at 3.6.2 2022-05-03 22:52:48 +02:00
Daniel Nagy
95d24cad2a
chickenEggs.uri-generic: init at 3.2 2022-05-03 22:52:48 +02:00
Daniel Nagy
7e65e01f83
chickenEggs.uri-common: init at 2.0 2022-05-03 22:52:48 +02:00
Daniel Nagy
534f88d368
chickenEggs.symbol-utils: init at 2.1.0 2022-05-03 22:52:48 +02:00
Daniel Nagy
42cd512356
chickenEggs.string-utils: init at 2.4.0 2022-05-03 22:52:48 +02:00
Daniel Nagy
e91febd454
chickenEggs.srfi-69: init at 0.4.1 2022-05-03 22:52:47 +02:00
Daniel Nagy
236e58ec33
chickenEggs.srfi-18: init at 0.1.6 2022-05-03 22:52:47 +02:00
Daniel Nagy
d74cdc6734
chickenEggs.spiffy: init at 6.3 2022-05-03 22:52:47 +02:00
Daniel Nagy
477e06109e
chickenEggs.sendfile: init at 1.8.3 2022-05-03 22:52:47 +02:00
Daniel Nagy
8d3b68f518
chickenEggs.regex: init at 2.0 2022-05-03 22:52:47 +02:00
Daniel Nagy
8c7f1233e6
chickenEggs.miscmacros: init at 1.0 2022-05-03 22:52:46 +02:00
Daniel Nagy
bb9bf815fe
chickenEggs.memory-mapped-files: init at 0.4 2022-05-03 22:52:46 +02:00
Daniel Nagy
588e750718
chickenEggs.set: init at 2.2 2022-05-03 22:52:46 +02:00
Daniel Nagy
38f7ead82d
chickenEggs.intarweb: init at 2.0.1 2022-05-03 22:52:46 +02:00
Daniel Nagy
4c7e5a0812
chickenEggs.defstruct: init at 2.0 2022-05-03 22:52:45 +02:00
Daniel Nagy
bdfbb00e0c
chickenEggs.check-errors: init at 3.2.0 2022-05-03 22:52:45 +02:00
Daniel Nagy
6ebe5ef320
chickenEggs.base64: init at 1.0 2022-05-03 22:52:45 +02:00
Daniel Nagy
91d2292a53
chickenEggs.apropos: init at 3.6.0 2022-05-03 22:52:45 +02:00
R. Ryantm
11beba2dfc open-watcom-v2-unwrapped: unstable-2022-04-29 -> unstable-2022-05-03 2022-05-03 16:11:39 +00:00
github-actions[bot]
00dc0eecc7
Merge staging-next into staging 2022-05-03 12:01:45 +00:00
happysalada
fb60c5e7b3 solc: add darwin binary for now 2022-05-03 07:58:58 -04:00
AndersonTorres
b597b5c3fc hare: init at 0.pre+date=2022-04-27 2022-05-03 08:23:32 -03:00
AndersonTorres
9ded9f1100 harec: init at 0.pre+date=2022-04-26 2022-05-03 08:23:32 -03:00
github-actions[bot]
46944fe032
Merge staging-next into staging 2022-05-03 00:02:25 +00:00
happysalada
e4dfaba506 solc: disable z3 strict version check 2022-05-02 19:48:09 -04:00
github-actions[bot]
c4bf3689ee
Merge staging-next into staging 2022-05-02 18:10:52 +00:00
Ryan Mulligan
e2f9fb072f
Merge pull request #171007 from r-ryantm/auto-update/open-watcom-v2-unwrapped
open-watcom-v2-unwrapped: unstable-2022-04-24 -> unstable-2022-04-29
2022-05-02 07:43:16 -07:00
Vladimír Čunát
9478ec747c
Merge branch 'staging-next-2022-04-23'
Close #169965: the PR and real 'staging-next' branch contained
extra systemd rebuild that I wanted to avoid in this iteration.
(to save Hydra's work)
2022-05-02 09:12:51 +02:00
github-actions[bot]
677697c12f
Merge staging-next into staging 2022-05-01 18:01:35 +00:00