Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

meo: Use pcre-cpp (fixes build)

+2 -2
+2 -2
pkgs/tools/security/meo/default.nix
··· 1 - { stdenv, fetchhg, openssl, pcre, qt4, boost, pkcs11helper }: 2 3 stdenv.mkDerivation { 4 name = "meo-20121113"; ··· 11 12 buildFlags = "QMAKE=qmake"; 13 14 - buildInputs = [ openssl pcre qt4 boost pkcs11helper ]; 15 16 preConfigure = '' 17 sed -i s,-mt$,, meo-gui/meo-gui.pro
··· 1 + { stdenv, fetchhg, openssl, pcre-cpp, qt4, boost, pkcs11helper }: 2 3 stdenv.mkDerivation { 4 name = "meo-20121113"; ··· 11 12 buildFlags = "QMAKE=qmake"; 13 14 + buildInputs = [ openssl pcre-cpp qt4 boost pkcs11helper ]; 15 16 preConfigure = '' 17 sed -i s,-mt$,, meo-gui/meo-gui.pro