plotutils: fix compilation with libpng15 (debian)

svn path=/nixpkgs/branches/libpng15/; revision=31837
This commit is contained in:
Yury G. Kudryashov
2012-01-25 18:06:30 +00:00
parent 390f8aa954
commit b1762c6b49
3 changed files with 19 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
buildInputs = [libpng];
patches = map fetchurl (import ./debian-patches.nix);
configureFlags = "--enable-libplotter"; # required for pstoedit
doCheck = true;