Commit Graph

3633 Commits

Author SHA1 Message Date
jade
ff797c2bf6
lix: only use LTO with GCC (#353576) 2024-12-06 23:45:16 -08:00
github-actions[bot]
44b831c0b1
Merge master into staging-next 2024-12-02 18:04:40 +00:00
Emily
7639abd4d4
Revert "nixStatic: mark as broken on darwin (#357185)"
This is no longer necessary now that `libarchive` has been fixed.

This reverts commit 0705964c88.

(cherry picked from commit 36a7b78f7c)
(cherry picked from commit bb39e68714)
2024-11-30 15:11:37 +01:00
Jörg Thalheim
e571f2451e nixVersions.nix_2_18: drop 2024-11-30 10:54:39 +01:00
Jörg Thalheim
c2c2ac8d2a nix: drop unused fetchpatch 2024-11-26 09:00:54 +01:00
Jörg Thalheim
45e940777e nixVersions.nix_2_19: drop 2024-11-26 09:00:52 +01:00
Jörg Thalheim
cf12b6d2b7 nixVersions.{nix_2_20,nix_2_21,nix_2_22,nix_2_23}: drop 2024-11-25 16:12:18 +01:00
Jörg Thalheim
1fb3496b1e
nixVersions.latest: set to nix 2.25 (#357056) 2024-11-23 09:45:13 +01:00
Weijia Wang
cbccc5f195
akkuPackages.*: add an 'akku-' prefix to the package names (#346987) 2024-11-22 10:49:13 +01:00
Jörg Thalheim
0705964c88
nixStatic: mark as broken on darwin (#357185) 2024-11-19 10:05:04 +01:00
Jörg Thalheim
23cd038879 nixVersions.latest: set to nix 2.25 2024-11-18 20:15:08 +01:00
Jörg Thalheim
b3d4323124 nix: remove unused paranthese/nixVersions variable 2024-11-18 20:14:16 +01:00
Jörg Thalheim
b3676d1ee1 nixVersions.nix_2_25: add missing python build dep for mdbook
Needed for
https://github.com/NixOS/nix/blob/master/doc/manual/substitute.py
2024-11-18 20:13:40 +01:00
Jörg Thalheim
0cb51d5706
nixVersions.nix_2_25: init at 2.25.2 (#355350) 2024-11-18 16:05:25 +01:00
zowoq
10a35620c9 nixVersions.nix_2_25: init at 2.25.2 2024-11-14 21:54:39 +10:00
R. Ryantm
83986d4e5c libdnf: 0.73.3 -> 0.73.4 2024-11-13 04:23:55 +00:00
zowoq
dd0e17573b nix: switch to darwinMinVersionHook 2024-11-12 15:16:38 +10:00
Kiara Grouwstra
cf6a8c9b4b chore: update references to nix-review to nixpkgs-review 2024-11-09 14:43:16 +01:00
Emily
3b91a81423
treewide: remove redundant patches and locks (#354215) 2024-11-09 12:57:37 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
aleksana
b74fdd2386 treewide: remove redundant patches and locks
These files are no longer referenced.
2024-11-08 12:54:15 +08:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Weijia Wang
7c89aa6640
apk-tools: 2.14.4 -> 2.14.5 (#352250) 2024-11-07 01:05:55 +01:00
Emily
0080e289cf
rpm: fix build on Darwin (#346967) 2024-11-06 18:44:39 +00:00
Jörg Thalheim
fbd1888640 re-add libsandbox
This was accidentially reverted in the previous PR.
Interestingly it seems to build without it?
Anyway. It's probably better to have it explicitly in rather than
relying in implicit behaviour of the current sdk.
2024-11-04 11:51:25 +01:00
Jörg Thalheim
caa10b055f nix: update fallback paths automatically 2024-11-04 11:51:24 +01:00
Lily Ballard
1ed59a4eb8 lix: only use LTO with GCC
Enabling LTO causes test failures when compiling for x86_64-darwin (at
least under Rosetta 2). The Nix package only enables LTO when using GCC,
so we'll copy that for now. I don't feel safe leaving it on for
aarch64-darwin unless we can understand why it's failing on
x86_64-darwin in case this is an indication of UB.

Fixes #337036.
2024-11-03 20:21:00 -08:00
Jörg Thalheim
17c0b43ad5 nix: add script to update releases 2024-11-01 11:48:37 +01:00
Jörg Thalheim
76228da81c nixVersions.git: 2.25.0pre20240920_ca3fc169 -> 2.24.10-unstable-2024-11-01
Diff: ca3fc1693b...2e5759e377
2024-11-01 11:48:25 +01:00
Jörg Thalheim
61788950c3 nixVersions.nix_2_24: 2.24.9 -> 2.24.10
Diff: https://github.com/NixOS/nix/compare/2.24.9...2.24.10
2024-11-01 11:30:24 +01:00
Jörg Thalheim
c0b0c7f959 nixVersions.nix_2_23: 2.23.3 -> 2.23.4
Diff: https://github.com/NixOS/nix/compare/2.23.3...2.23.4
2024-11-01 11:27:44 +01:00
Jörg Thalheim
107532d664 nixVersions.nix_2_21: 2.21.4 -> 2.21.5
Diff: https://github.com/NixOS/nix/compare/2.21.4...2.21.5
2024-11-01 11:22:31 +01:00
Jörg Thalheim
381a712042 nixVersions.nix_2_20: 2.20.8 -> 2.20.9
Diff: https://github.com/NixOS/nix/compare/2.20.8...2.20.9
2024-11-01 11:19:55 +01:00
Jörg Thalheim
f99840d380 nixVersions.nix_2_19: 2.19.6 -> 2.19.7
Diff: https://github.com/NixOS/nix/compare/2.19.6...2.19.7
2024-11-01 11:17:29 +01:00
Jörg Thalheim
1b4d918680 nixVersions.nix_2_18: 2.18.8 -> 2.18.9
Diff: https://github.com/NixOS/nix/compare/2.18.8...2.18.9
2024-11-01 11:15:29 +01:00
Jörg Thalheim
181dcac3b9 Revert "nix: fix macOS sandbox escape via builtin builders"
This reverts commit 727b17fed0.
2024-11-01 10:57:24 +01:00
Emily
a9988a2092
nix: fix macOS sandbox escape via builtin builders (#352455) 2024-10-30 20:50:51 +00:00
Jörg Thalheim
0dff984a46
nix-serve: mark as broken on darwin (#343728) 2024-10-30 13:11:33 +01:00
Jörg Thalheim
727b17fed0 nix: fix macOS sandbox escape via builtin builders
fixes
https://github.com/NixOS/nix/security/advisories/GHSA-wf4c-57rh-9pjg
2024-10-30 09:14:32 +01:00
R. Ryantm
c6fd7c90a7 apk-tools: 2.14.4 -> 2.14.5 2024-10-30 01:44:07 +00:00
Nikolay Korotkiy
49ec112f9f
pdm: 2.19.2 -> 2.19.3 (#350237) 2024-10-25 23:37:30 +04:00
Jonathan Zielinski
17c9065f0e morph: 1.7.0 -> 1.8.0 2024-10-23 10:58:11 +02:00
misilelaboratory
cba4ebe2b5
pdm: 2.19.2 -> 2.19.3 2024-10-21 22:19:21 +09:00
Jade Lovelace
11e9fc6418 lixVersions.lix_2_91: 2.91.0 -> 2.91.1
This release comprises really only a couple of commits:
Fix build bugs found immediately following release:
- cross fix: https://gerrit.lix.systems/c/lix/+/1781
- musl fix: https://gerrit.lix.systems/c/lix/+/1823

Check TLS certificates in builtins:fetchurl: https://gerrit.lix.systems/c/lix/+/1966

Yes, the latter is a bit delayed, sorry.
2024-10-18 18:56:59 -07:00
Randy Eckenrode
7187419953
rpm: fix build on Darwin
RPM needs a 13.x SDK or newer.
2024-10-15 09:11:27 -04:00
Robert Schütz
6a8ff45881 poetry: 1.8.3 -> 1.8.4
Diff: https://github.com/python-poetry/poetry/compare/refs/tags/1.8.3...1.8.4

Changelog: https://github.com/python-poetry/poetry/blob/refs/tags/1.8.4/CHANGELOG.md
2024-10-14 12:45:40 -07:00
R. Ryantm
b035bd68a6 opkg: 0.6.3 -> 0.7.0 2024-10-14 15:33:59 +02:00
OTABI Tomoya
af65342653
pdm: 2.19.1 -> 2.19.2 (#347860) 2024-10-14 17:05:22 +09:00
Pol Dellaiera
d7a38a5689
nixVersions.nix_2_24: 2.24.8 -> 2.24.9 (#348038) 2024-10-13 19:36:25 +02:00
Sergei Trofimovich
8f89337132 nixVersions.nix_2_24: 2.24.8 -> 2.24.9
Changes: https://github.com/NixOS/nix/compare/2.24.8...2.24.9
2024-10-12 07:53:15 +01:00