treewide: Make explicit that 'dev' output of pcre is used

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:02:28 +02:00
committed by Vladimír Čunát
parent 5152e01e87
commit d42e94472d
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
sed -i -e "s|/bin/ln|ln|" src/Makefile.in
sed -i -e "s|-ltermcap|-lncurses|" ./configure
'';
configureFlags = "--with-png=${libpng.dev} --with-z=${zlib} --with-pcre=${pcre} --with-readline=${readline}";
configureFlags = "--with-png=${libpng.dev} --with-z=${zlib} --with-pcre=${pcre.dev} --with-readline=${readline}";
buildInputs = [ pcre libpng zlib readline ];
propagatedBuildInputs = [ ncurses ];