Commit Graph

16785 Commits

Author SHA1 Message Date
R. Ryantm
8fd9119a3d purescript: 0.15.12 -> 0.15.13 2023-11-27 12:31:10 +00:00
Peder Bergebakken Sundt
72a5d95736
Merge pull request #268670 from ShaddyDC/osl-fix
osl: fix build, 1.12.13.0 -> 1.12.14.0
2023-11-27 01:03:13 +01:00
Ryan Lahfa
6dd2f029a7
Merge pull request #269877 from RaitoBezarius/ovmf-darwin 2023-11-26 02:32:06 +01:00
Raito Bezarius
6a2ed3adf2 edk2: support RISC-V
EDK2 has a good support of RISC-V nowadays.
2023-11-25 12:47:30 +01:00
Raito Bezarius
e99c920fb1 edk2: 202308 -> 202311
https://github.com/tianocore/edk2/releases/tag/edk2-stable202311
2023-11-25 12:47:10 +01:00
Raito Bezarius
ff3adab370 edk2: fix cross compilation
`libuuid` is actually a dependency of the host platform and
should not be tucked in `depBuildBuild`.

Also, we don't need `buildPackages.util-linux` for the compilation.
2023-11-25 12:46:55 +01:00
Silvan Mosberger
811278c9d3
Merge pull request #250545 from twesterhout/halide-v16
halide: 15.0.1 -> 16.0.0
2023-11-25 12:08:18 +01:00
Peder Bergebakken Sundt
1244907222
Merge pull request #266456 from onemoresuza/hare
hare: unstable-2023-04-23 -> unstable-2023-10-22; harec: unstable-2023-04-23 -> unstable-2023-10-23
2023-11-24 22:14:54 +01:00
Artturi
397d67a60d
Merge pull request #263736 from rollf/amazon-corretto
corretto{11,17,19}: init at 11.0.20.9.1/17.0.8.8.1/19.0.2.7.1
2023-11-24 14:24:38 +02:00
Artturi
1ea40b20f1
Merge pull request #268812 from Artturin/llvmdedup3 2023-11-23 21:00:27 +02:00
Artturi
5be8fd9f99
Merge pull request #269270 from Artturin/fixeval4 2023-11-23 20:58:07 +02:00
Gustavo Coutinho de Souza
fbbff51a1c
hare: unstable-2023-04-23 -> unstable-2023-10-22; harec: unstable-2023-04-23 -> unstable-2023-10-23
And also the following refactoring:

hare:

1. Replace `NIX_BUILD_TOP` usage with `mktemp`
2. Enable parallel building
3. Get rid of `config-template.mk`, by using `makeFlagsArray` instead
4. Move `wrapProgram` call to `postFixup`
5. Set the `LOCALVER` environment variable to `nix`, so that the `hare
   version` command outputs `dev-nix`[1]
6. Set `meta` attribute `mainProgram`
7. Make the package accessible through `all-packages.nix` instead of
   `aliases.nix`
8. Move package path from `pkgs/development/compilers/hare/hare` to
   `pkgs/development/compilers/hare`, since the scope is now made at
   `pkgs/top-level/hare-packages.nix`

harec:

1. Remove `hardeningDisable = [ "fortify" ];`, since both harec and hare
   compile normally with it enabled
2. Enable parallel building
3. Set `meta` attribute `mainProgram`
4. Make the package accessible through `all-packages.nix` instead of
   `aliases.nix`
5. Move package path from `pkgs/development/compilers/hare/harec` to
   `pkgs/development/compilers/harec`, since the scope is now made at
   `pkgs/top-level/hare-packages.nix`

harePackages:

1. Move hare packages scope from
   `pkgs/development/compilers/hare/default.nix` to
   `pkgs/top-level/hare-packages.nix`
2. Remove `hare` and `harec` from `aliases.nix`, moving them to
   `all-packages.nix`
3. Change the `callPackage` argument in `all-packages.nix` from
   `../development/compilers/hare` to `./hare-packages.nix`

[1]: 1048620a7a/item/scripts/version (L2)

Co-authored-by: starzation <nixpkgs@starzation.net>
2023-11-23 10:44:44 -03:00
Mario Rodas
6e269f0dff typescript: 5.2.2 -> 5.3.2
Diff: https://github.com/microsoft/TypeScript/compare/v5.2.2...v5.3.2

Changelog: https://github.com/microsoft/TypeScript/releases/tag/v5.3.2
2023-11-23 04:20:00 +00:00
7c6f434c
59d85cec2f
Merge pull request #264435 from hraban/sbcl/2.3.10
sbcl: 2.3.9 -> 2.3.10
2023-11-22 20:17:19 +00:00
Rolf Schröder
3cd0e6f2d3 corretto{11,17,19}: init at 11.0.20.9.1/17.0.8.8.1/19.0.2.7.1 2023-11-22 21:04:36 +01:00
Artturin
8b68c650d8 llvmPackages_16.libclc: fix cross eval
libclc was moved in to the set in 223afab31f
2023-11-22 21:50:36 +02:00
Adam C. Stephens
3106b264ac
Merge pull request #259901 from linsui/localsend
localsend: 1.11.1 -> 1.12.0, build from source
2023-11-22 10:18:23 -05:00
Emily Trau
3d5ad96daa
Merge pull request #265825 from wkral/scryer-0.9.3
scryer-prolog: 0.9.2 -> 0.9.3
2023-11-23 01:26:45 +11:00
Artturin
f6749cddad llvmPackages_11.compiler-rt: restore libcxxabi argument
Removing this caused

`error: anonymous function at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-2/pkgs/development/compilers/llvm/11/compiler-rt/default.nix:1:1 called with unexpected argument 'libcxxabi'`

https://github.com/search?q=repo%3ANixOS%2Fnixpkgs%20%2Fcompiler-rt.override%2F&type=code

The argument became unused in 56fcbcd154 (diff-b1bb77941db4393b7d2cf7a370cee294318418f2507b7a78e22353d1afbb6d21L18)

but it was not removed from `buildInputs` in later `llvmPackages` because `llvmPackages_12` had
been created before this change was done.

Removing `libcxxabi` from `buildInputs` may have to be applied to the
other `llvmPackages` too.
2023-11-21 17:45:58 +02:00
Jan Tojnar
245cdc279f vala_0_56: 0.56.13 → 0.56.14
https://gitlab.gnome.org/GNOME/vala/-/compare/0.56.13...0.56.14

Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:42:55 +01:00
Artturin
b59fd202d7 llvmPackages: Remove dead code
for hygiene

Run `deadnix . --edit`

`gccForLibs` is an argument used by multi.nix but it's an argument to
cc-wrapper, not to llvmPackages.

`@args` in `llvm/default.nix` was accidentally added in 4badff49fd

There are no uses of `@` therefore these changes are safe.
2023-11-21 02:05:15 +02:00
Artturin
c1e1a583a0 llvmPackages_{13,14}: Use releaseInfo and monorepoSrc
Doing the same thing as was done in the initial adding of `monorepoSrc` to `llvmPackages_15` d231d18e4a
2023-11-21 01:46:51 +02:00
Artturin
e6751897e0 llvmPackages: Dedupe monorepoSrc 2023-11-21 01:46:51 +02:00
Artturin
5ac86a99e7 llvmPackages: Dedupe releaseInfo 2023-11-21 01:46:51 +02:00
Artturin
2902f99c57 llvmPackages: Dedupe llvm_meta 2023-11-21 01:46:47 +02:00
figsoda
98f1f6ea7b bfc: fix build on darwin 2023-11-20 12:30:24 -05:00
ShaddyDC
96e3dd4aa1
osl: fix build, 1.12.13.0 -> 1.12.14.0 2023-11-20 11:07:30 +01:00
Ellie Hermaszewska
3fb937a1e9
Merge pull request #266650 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2023-11-20 14:55:43 +08:00
R. Ryantm
f4f8e7c13d circt: 1.58.0 -> 1.59.0 2023-11-19 21:22:07 -08:00
github-actions[bot]
07e8e42ba7
Merge master into haskell-updates 2023-11-20 00:13:09 +00:00
Artturi
38b1656c2d
Merge pull request #268227 from philiptaron/fix-squeak-build 2023-11-19 18:53:28 +02:00
Ellie Hermaszewska
4a97bea20d
Merge remote-tracking branch 'origin/master' into haskell-updates 2023-11-19 23:07:22 +08:00
Mario Rodas
c2c9dc8021
Merge pull request #268441 from r-ryantm/auto-update/ispc
ispc: 1.21.1 -> 1.22.0
2023-11-19 07:42:15 -05:00
R. Ryantm
e4ad989506 gleam: 0.32.2 -> 0.32.4 2023-11-19 10:34:30 +00:00
R. Ryantm
e8354f6519 ispc: 1.21.1 -> 1.22.0 2023-11-19 04:23:25 +00:00
Artturi
c9d8c72ae0
Merge pull request #264231 from olus2000/update-factor-lang-to-0.99 2023-11-19 03:07:16 +02:00
github-actions[bot]
e98183be07
Merge master into haskell-updates 2023-11-19 00:13:48 +00:00
linsui
e29677c518 localsend: 1.11.1 -> 1.12.0, build from source 2023-11-18 15:17:50 +08:00
Weijia Wang
25b33e9c70
Merge pull request #267298 from boltzmannrain/lldb7_macos
lldb_7: fix x86_64-darwin build
2023-11-18 05:42:14 +01:00
Philip Taron
911e746520
squeak: fix build with LLVM 16
Part of ZHF for 23.11: https://hydra.nixos.org/build/241300457

I bisected this failure to this first bad commit: [9ed7bfe46b] llvmPackages: 11 -> 16 on Linux,
then looked around for other repairs made to assuage LLVM's errors. This appears to be the pattern.
2023-11-17 20:35:20 -08:00
William Kral
0c8f03b8f0 scryer-prolog: add wkral as a maintainer 2023-11-17 16:15:19 -08:00
github-actions[bot]
36c8f24928
Merge master into haskell-updates 2023-11-18 00:12:19 +00:00
William Kral
1f079b4f44 scryer-prolog: 0.9.2 -> 0.9.3 2023-11-17 16:03:16 -08:00
Ryan Lahfa
d3530f494c
Merge pull request #264358 from RaitoBezarius/drop-nodejs 2023-11-17 23:26:13 +01:00
Raito Bezarius
ad11438d09 treewide: cleanup references to nodejs_14
Those packages didn't use Node.js 14 in practice, but Node.js 18 or more.
2023-11-17 20:26:55 +01:00
Raito Bezarius
9866a5be7e llvmPackages_5: drop
While using very old compilers is a fair usecase, it induces a maintenance churn as
we collect more and more LLVM versions for the LLVM maintainers.

Especially when we need to backport uniform changes to the whole tree,
furthermore, it consumes and waste CI resources.
2023-11-17 16:12:32 +01:00
sternenseemann
a5389324f0 Merge remote-tracking branch 'origin/master' into haskell-updates 2023-11-17 12:56:49 +01:00
sternenseemann
d48d90ed8a haskellPackages.ghc: 9.4.7 -> 9.4.8
haskell.compiler.ghc94: 9.4.7 -> 9.4.8
haskell.compiler.ghc948: init at 9.4.8

https://www.haskell.org/ghc/blog/20231110-ghc-9.4.8-released.html
2023-11-17 12:52:04 +01:00
sternenseemann
2fd7fa6fbe haskell.compiler: link upstream issue for sphinx 7 patch 2023-11-17 12:52:04 +01:00
figsoda
278bfe24a7
Merge pull request #267939 from r-ryantm/auto-update/erg
erg: 0.6.24 -> 0.6.25
2023-11-16 22:11:35 -05:00