directx-shader-compiler: remove pinned stdenv workaround
This commit is contained in:
parent
2c76d9ce17
commit
c11df45c3d
1 changed files with 1 additions and 4 deletions
|
@ -24691,10 +24691,7 @@ 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 { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue