forked from mirrors/nixpkgs
Adjust plugin install dir to changes in qt
svn path=/nixpkgs/trunk/; revision=21606
This commit is contained in:
parent
b8186141e3
commit
a44db4e52d
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||
configureFlags="--no-separate-debug-info --with-qca=${qca2}
|
||||
--with-openssl-inc=${openssl}/include --with-openssl-lib=${openssl}/lib";
|
||||
preConfigure=''
|
||||
configureFlags="$configureFlags --plugins-path=$out/plugins"
|
||||
configureFlags="$configureFlags --plugins-path=$out/lib/qt4/plugins"
|
||||
'';
|
||||
patches = [ ./ossl-remove-whirlpool.patch ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue