meo: Use pcre-cpp (fixes build)

This commit is contained in:
Tuomas Tynkkynen 2016-04-27 13:28:04 +03:00
parent ae59f6426a
commit 40838ad20f

View File

@ -1,4 +1,4 @@
{ stdenv, fetchhg, openssl, pcre, qt4, boost, pkcs11helper }:
{ stdenv, fetchhg, openssl, pcre-cpp, qt4, boost, pkcs11helper }:
stdenv.mkDerivation {
name = "meo-20121113";
@ -11,7 +11,7 @@ stdenv.mkDerivation {
buildFlags = "QMAKE=qmake";
buildInputs = [ openssl pcre qt4 boost pkcs11helper ];
buildInputs = [ openssl pcre-cpp qt4 boost pkcs11helper ];
preConfigure = ''
sed -i s,-mt$,, meo-gui/meo-gui.pro