directx-shader-compiler: remove pinned stdenv workaround

This commit is contained in:
Stefan Frijters
2023-03-19 20:58:21 +01:00
parent 2c76d9ce17
commit c11df45c3d
+1 -4
View File
@@ -24691,10 +24691,7 @@ with pkgs;
directx-headers = callPackage ../development/libraries/directx-headers { };
directx-shader-compiler = callPackage ../tools/graphics/directx-shader-compiler {
# https://github.com/NixOS/nixpkgs/issues/216294
stdenv = if stdenv.cc.isGNU && stdenv.isi686 then gcc11Stdenv else stdenv;
};
directx-shader-compiler = callPackage ../tools/graphics/directx-shader-compiler { };
dkimproxy = callPackage ../servers/mail/dkimproxy { };