docbook_sgml_*: unzip is a nativeBuildInput
This commit is contained in:
parent
080164905c
commit
ec405a1579
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||
|
||||
unpackPhase = "true";
|
||||
|
||||
buildInputs = [ unzip ];
|
||||
nativeBuildInputs = [ unzip ];
|
||||
|
||||
installPhase =
|
||||
''
|
||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||
|
||||
unpackPhase = "true";
|
||||
|
||||
buildInputs = [ unzip ];
|
||||
nativeBuildInputs = [ unzip ];
|
||||
|
||||
installPhase =
|
||||
''
|
||||
|
Loading…
x
Reference in New Issue
Block a user