xmloscopy: buildInputs -> nativeBuildInputs
This commit is contained in:
parent
b8c0210fcc
commit
4ec201e7b7
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||||
pname = "xmloscopy";
|
pname = "xmloscopy";
|
||||||
version = "0.1.3";
|
version = "0.1.3";
|
||||||
|
|
||||||
buildInputs = [
|
nativeBuildInputs = [
|
||||||
makeWrapper
|
makeWrapper
|
||||||
dev_only_shellcheck
|
dev_only_shellcheck
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue