From 52f53c69ce6dbc5538f7e4cd22f9d93baf1f64a2 Mon Sep 17 00:00:00 2001 From: volth Date: Sat, 21 Jul 2018 00:44:44 +0000 Subject: pkgs/*: remove unreferenced function arguments --- pkgs/shells/powershell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/shells/powershell') diff --git a/pkgs/shells/powershell/default.nix b/pkgs/shells/powershell/default.nix index a053884bb885..93488d9e87f3 100644 --- a/pkgs/shells/powershell/default.nix +++ b/pkgs/shells/powershell/default.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchgit, autoPatchelfHook, fetchzip, libunwind, libuuid, icu, curl, +{ stdenv, autoPatchelfHook, fetchzip, libunwind, libuuid, icu, curl, makeWrapper, less, openssl, pam, lttng-ust }: let platformString = if stdenv.isDarwin then "osx" -- cgit 1.4.1