about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/networking/ssh-askpass-fullscreen/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/networking/ssh-askpass-fullscreen/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/networking/ssh-askpass-fullscreen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/tools/networking/ssh-askpass-fullscreen/default.nix b/nixpkgs/pkgs/tools/networking/ssh-askpass-fullscreen/default.nix
index 07cc5da960dd..05e518371262 100644
--- a/nixpkgs/pkgs/tools/networking/ssh-askpass-fullscreen/default.nix
+++ b/nixpkgs/pkgs/tools/networking/ssh-askpass-fullscreen/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, autoreconfHook, pkg-config, gtk2, openssh }:
+{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, gtk2, openssh }:
 
 stdenv.mkDerivation rec {
   pname = "ssh-askpass-fullscreen";
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
     openssh
   ];
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "A small SSH askpass GUI using GTK+2";
     homepage = "https://github.com/atj/ssh-askpass-fullscreen";
     license = licenses.gpl2;