Loading pkgs/top-level/all-packages.nix +1 −4 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
pkgs/top-level/all-packages.nix +1 −4 Original line number Diff line number Diff line Loading @@ -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; Loading