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