forked from mirrors/nixpkgs
treewide: Make explicit that 'dev' output of fftwSinglePrec is used
This commit is contained in:
parent
cafeec4a26
commit
b51b458aed
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
qmakeFlags = [
|
||||
"EXIV2PATH=${exiv2}/include/exiv2"
|
||||
"OPENEXRDIR=${openexr}/include/OpenEXR"
|
||||
"FFTW3DIR=${fftwSinglePrec}/include"
|
||||
"FFTW3DIR=${fftwSinglePrec.dev}/include"
|
||||
"LIBTIFFDIR=${libtiff}/include"
|
||||
];
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
sourceRoot = "scorched";
|
||||
|
||||
configureFlags = [ "--with-fftw=${fftwSinglePrec}" ];
|
||||
configureFlags = [ "--with-fftw=${fftwSinglePrec.dev}" ];
|
||||
|
||||
NIX_LDFLAGS = [ "-lopenal" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue