Merge pull request #36814 from xeji/p/ufraw

ufraw: fix build
This commit is contained in:
Franz Pletz
2018-03-12 23:37:06 +00:00
committed by GitHub

View File

@@ -5160,7 +5160,9 @@ with pkgs;
udptunnel = callPackage ../tools/networking/udptunnel { };
ufraw = callPackage ../applications/graphics/ufraw { };
ufraw = callPackage ../applications/graphics/ufraw {
stdenv = overrideCC stdenv gcc6; # doesn't build with gcc7
};
uget = callPackage ../tools/networking/uget { };