testdisk: pkgconfig belongs to nativeBuildInputs
This commit is contained in:
parent
b2b29d4398
commit
bda58c465d
1 changed files with 2 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue