diff options
author | volth <volth@volth.com> | 2018-07-21 00:44:44 +0000 |
---|---|---|
committer | volth <volth@volth.com> | 2018-07-21 02:48:04 +0000 |
commit | 52f53c69ce6dbc5538f7e4cd22f9d93baf1f64a2 (patch) | |
tree | 2519a24bfee83cad4268e77ac180c84cb4036ed7 /pkgs/tools/security/pass | |
parent | 1a6af9f88ec2405334a9fd6a977ccbcb53472305 (diff) |
pkgs/*: remove unreferenced function arguments
Diffstat (limited to 'pkgs/tools/security/pass')
-rw-r--r-- | pkgs/tools/security/pass/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/pass/default.nix b/pkgs/tools/security/pass/default.nix index c7e9267dde71f..007414d68a5e6 100644 --- a/pkgs/tools/security/pass/default.nix +++ b/pkgs/tools/security/pass/default.nix @@ -1,4 +1,4 @@ -{ stdenv, lib, pkgs, fetchurl, fetchFromGitHub, buildEnv +{ stdenv, lib, pkgs, fetchurl, buildEnv , coreutils, gnused, getopt, git, tree, gnupg, which, procps, qrencode , makeWrapper |