Separate nativeBuildInputs where maintainers |= nckx
This commit is contained in:
@@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
|
||||
owner = "Fedict";
|
||||
};
|
||||
|
||||
buildInputs = [ autoreconfHook gtk2 pcsclite pkgconfig ];
|
||||
buildInputs = [ gtk2 pcsclite ];
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user