From e5a990a3c2460037694d7673fedffa2555b8780d Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Wed, 13 Jun 2018 23:08:46 +0100 Subject: powershell: autoPatchelfHook/makeWrapper belongs to nativeBuildInputs --- pkgs/shells/powershell/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/shells/powershell/default.nix') diff --git a/pkgs/shells/powershell/default.nix b/pkgs/shells/powershell/default.nix index e1596472005..a053884bb88 100644 --- a/pkgs/shells/powershell/default.nix +++ b/pkgs/shells/powershell/default.nix @@ -22,7 +22,8 @@ stdenv.mkDerivation rec { stripRoot = false; }; - buildInputs = [ autoPatchelfHook makeWrapper less ] ++ libraries; + buildInputs = [ less ] ++ libraries; + nativeBuildInputs = [ autoPatchelfHook makeWrapper ]; # TODO: remove PAGER after upgrading to v6.1.0-preview.1 or later as it has been addressed in # https://github.com/PowerShell/PowerShell/pull/6144 -- cgit 1.4.1