diff options
Diffstat (limited to 'pkgs/simple/pinentry-urxvt')
-rw-r--r-- | pkgs/simple/pinentry-urxvt/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/simple/pinentry-urxvt/default.nix b/pkgs/simple/pinentry-urxvt/default.nix index 7363f26..6868207 100644 --- a/pkgs/simple/pinentry-urxvt/default.nix +++ b/pkgs/simple/pinentry-urxvt/default.nix @@ -1,10 +1,6 @@ -{ lib, pkgs, ... }@args: +{ lib, mylib, pkgs, ... }@args: let - mylib = import ../../../lib/pure.nix { - inherit lib; - }; - # config cannot be declared in the input attribute set because that would # cause callPackage to inject the wrong config. Instead, get it from ... # via args. |