djv: stdenv -> gcc10Stdenv
This commit is contained in:
parent
30d4616997
commit
a484f4f331
1 changed files with 1 additions and 1 deletions
|
@ -3335,7 +3335,7 @@ with pkgs;
|
||||||
gst-plugins-good = gst_all_1.gst-plugins-good.override { gtkSupport = true; };
|
gst-plugins-good = gst_all_1.gst-plugins-good.override { gtkSupport = true; };
|
||||||
};
|
};
|
||||||
|
|
||||||
djv = callPackage ../applications/graphics/djv { };
|
djv = callPackage ../applications/graphics/djv { stdenv = gcc10StdenvCompat; };
|
||||||
|
|
||||||
dnschef = python3Packages.callPackage ../tools/networking/dnschef { };
|
dnschef = python3Packages.callPackage ../tools/networking/dnschef { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue