3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

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 { };