3
0
Fork 0
forked from mirrors/nixpkgs

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
commit efd7102026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 { };