From 77b54c35bf9587450cd636e0d7df37e190e28bfb Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 13 Apr 2026 17:01:47 -0400 Subject: Smaller stuff that went uncommitted Signed-off-by: Andrew Opalach --- env/nixpkgs-patches/289217.diff | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 env/nixpkgs-patches/289217.diff (limited to 'env/nixpkgs-patches') diff --git a/env/nixpkgs-patches/289217.diff b/env/nixpkgs-patches/289217.diff deleted file mode 100644 index 40204b4..0000000 --- a/env/nixpkgs-patches/289217.diff +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/pkgs/development/compilers/shaderc/default.nix b/pkgs/development/compilers/shaderc/default.nix -index 8982382247939b..35a32dc6e8bf1b 100644 ---- a/pkgs/development/compilers/shaderc/default.nix -+++ b/pkgs/development/compilers/shaderc/default.nix -@@ -48,9 +48,16 @@ stdenv.mkDerivation rec { - ++ lib.optionals stdenv.isDarwin [ cctools ] - ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [ autoSignDarwinBinariesHook ]; - -- postInstall = '' -- moveToOutput "lib/*.a" $static -- ''; -+ postInstall = if stdenv.targetPlatform.isWindows then -+ # There are only static libraries on windows so link the outputs -+ '' -+ ln -s $lib $static -+ '' -+ else -+ '' -+ moveToOutput "lib/*.a" $static -+ '' -+ ; - - cmakeFlags = [ "-DSHADERC_SKIP_TESTS=ON" ]; - -- cgit v1.2.3-101-g0448