Unverified Commit c11df45c authored by Stefan Frijters's avatar Stefan Frijters
Browse files

directx-shader-compiler: remove pinned stdenv workaround

parent 2c76d9ce
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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 { };