pixman: libpng is an optional dependency, not a member of checkInputs
Since it was used before, let's keep using it.
This commit is contained in:
parent
50176ef3fc
commit
a77ee3b5a5
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkgconfig ]
|
||||
++ stdenv.lib.optionals stdenv.cc.isClang [ autoconf automake libtool autoreconfHook ];
|
||||
|
||||
buildInputs = stdenv.lib.optional doCheck libpng;
|
||||
buildInputs = [ libpng ];
|
||||
|
||||
configureFlags = stdenv.lib.optional stdenv.isAarch32 "--disable-arm-iwmmxt";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user