Commit Graph
692688 Commits
Author SHA1 Message Date
github-actions[bot]andGitHub a45a33309f Merge staging-next into staging 2024-10-11 06:05:14 +00:00
github-actions[bot]andGitHub e26f69eb82 Merge master into staging-next 2024-10-11 06:04:46 +00:00
EmilyandGitHub 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 ThalheimandGitHub 35f64dd473 tex-match: remove (#344155) 2024-10-11 07:36:18 +02:00
Ryan BurnsandGitHub ca7407301e howard-hinnant-date: enable for Windows (#347330) 2024-10-10 22:25:59 -07:00
Masum RezaandGitHub 7045aa75c7 vscode: 1.94.1 -> 1.94.2 (#347787) 2024-10-11 10:08:41 +05:30
EmilyandGitHub 50c2aef3e7 nixos/netboot: Compress squashfs with zstd 19 (#341422) 2024-10-11 05:11:50 +01:00
Masum RezaandGitHub d8b9359118 waveterm: 0.8.8 -> 0.8.10 (#347573) 2024-10-11 08:53:40 +05:30
Silvan MosbergerandGitHub 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
EmilyandGitHub 986659b138 libpsl: fix Darwin cross-compilation (#347007) 2024-10-11 02:08:41 +01:00
EmilyandGitHub 5f8188ec86 libredirect: fixes for new Darwin SDK (#347012) 2024-10-11 01:57:20 +01:00
EmilyandGitHub c586a772f8 wine64Packages.{stable,unstable,staging}: use the 14.4 SDK (#346963) 2024-10-11 01:55:34 +01:00
EmilyandGitHub c0961a0e1e python3Packages.elastic-transport: disable async httpbin test (#346989) 2024-10-11 01:46:41 +01:00
YtandGitHub 8e65989a99 nixos/stalwart-mail: fix issue where webadmin interface disappears after some time (#347821) 2024-10-10 20:41:14 -04:00
EmilyandGitHub 809a7f287b dotnetCorePackages.dotnet_{8,9}: ensure build can find the Swift overlay (#346968) 2024-10-11 01:41:04 +01:00
EmilyandGitHub 3f6c2f29af swift: fix build with the new SDK pattern (#346947) 2024-10-11 01:38:57 +01:00
EmilyandGitHub e8c2e6f072 jellyfin-media-player: fix build on Darwin (#346952) 2024-10-11 01:33:54 +01:00
AtemuandGitHub 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
EmilyandGitHub 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
EmilyandGitHub f589bbaaa9 espanso: fix build on Darwin (#347008) 2024-10-11 01:25:35 +01:00
EmilyandGitHub 01b0b1b09e python3Packages.skia-pathops: fix build on Darwin (#346991) 2024-10-11 01:24:44 +01:00
EmilyandGitHub ba2760ba8b python3Packages.materialx: enable MSL support on x86_64-darwin (#346930) 2024-10-11 01:23:46 +01:00
EmilyandGitHub a5c0bbc9f7 neovim-unwrapped: update build inputs for new Darwin SDK (#346946) 2024-10-11 01:20:51 +01:00
EmilyandGitHub 9322a59f80 netbsd.install: fix build with new Darwin SDK (#347011) 2024-10-11 01:20:21 +01:00
EmilyandGitHub 2ecae25333 curl: fixes for static linking on Darwin (#346950) 2024-10-11 01:18:26 +01:00
EmilyandGitHub 38966dbeb3 boost: fix cross-compilation for Darwin (#346954) 2024-10-11 01:17:42 +01:00
github-actions[bot]andGitHub aa2334f4a8 Merge master into staging-next 2024-10-11 00:14:02 +00:00
EmilyandGitHub 5291b4056d xdg-user-dirs: make sure libiconv is linked (#346970) 2024-10-11 01:13:30 +01:00
EmilyandGitHub cc121a9e81 hello: make sure libiconv is linked (#346939) 2024-10-11 01:12:08 +01:00
EmilyandGitHub 72b50cc3dd gcc: fix build with new SDK pattern (#346949) 2024-10-11 00:58:47 +01:00
EmilyandGitHub 66d78e097f darwin: change the SDK pattern, update the SDKs, and update source releases (#346043) 2024-10-11 00:58:09 +01:00
Christian KöglerandGitHub d3429a135a local-ai: 2.20.1 -> 2.21.1 (#346080) 2024-10-11 01:34:44 +02:00
Nick CaoandGitHub e2da110dcd chrpath: 0.16 -> 0.17 (#346921) 2024-10-10 19:29:41 -04:00
Nick CaoandGitHub 25575a0249 ssdfs-utils: 4.45 -> 4.46 (#346898) 2024-10-10 19:28:31 -04:00
Nick CaoandGitHub d5482c5f8c darcs-to-git: 0-unstable-2024-02-20 -> 0-unstable-2024-09-30 (#346980) 2024-10-10 19:17:50 -04:00
Nick CaoandGitHub 16ec71d25e protoc-gen-go: 1.34.2 -> 1.35.1 (#347106) 2024-10-10 19:16:31 -04:00
Nick CaoandGitHub 9b83b03f55 upbound: 0.33.0 -> 0.34.0 (#347386) 2024-10-10 19:13:41 -04:00
Nick CaoandGitHub 99b1401f7e weaviate: 1.26.4 -> 1.26.6 (#347406) 2024-10-10 19:08:34 -04:00
Nick CaoandGitHub adcc9abd57 bngblaster: 0.9.7 -> 0.9.8 (#347412) 2024-10-10 19:07:54 -04:00
Nick CaoandGitHub 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 CaoandGitHub 0adcdc1721 fh: 0.1.17 -> 0.1.18 (#347483) 2024-10-10 19:01:24 -04:00
Nick CaoandGitHub 5c8b5b04ab prometheus-pgbouncer-exporter: 0.9.0 -> 0.10.0 (#347528) 2024-10-10 19:00:52 -04:00
Nick CaoandGitHub fc47f4d3cf python312Packages.ncclient: 0.6.15 -> 0.6.16 (#347550) 2024-10-10 18:59:51 -04:00
Nick CaoandGitHub 4b445d876d python312Packages.shippinglabel: 2.0.0 -> 2.1.0 (#347551) 2024-10-10 18:58:46 -04:00
Nick CaoandGitHub 41a95526e9 python312Packages.yosys: 0.45 -> 0.46 (#347581) 2024-10-10 18:50:46 -04:00
Nick CaoandGitHub e003856ba8 redis-plus-plus: 1.3.12 -> 1.3.13 (#347552) 2024-10-10 18:46:24 -04:00