Commit 0a7836de authored by Emily's avatar Emily
Browse files

directx-shader-compiler: unpin GCC

Seems to build fine now.
parent 3ba3a7a5
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -10018,10 +10018,7 @@ with pkgs;

  diod = callPackage ../servers/diod { lua = lua5_1; };

  directx-shader-compiler = callPackage ../tools/graphics/directx-shader-compiler {
    # https://github.com/NixOS/nixpkgs/issues/216294
    stdenv = if stdenv.cc.isGNU && stdenv.hostPlatform.isi686 then gcc11Stdenv else stdenv;
  };
  directx-shader-compiler = callPackage ../tools/graphics/directx-shader-compiler { };

  dodgy = with python3Packages; toPythonApplication dodgy;