ufraw: fix build by using gcc6
doesn't build with gcc7 due to ill-formed upstream code, see https://gcc.gnu.org/gcc-7/porting_to.html#cmath
This commit is contained in:
parent
8332b7aef9
commit
817cd00bb9
|
@ -5154,7 +5154,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 { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue