Commit Graph

692773 Commits

Author SHA1 Message Date
github-actions[bot]
e26f69eb82
Merge master into staging-next 2024-10-11 06:04:46 +00:00
R. Ryantm
6814a47c05 svt-av1-psy: 2.2.1-A -> 2.2.1-B 2024-10-11 06:03:27 +00:00
Emily
db182686d3
wine: restore the eval on linux (#347843) 2024-10-11 07:03:20 +01:00
Sergei Trofimovich
35ea33f20b wine: restore the eval on linux
Without the change the instantiation in `linux` fails as:

    $ nix-instantiate -A wine
    error:
       … while calling the 'derivationStrict' builtin
         at <nix/derivation-internal.nix>:34:12:
           33|
           34|   strict = derivationStrict drvAttrs;
             |            ^
           35|

       … while evaluating derivation 'wine-9.0'
         whose name attribute is located at /tmp/z/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:336:7

       … while evaluating attribute 'NIX_LDFLAGS' of derivation 'wine-9.0'
         at /tmp/z/nixpkgs/pkgs/applications/emulators/wine/base.nix:121:3:
          120|   # LD_LIBRARY_PATH.
          121|   NIX_LDFLAGS = toString (map (path: "-rpath " + path) (
             |   ^
          122|       map (x: "${lib.getLib x}/lib") ([ stdenv.cc.cc ]

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: Package ‘apple-sdk-14.4’ in /tmp/z/nixpkgs/pkgs/by-name/ap/apple-sdk/package.nix:111 is not available on the requested hostPlatform:
         hostPlatform.config = "i686-unknown-linux-gnu"
         package.meta.platforms = [
           "x86_64-darwin"
           "i686-darwin"
           "aarch64-darwin"
           "armv7a-darwin"
         ]
         package.meta.badPlatforms = [
           {
             cpu = {
               bits = 32;
             };
           }
         ]
       , refusing to evaluate.

       a) To temporarily allow packages that are unsupported for this system, you can use an environment variable
          for a single invocation of the nix tools.

            $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1

          Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,
                then pass `--impure` in order to allow use of environment variables.

       b) For `nixos-rebuild` you can set
         { nixpkgs.config.allowUnsupportedSystem = true; }
       in configuration.nix to override this.

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnsupportedSystem = true; }
       to ~/.config/nixpkgs/config.nix.
2024-10-11 06:58:31 +01:00
Jörg Thalheim
35f64dd473
tex-match: remove (#344155) 2024-10-11 07:36:18 +02:00
Ryan Burns
ca7407301e
howard-hinnant-date: enable for Windows (#347330) 2024-10-10 22:25:59 -07:00
codgician
c4f5ce69bd
linuxPackages_latest.prl-tools: 20.0.1-55659 -> 20.1.0-55732 2024-10-11 05:24:13 +00:00
codgician
ed0f0dded5
linuxPackages_latest.prl-tools: fix regex used in updater script to comply with latest webpage 2024-10-11 13:23:38 +08:00
Masum Reza
7045aa75c7
vscode: 1.94.1 -> 1.94.2 (#347787) 2024-10-11 10:08:41 +05:30
Emily
50c2aef3e7
nixos/netboot: Compress squashfs with zstd 19 (#341422) 2024-10-11 05:11:50 +01:00
Masum Reza
d8b9359118
waveterm: 0.8.8 -> 0.8.10 (#347573) 2024-10-11 08:53:40 +05:30
Silvan Mosberger
bac526a0fe
OWNERS: reference the ACME team directly (#347832) 2024-10-11 03:55:31 +02:00
Emily
ffc65adb0a OWNERS: reference the ACME team directly
We can finally stop leaving @m1cr0man out thanks to
<https://github.com/NixOS/nixpkgs/pull/347610> 🎉
2024-10-11 02:45:18 +01:00
zowoq
05cf0c40b8 go: propagate the apple sdk 2024-10-11 11:42:54 +10:00
Emily
bb76438291 Revert "wgpu: init at 22.1.0"
This package was added in
<https://github.com/NixOS/nixpkgs/pull/345248> to address
<https://github.com/NixOS/nixpkgs/issues/344689>, a request for a
package of wgpu-native, wgpu’s native WebGPU implementation that
other applications can use as a library.

However, it doesn’t package that at all; instead, it contains
only several binary utility and example programs shipped as part
of wgpu, and in fact, these were already present as the more
appropriately‐named `wgpu-utils` package, which needs only an update.

Given that this package was added without the due diligence to check
whether the software being packaged was what was being requested,
or whether it was already present under an obvious name, I don’t
think there’s an argument for retaining this duplicate. `wgpu-utils`
can be updated and refactored to be on par with this package, and if
the library that was actually requested is ever packaged, it should
be called `wgpu-native` instead.

This reverts commit 27e304c09e.
2024-10-11 02:33:47 +01:00
Emily
821258277d Revert "gg-jj: init at 0.20.0"
Several confused users have reported that this
package does not work at all, and per the discussion in
<https://github.com/NixOS/nixpkgs/pull/345905>, the contributor who
added it does not appear to have tested its basic functionality at
all before opening a pull request.

That’s not acceptable; we rely on package maintainers to be able
to assess the basic functionality of software and ensuring that a
program can even start up before opening a pull request to package it
is basic due diligence. It’s harmful to have a package that doesn’t
work and lacks a maintainer who can assess whether it works or not,
so we should remove it until both of those can be addressed.

This reverts commit 5eb022fdb2.
2024-10-11 02:25:22 +01:00
Lin Jian
7e72cc4e38
doc: fix typo 2024-10-11 09:22:13 +08:00
Emily
986659b138
libpsl: fix Darwin cross-compilation (#347007) 2024-10-11 02:08:41 +01:00
Emily
5f8188ec86
libredirect: fixes for new Darwin SDK (#347012) 2024-10-11 01:57:20 +01:00
Emily
c586a772f8
wine64Packages.{stable,unstable,staging}: use the 14.4 SDK (#346963) 2024-10-11 01:55:34 +01:00
Emily
c0961a0e1e
python3Packages.elastic-transport: disable async httpbin test (#346989) 2024-10-11 01:46:41 +01:00
Yt
8e65989a99
nixos/stalwart-mail: fix issue where webadmin interface disappears after some time (#347821) 2024-10-10 20:41:14 -04:00
Emily
809a7f287b
dotnetCorePackages.dotnet_{8,9}: ensure build can find the Swift overlay (#346968) 2024-10-11 01:41:04 +01:00
Emily
3f6c2f29af
swift: fix build with the new SDK pattern (#346947) 2024-10-11 01:38:57 +01:00
Emily
e8c2e6f072
jellyfin-media-player: fix build on Darwin (#346952) 2024-10-11 01:33:54 +01:00
Atemu
13ed8a82c2
ffmpeg: add options for more subtitle decoding formats (#340587) 2024-10-11 02:32:28 +02:00
oddlama
ae5481883d
nixos/stalwart-mail: fix issue where webadmin interface disappears after some time 2024-10-11 02:30:58 +02:00
Emily
b0cfb8ec2b
moltenvk: update for the new xcbuild, the new SDK, and the new version plus cleanup (#346962) 2024-10-11 01:29:59 +01:00
Emily
f589bbaaa9
espanso: fix build on Darwin (#347008) 2024-10-11 01:25:35 +01:00
Emily
01b0b1b09e
python3Packages.skia-pathops: fix build on Darwin (#346991) 2024-10-11 01:24:44 +01:00
Emily
ba2760ba8b
python3Packages.materialx: enable MSL support on x86_64-darwin (#346930) 2024-10-11 01:23:46 +01:00
Emily
a5c0bbc9f7
neovim-unwrapped: update build inputs for new Darwin SDK (#346946) 2024-10-11 01:20:51 +01:00
Emily
9322a59f80
netbsd.install: fix build with new Darwin SDK (#347011) 2024-10-11 01:20:21 +01:00
Emily
2ecae25333
curl: fixes for static linking on Darwin (#346950) 2024-10-11 01:18:26 +01:00
Emily
38966dbeb3
boost: fix cross-compilation for Darwin (#346954) 2024-10-11 01:17:42 +01:00
github-actions[bot]
aa2334f4a8
Merge master into staging-next 2024-10-11 00:14:02 +00:00
Emily
5291b4056d
xdg-user-dirs: make sure libiconv is linked (#346970) 2024-10-11 01:13:30 +01:00
Emily
cc121a9e81
hello: make sure libiconv is linked (#346939) 2024-10-11 01:12:08 +01:00
Emily
72b50cc3dd
gcc: fix build with new SDK pattern (#346949) 2024-10-11 00:58:47 +01:00
Emily
66d78e097f
darwin: change the SDK pattern, update the SDKs, and update source releases (#346043) 2024-10-11 00:58:09 +01:00
Christian Kögler
d3429a135a
local-ai: 2.20.1 -> 2.21.1 (#346080) 2024-10-11 01:34:44 +02:00
Nick Cao
e2da110dcd
chrpath: 0.16 -> 0.17 (#346921) 2024-10-10 19:29:41 -04:00
Nick Cao
25575a0249
ssdfs-utils: 4.45 -> 4.46 (#346898) 2024-10-10 19:28:31 -04:00
Nick Cao
d5482c5f8c
darcs-to-git: 0-unstable-2024-02-20 -> 0-unstable-2024-09-30 (#346980) 2024-10-10 19:17:50 -04:00
Nick Cao
16ec71d25e
protoc-gen-go: 1.34.2 -> 1.35.1 (#347106) 2024-10-10 19:16:31 -04:00
Nick Cao
9b83b03f55
upbound: 0.33.0 -> 0.34.0 (#347386) 2024-10-10 19:13:41 -04:00
Nick Cao
99b1401f7e
weaviate: 1.26.4 -> 1.26.6 (#347406) 2024-10-10 19:08:34 -04:00
Nick Cao
adcc9abd57
bngblaster: 0.9.7 -> 0.9.8 (#347412) 2024-10-10 19:07:54 -04:00
Nick Cao
ceb4d37ddc
dracula-theme: 4.0.0-unstable-2024-09-24 -> 4.0.0-unstable-2024-10-03 (#347436) 2024-10-10 19:03:33 -04:00
Nick Cao
0adcdc1721
fh: 0.1.17 -> 0.1.18 (#347483) 2024-10-10 19:01:24 -04:00