mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
graphviz_2_0: dependency reasons now make libwebp needed
This commit is contained in:
parent
e8d9cc650a
commit
f345d01974
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, pkgconfig, xlibsWrapper, libpng, libjpeg, expat, libXaw
|
||||
, yacc, libtool, fontconfig, pango, gd
|
||||
, yacc, libtool, fontconfig, pango, gd, libwebp
|
||||
}:
|
||||
|
||||
assert libpng != null && libjpeg != null && expat != null;
|
||||
@ -12,7 +12,9 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "39b8e1f2ba4cc1f5bdc8e39c7be35e5f831253008e4ee2c176984f080416676c";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig xlibsWrapper libpng libjpeg expat libXaw yacc libtool fontconfig pango gd];
|
||||
buildInputs = [pkgconfig xlibsWrapper libpng libjpeg expat libXaw yacc
|
||||
libtool fontconfig pango gd libwebp
|
||||
];
|
||||
|
||||
configureFlags =
|
||||
[ "--with-pngincludedir=${libpng.dev}/include"
|
||||
|
Loading…
Reference in New Issue
Block a user