Revert #222072: "directx-shader-compiler: remove workaround"

This reverts commit c11df45c3d.
Apparently it was premature; amdvlk just didn't build, e.g. on Hydra:
https://hydra.nixos.org/build/213225424
Fixes #216294.
This commit is contained in:
Vladimír Čunát 2023-03-23 08:45:41 +01:00
parent 0a1b514fe9
commit 26f55176e7
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -24705,7 +24705,10 @@ with pkgs;
directx-headers = callPackage ../development/libraries/directx-headers { }; directx-headers = callPackage ../development/libraries/directx-headers { };
directx-shader-compiler = callPackage ../tools/graphics/directx-shader-compiler { }; 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;
};
dkimproxy = callPackage ../servers/mail/dkimproxy { }; dkimproxy = callPackage ../servers/mail/dkimproxy { };