Commit Graph

15427 Commits

Author SHA1 Message Date
hacker1024
309f54ae5b flutter: Remove Flutter 2 2023-07-04 08:59:01 +10:00
Weijia Wang
dca4f365f4
Merge pull request #240952 from r-ryantm/auto-update/sagittarius-scheme
sagittarius-scheme: 0.9.9 -> 0.9.10
2023-07-03 10:31:18 +03:00
R. Ryantm
02ccdac17a flix: 0.37.0 -> 0.38.0 2023-07-02 13:09:57 +00:00
Nick Cao
370b624cdc
Merge pull request #232199 from Sohalt/jdk20
temurin-bin, openjdk, openjfx: init at 20
2023-07-02 13:04:25 +08:00
sohalt
eacd9ad04d
openjdk: init at 20+36 and openjfx: init at 20+19 2023-07-02 07:52:14 +08:00
sohalt
f1aea50754
temurin-bin: init 20.0.1 2023-07-02 07:51:52 +08:00
sohalt
3e01bd323b
temurin-bin/sources.json: regenerate 2023-07-02 07:51:52 +08:00
Marcus Ramberg
755b664031 nim: 1.6.12 -> 1.6.14 2023-07-01 21:31:28 +02:00
R. Ryantm
ac8f90bee6 sagittarius-scheme: 0.9.9 -> 0.9.10 2023-07-01 17:29:24 +00:00
R. Ryantm
36164b3e12 cairo-lang: 1.1.0 -> 1.1.1 2023-06-30 22:53:13 +00:00
Ben Darwin
3c614fbc76 teyjus: unstable-2019-07-26 -> 2.1.1 2023-06-30 06:44:22 +02:00
Ben Siraphob
37cf5ce1cc
Merge pull request #239412 from siraben/swiProlog-update 2023-06-30 08:23:48 +07:00
Adam Joseph
b1434f14da
Merge pull request #240247 from amjoseph-nixpkgs/libgcc-deduplicate
gcc: deduplicate boilerplate
2023-06-29 22:26:25 +00:00
7c6f434c
13ab4547dc
Merge pull request #240384 from hraban/sbcl/2.3.6
sbcl: 2.3.5 -> 2.3.6
2023-06-29 07:58:40 +00:00
Sandro
198bd0a4a7
Merge pull request #239622 from corngood/dotnet-misc
dotnet: misc fixes
2023-06-28 23:41:18 +02:00
Will Cohen
d38e097449
emscripten: 3.1.41 -> 3.1.42 (#240227) 2023-06-28 21:40:17 +02:00
Hraban Luyat
4ce75cd861 sbcl: 2.3.5 -> 2.3.6 2023-06-28 13:27:23 -04:00
maralorn
26b42078cf
Merge branch 'master' into haskell-updates 2023-06-28 19:07:41 +02:00
Mario Rodas
8f342bfa95 ocamlPackages.menhirLib: 20220210 -> 20230608
Diff: 20220210...20230608
2023-06-28 11:42:19 +02:00
Nick Cao
a482179574
Merge pull request #240259 from marsam/update-typescript
typescript: 5.1.3 -> 5.1.5
2023-06-28 16:49:50 +08:00
Emery Hemingway
eafc69b131 nim: extra module mangling to prevent runtime dependence
Fix #207795
2023-06-28 09:45:16 +01:00
Mario Rodas
0be4a352ef typescript: 5.1.3 -> 5.1.5
Diff: https://github.com/microsoft/TypeScript/compare/v5.1.3...v5.1.5

Changelog: https://github.com/microsoft/TypeScript/releases/tag/v5.1.5
2023-06-28 04:20:00 +00:00
Adam Joseph
0344bcbcf4 gcc: deduplicate boilerplate
This commit deduplicates libgcc-related boilerplate which appears in
every version of our gcc expression, by moving it into libgcc.nix.

I will be submitting a separate PR which changes this boilerplate,
but that PR will be much easier to review if I can make the change
in just one place.

Meanwhile, *this* commit has no effect on eval:

$ for A in 10  11  12  13  4.8  4.9  6  7  8  9; do nix-instantiate . -A gcc$(echo $A | tr -d .); done 2>/dev/null | sort | tee before
/nix/store/1a37lnzpnz0dhm3lphiy2gcdrxgqa7ma-gcc-wrapper-4.8.5.drv
/nix/store/5szdivc8il0c3g94dq4wqnq5j77a9h6p-gcc-wrapper-11.4.0.drv
/nix/store/bmmc717wmnp1j2xkd3if5dfxicnflvn5-gcc-wrapper-7.5.0.drv
/nix/store/fc1ggpixv3wqcazchhl2hnn5zl5ds30l-gcc-wrapper-13.1.0.drv
/nix/store/j9c2b20w35r3ag5nxmklhagbwsgjhds2-gcc-wrapper-4.9.4.drv
/nix/store/nq7q57bxmsk2g457wr4b9449as3f216w-gcc-wrapper-12.3.0.drv
/nix/store/sqmkkfapzykapcs4azvxm83n786ga7q1-gcc-wrapper-10.4.0.drv
/nix/store/vxnz30i23mkl4ldsq485kxn7q0p2y4nf-gcc-wrapper-8.5.0.drv
/nix/store/yfhv0bv15cg5kj2xsb9fcgb6pdlw42v0-gcc-wrapper-6.5.0.drv
/nix/store/yi5gr75pb6kddnll10jg25hhndhkba7s-gcc-wrapper-9.5.0.drv

$ for A in 10  11  12  13  4.8  4.9  6  7  8  9; do nix-instantiate . -A gcc$(echo $A | tr -d .); done | sort | tee after
/nix/store/1a37lnzpnz0dhm3lphiy2gcdrxgqa7ma-gcc-wrapper-4.8.5.drv
/nix/store/5szdivc8il0c3g94dq4wqnq5j77a9h6p-gcc-wrapper-11.4.0.drv
/nix/store/bmmc717wmnp1j2xkd3if5dfxicnflvn5-gcc-wrapper-7.5.0.drv
/nix/store/fc1ggpixv3wqcazchhl2hnn5zl5ds30l-gcc-wrapper-13.1.0.drv
/nix/store/j9c2b20w35r3ag5nxmklhagbwsgjhds2-gcc-wrapper-4.9.4.drv
/nix/store/nq7q57bxmsk2g457wr4b9449as3f216w-gcc-wrapper-12.3.0.drv
/nix/store/sqmkkfapzykapcs4azvxm83n786ga7q1-gcc-wrapper-10.4.0.drv
/nix/store/vxnz30i23mkl4ldsq485kxn7q0p2y4nf-gcc-wrapper-8.5.0.drv
/nix/store/yfhv0bv15cg5kj2xsb9fcgb6pdlw42v0-gcc-wrapper-6.5.0.drv
/nix/store/yi5gr75pb6kddnll10jg25hhndhkba7s-gcc-wrapper-9.5.0.drv

$ diff -u after before
$
2023-06-27 19:21:49 -07:00
github-actions[bot]
0aaf2b2ebc
Merge master into haskell-updates 2023-06-28 00:14:55 +00:00
Janik
04294b836c
Merge pull request #238129 from alexfmpe/ispc-darwin 2023-06-27 16:50:21 +02:00
Sandro
0eaf5f3376
Merge pull request #202665 from Astavie/master
odin: 0.13.0 -> dev-2023-05
2023-06-27 12:04:33 +02:00
Domen Kožar
883ea1e0ba
Merge pull request #238917 from twesterhout/halide-mesa-darwin
halide: remove mesa dependency on darwin
2023-06-27 10:41:11 +01:00
Janik
a4d488a008
Merge pull request #233330 from marsam/update-fmt 2023-06-27 10:26:13 +02:00
github-actions[bot]
71ce0a3ffb
Merge master into haskell-updates 2023-06-27 00:15:19 +00:00
Janik
e5d095517a
Merge pull request #238303 from BenediktBroich/blueprint-compiler 2023-06-27 00:38:09 +02:00
maralorn
0e87c159c8
Merge branch 'master' into haskell-updates 2023-06-26 22:57:50 +02:00
Vladimír Čunát
90de72aacb
Merge #239304: staging-next 2023-06-23 2023-06-26 21:14:42 +02:00
Mario Rodas
0bc4547952
typescript: repackage using buildNpmPackage (#239189) 2023-06-26 20:36:12 +02:00
github-actions[bot]
4e9dcbbbc6
Merge master into staging-next 2023-06-26 18:01:29 +00:00
Ulrik Strid
466af5066e ligo: Fix hash after tag mutation 2023-06-26 13:58:05 +02:00
Benedikt Broich
74d8cf6138
blueprint-compiler: 0.6.0 -> 0.8.1 2023-06-25 21:43:35 +02:00
github-actions[bot]
2c439c14b6
Merge master into staging-next 2023-06-25 18:01:21 +00:00
figsoda
7b2cb46c77
Merge pull request #239737 from alyssais/rustc-loongarch64 2023-06-25 10:24:08 -04:00
Felix Buehler
6672dde558 treewide: use optionalAttrs instead of 'else {}' 2023-06-25 11:01:34 -03:00
Alyssa Ross
f2e0e190f5
rustc: mark supported on loongarch64
loongarch64 is tier 2 with host tools.
2023-06-25 13:23:47 +00:00
Nick Cao
1ae6063e84
Merge pull request #239426 from mdarocha/dotnet-update
dotnet-sdk: 6.0.410 -> 6.0.411, dotnet-sdk_7: 7.0.304 -> 7.0.305
2023-06-25 20:36:07 +08:00
github-actions[bot]
6cd94a8935
Merge master into haskell-updates 2023-06-25 00:16:24 +00:00
David McFarland
7af46fb047 roslyn: remove extended-deps.nix
fetch-deps is able to find the Arcade SDK now.
2023-06-24 19:13:16 -03:00
David McFarland
9c16cea2bb buildDotnetModule: allow lockFile path to be set in nugetDeps
This allows fetch-deps to find the lock-file for roslyn.
2023-06-24 17:17:41 -03:00
github-actions[bot]
b633dddac4
Merge master into staging-next 2023-06-24 18:01:04 +00:00
Felix Bühler
2a565280ce
Merge pull request #239219 from figsoda/erg
erg: 0.6.14 -> 0.6.15
2023-06-24 17:08:39 +02:00
github-actions[bot]
9af472e5c9
Merge master into staging-next 2023-06-24 12:01:09 +00:00
Connor Baker
6715107287
Merge pull request #238341 from Dessix/dev/dessix/fix-cuda-12.1-build
cudaPackages_12_1.cudatoolkit: Fix build failure over missing QT dependencies
2023-06-24 03:18:24 -04:00
github-actions[bot]
63593ca89e
Merge master into haskell-updates 2023-06-24 00:15:05 +00:00
github-actions[bot]
eda8cc3756
Merge master into staging-next 2023-06-24 00:02:43 +00:00