From 127733211e03cb0763246a2ebc0c99e2a438a6ce Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Sat, 20 Feb 2021 21:01:53 +0000 Subject: treewide: unzip buildInputs to nativeBuildInputs (#112302) --- pkgs/tools/text/xml/basex/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/tools/text/xml') diff --git a/pkgs/tools/text/xml/basex/default.nix b/pkgs/tools/text/xml/basex/default.nix index 9256abf3cbdb..30482196322f 100644 --- a/pkgs/tools/text/xml/basex/default.nix +++ b/pkgs/tools/text/xml/basex/default.nix @@ -9,7 +9,8 @@ stdenv.mkDerivation rec { hash = "sha256-IZhRg2JcYQXQKU/lYZpLLcsSdjZZO+toY5yvk+RKUCY="; }; - buildInputs = [ unzip jre ]; + nativeBuildInputs = [ unzip ]; + buildInputs = [ jre ]; desktopItem = makeDesktopItem { name = "basex"; -- cgit 1.4.1