Commit Graph

19200 Commits

Author SHA1 Message Date
Ulrik Strid
d27ba65965
Merge pull request #330847 from superherointj/remove-bs-platform
bs-platform: remove
2024-07-29 16:36:05 +02:00
John Ericson
7043e14baa
Merge pull request #297144 from s1341/fix_compiler_rt
llvm: Fix compiler-rt missing sanitizers when using useLLVM
2024-07-29 09:19:42 -05:00
superherointj
1b7f164483 bs-platform: remove
Reason developed has mostly halted. And BuckleScript became ReScript. And now there is Melange. This package currently is broken. And no one is fixing it.
2024-07-29 09:42:09 -03:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Vladimír Čunát
a5b2fe7374
Merge #328673: staging-next 2024-07-20 2024-07-28 13:45:55 +02:00
Florian
324ae9a434
Merge pull request #330456 from anas-contribs/c3c
c3c: 0.5.5 -> 0.6.1
2024-07-28 13:19:53 +02:00
0x61nas
817eb5cf22
c3c: rfc format 2024-07-28 11:34:08 +03:00
0x61nas
49fb0494b9
c3c: add maintainer anas 2024-07-28 11:34:08 +03:00
0x61nas
842a15bf09
c3c: 0.5.5 -> 0.6.1 2024-07-28 11:34:07 +03:00
Randy Eckenrode
1015887952
haskell.compiler.ghc8107Binary: fix invalid code signatures on aarch64-darwin
Because the binaries in the bindist lack the linker-signed flag in their signatures, `install_name_tool` will invalidate them when it processes them. Repair the signatures using `rcodesign`, which can also set the linker-signed flag when it replaces the signatures. Having the flag present causes future invocations of `install_name_tool` and `strip` on them to update the signatures.
2024-07-27 22:55:17 -04:00
K900
24076029d2 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-28 01:04:35 +03:00
7c6f434c
ad083b0fbe
Merge pull request #330465 from hraban/sbcl-2.4.7
sbcl: 2.4.6 -> 2.4.7
2024-07-27 19:52:45 +00:00
Someone
63cc38bf10
Merge pull request #324545 from paparodeo/treewide-strict-deps-fixes
treewide: fix packages that use cmake strict deps when cmake strict deps works
2024-07-27 22:19:23 +03:00
Sandro
df6bc40347
Merge pull request #330240 from SuperSandro2000/intel-graphic-compiler 2024-07-27 21:01:08 +02:00
Hraban Luyat
b97bf364c0 sbcl: 2.4.6 -> 2.4.7 2024-07-27 13:12:04 -04:00
Nick Cao
ea6dedcbea
Merge pull request #330327 from sequencer/circt179
circt: 1.78.1 -> 1.79
2024-07-27 09:26:48 -04:00
Will Cohen
3301b10044
Merge pull request #326633 from willcohen/emscripten-3.1.63
emscripten: 3.1.55 -> 3.1.64
2024-07-27 08:12:44 -04:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next 2024-07-27 09:18:58 +02:00
Jiuyang Liu
7762347e58 circt: 1.78.1 -> 1.79 2024-07-27 13:59:35 +08:00
s1341
344902e098 llvm: Fix compiler-rt missing sanitizers when using useLLVM 2024-07-26 19:49:09 -04:00
Emily
6adeabc488
Merge pull request #329205 from reckenrode/gcc-aarch64-darwin-fixes
gcc{10,12}: fix builds on aarch64-darwin
2024-07-26 21:48:18 +01:00
Sandro Jäckel
710773f213
intel-graphics-compiler: 1.0.16695.4 -> 1.0.17193.4
Changelog: https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.17193.4
2024-07-26 20:45:34 +02:00
Sandro Jäckel
251582eae6
spirv-llvm-translator: 14.0.0+unstable-2024-02-14 -> 14.0.0+unstable-2024-05-27 2024-07-26 20:45:33 +02:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Robert Hensing
433a0e68f6
Merge pull request #327801 from Sigmanificient/unused-args-lib
treewide: remove unused lib (and other) arguments
2024-07-26 15:11:08 +02:00
Nick Cao
75ac37eb63
Merge pull request #329988 from sequencer/circt1781
circt: 1.77 -> 1.78.1
2024-07-26 08:50:58 -04:00
Sigmanificient
6dd44107ac treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
K900
1410c766c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-26 08:41:08 +03:00
Silvan Mosberger
062ccd7ec2
Merge pull request #324633 from philiptaron/__attrsFailEvaluation/rust
rustPackages.buildRustPackages: allow one level of introspection before applying __attrsFailEvaluation
2024-07-26 01:59:31 +02:00
Nick Cao
732fa46293
Merge pull request #329746 from r-ryantm/auto-update/erg
erg: 0.6.39 -> 0.6.40
2024-07-25 18:38:57 -04:00
Jiuyang Liu
3072c8eada circt: 1.77 -> 1.78.1 2024-07-26 04:13:44 +08:00
Reno Dakota
bd43a32e50
p4c: fix strict deps
add python3 and protobuf to nativeBuildInputs
2024-07-25 07:19:31 +00:00
Vladimír Čunát
66fa4186f2
Merge #329065: gcc{6,7,8,9}: fix Darwin build failures
...into staging-next
2024-07-25 08:55:40 +02:00
github-actions[bot]
12ea252962
Merge master into staging-next 2024-07-25 06:01:22 +00:00
Tristan Ross
afd2f214b0
llvmPackages_git.compiler-rt: fix darwin patch (#329796) 2024-07-25 00:21:39 -04:00
Aleksana
b148c891d4
Merge pull request #329565 from jmbaur/zig-0.13-build-noprogress
zig_0_13.hook: disable progress output
2024-07-25 11:40:49 +08:00
github-actions[bot]
94c17d2caa
Merge master into staging-next 2024-07-25 00:02:30 +00:00
R. Ryantm
5fecea124f erg: 0.6.39 -> 0.6.40 2024-07-24 22:21:41 +00:00
Will Cohen
b8968a150d emscripten: 3.1.55 -> 3.1.64 2024-07-24 11:54:01 -04:00
Will Cohen
4c0bb97b29 binaryen: 117 -> 118 2024-07-24 11:36:38 -04:00
Will Cohen
80223abbc8 binaryen: add willcohen to maintainers 2024-07-24 11:36:38 -04:00
R. Ryantm
974c3a1956 graalvm-ce: 22.0.1 -> 22.0.2 2024-07-24 07:19:42 +00:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next 2024-07-24 07:19:19 +02:00
Jared Baur
d118df3f8d
zig_0_13.hook: disable progress output
The progress output is not printed in a readable manner in a nix build.
Passing `--color off` disables it during builds.
2024-07-23 20:07:40 -07:00
éclairevoyant
96031e8dd4
treewide: fix uses of finalAttrs.pname in urls 2024-07-23 12:48:10 -04:00
github-actions[bot]
5b4db4db1c
Merge master into staging-next 2024-07-23 06:01:09 +00:00
Tristan Ross
2deb3dd45f
llvmPackages_git.compiler-rt: disable codesign 2024-07-22 18:19:11 -07:00
Randy Eckenrode
a3341d6946
gcc12: update aarch64-darwin patch for GCC 12.4 2024-07-22 18:39:20 -04:00
Randy Eckenrode
151776fbfc
gcc10: enable build on aarch64-darwin 2024-07-22 13:34:38 -04:00
Randy Eckenrode
33f416e434
gcc6: add x86_64-darwin to badPlatforms
ld64 crashes when trying to link during the GCC bootstrap.
2024-07-22 12:17:06 -04:00