Unverified Commit 64076a98 authored by André Silva's avatar André Silva
Browse files

directx-shader-compiler: build with gcc11 for i686

parent ab78a72c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -24361,7 +24361,10 @@ with pkgs;
  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 { };