mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
meo: Use pcre-cpp (fixes build)
This commit is contained in:
parent
ae59f6426a
commit
40838ad20f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user