xmloscopy: buildInputs -> nativeBuildInputs

This commit is contained in:
Graham Christensen
2019-08-05 22:59:57 -04:00
parent b8c0210fcc
commit 4ec201e7b7

View File

@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
pname = "xmloscopy";
version = "0.1.3";
buildInputs = [
nativeBuildInputs = [
makeWrapper
dev_only_shellcheck
];