Merge pull request #222072 from SFrijters/directx-shader-compiler-remove-workaround

directx-shader-compiler: remove pinned stdenv workaround
This commit is contained in:
Weijia Wang 2023-03-20 01:16:02 +02:00 committed by GitHub
commit 55dea1bc7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24709,10 +24709,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 { };