xmloscopy: buildInputs -> nativeBuildInputs

This commit is contained in:
Graham Christensen 2019-08-05 22:59:57 -04:00
parent b8c0210fcc
commit 4ec201e7b7
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C

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