mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Fix wrong attribute reference addition
svn path=/nixpkgs/trunk/; revision=27574
This commit is contained in:
parent
9ee4b2ceab
commit
b2ec2c245a
@ -12,9 +12,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs =
|
||||
[ pkgconfig libpng libjpeg expat libXaw yacc libtool fontconfig
|
||||
pango gd zlib
|
||||
] ++ stdenv.lib.optionals (xlibs != null) [ xlibs.xlibs xlibs.libXrender ]
|
||||
++ stdenv.lib.optionals (gtk != null) [ gtk glib ];
|
||||
pango gd
|
||||
] ++ stdenv.lib.optionals (xlibs != null) [ xlibs.xlibs xlibs.libXrender ];
|
||||
|
||||
configureFlags =
|
||||
[ "--with-pngincludedir=${libpng}/include"
|
||||
|
Loading…
Reference in New Issue
Block a user