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