directx-shader-compiler: unpin GCC

Seems to build fine now.
This commit is contained in:
Emily 2025-08-08 18:22:54 +01:00
parent 3ba3a7a5f2
commit 0a7836def9

View File

@ -10018,10 +10018,7 @@ with pkgs;
diod = callPackage ../servers/diod { lua = lua5_1; };
directx-shader-compiler = callPackage ../tools/graphics/directx-shader-compiler {
# https://github.com/NixOS/nixpkgs/issues/216294
stdenv = if stdenv.cc.isGNU && stdenv.hostPlatform.isi686 then gcc11Stdenv else stdenv;
};
directx-shader-compiler = callPackage ../tools/graphics/directx-shader-compiler { };
dodgy = with python3Packages; toPythonApplication dodgy;