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;
|
||||
|
||||
|
||||
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "e263e6751ef7c185e278a607fdc46c207306d9a56c6ddb2ce6f58fb4464a2893";
|
||||
};
|
||||
|
||||
buildInputs = [ jre makeWrapper pcsclite ];
|
||||
buildInputs = [ jre pcsclite ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
unpackPhase = "tar -xzf ${src} --strip-components=1";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user