testdisk: pkgconfig belongs to nativeBuildInputs

This commit is contained in:
Jörg Thalheim 2019-10-14 10:51:57 +01:00
parent b2b29d4398
commit bda58c465d
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -31,7 +31,6 @@ assert enableQt -> qwt != null;
buildInputs = [
ncurses
libuuid
pkgconfig
libjpeg
zlib
libewf
@ -40,6 +39,8 @@ assert enableQt -> qwt != null;
++ stdenv.lib.optional enableExtFs e2fsprogs
++ stdenv.lib.optional enableQt [ qtbase qttools qwt ];
nativeBuildInputs = [ pkgconfig ];
NIX_CFLAGS_COMPILE="-Wno-unused";
meta = with stdenv.lib; {