about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2019-08-05 22:59:57 -0400
committerGraham Christensen <graham@grahamc.com>2019-08-05 22:59:57 -0400
commit4ec201e7b73d2ccc30a65e0c1f9183e76c229510 (patch)
tree29c9ede31159e38e44538b484c3ab3ebdae76cc2 /pkgs/tools/text
parentb8c0210fccbaf840fd5152aa3c8639dafdd5e7c6 (diff)
downloadnixlib-4ec201e7b73d2ccc30a65e0c1f9183e76c229510.tar
nixlib-4ec201e7b73d2ccc30a65e0c1f9183e76c229510.tar.gz
nixlib-4ec201e7b73d2ccc30a65e0c1f9183e76c229510.tar.bz2
nixlib-4ec201e7b73d2ccc30a65e0c1f9183e76c229510.tar.lz
nixlib-4ec201e7b73d2ccc30a65e0c1f9183e76c229510.tar.xz
nixlib-4ec201e7b73d2ccc30a65e0c1f9183e76c229510.tar.zst
nixlib-4ec201e7b73d2ccc30a65e0c1f9183e76c229510.zip
xmloscopy: buildInputs -> nativeBuildInputs
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/xml/xmloscopy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/xml/xmloscopy/default.nix b/pkgs/tools/text/xml/xmloscopy/default.nix
index 6088df90bd9e..5d085e411963 100644
--- a/pkgs/tools/text/xml/xmloscopy/default.nix
+++ b/pkgs/tools/text/xml/xmloscopy/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
   pname = "xmloscopy";
   version = "0.1.3";
 
-  buildInputs = [
+  nativeBuildInputs = [
     makeWrapper
     dev_only_shellcheck
   ];