summary refs log tree commit diff
path: root/pkgs/development/pharo/launcher
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-02-20 21:01:53 +0000
committerGitHub <noreply@github.com>2021-02-20 16:01:53 -0500
commit127733211e03cb0763246a2ebc0c99e2a438a6ce (patch)
treeaa9601b7da78a16d08e713e4d5e01ffe39dfd8b2 /pkgs/development/pharo/launcher
parentce5052e93174070b3648e02bd3c787668331e9b5 (diff)
downloadnixpkgs-127733211e03cb0763246a2ebc0c99e2a438a6ce.tar
nixpkgs-127733211e03cb0763246a2ebc0c99e2a438a6ce.tar.gz
nixpkgs-127733211e03cb0763246a2ebc0c99e2a438a6ce.tar.bz2
nixpkgs-127733211e03cb0763246a2ebc0c99e2a438a6ce.tar.lz
nixpkgs-127733211e03cb0763246a2ebc0c99e2a438a6ce.tar.xz
nixpkgs-127733211e03cb0763246a2ebc0c99e2a438a6ce.tar.zst
nixpkgs-127733211e03cb0763246a2ebc0c99e2a438a6ce.zip
treewide: unzip buildInputs to nativeBuildInputs (#112302)
Diffstat (limited to 'pkgs/development/pharo/launcher')
-rw-r--r--pkgs/development/pharo/launcher/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/pharo/launcher/default.nix b/pkgs/development/pharo/launcher/default.nix
index 45531b55176..23afd44b67d 100644
--- a/pkgs/development/pharo/launcher/default.nix
+++ b/pkgs/development/pharo/launcher/default.nix
@@ -23,7 +23,8 @@ stdenv.mkDerivation rec {
   # because upstream tarball has no top-level directory.
   sourceRoot = ".";
 
-  buildInputs = [ bash pharo unzip ];
+  nativeBuildInputs = [ unzip ];
+  buildInputs = [ bash pharo ];
 
   installPhase = ''
     mkdir -p $prefix/share/pharo-launcher