Help kadu find phonon
This commit is contained in:
parent
a163d484fc
commit
6129a7aea6
@ -15,6 +15,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
configureFlags = "CPPFLAGS=-DQT_NO_DEBUG";
|
configureFlags = "CPPFLAGS=-DQT_NO_DEBUG";
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:${phonon}/lib64/pkgconfig:${phonon}/lib32/pkgconfig"
|
||||||
|
'';
|
||||||
|
|
||||||
cmakeFlags = "-DENABLE_AUTODOWNLOAD=OFF -DBUILD_DESCRIPTION='NixOS' -DCMAKE_BUILD_TYPE=Release";
|
cmakeFlags = "-DENABLE_AUTODOWNLOAD=OFF -DBUILD_DESCRIPTION='NixOS' -DCMAKE_BUILD_TYPE=Release";
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user