Skip to content

Commit

Permalink
perlPackages.TermReadPassword: init at 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
edwtjo committed Nov 25, 2020
1 parent be94105 commit bee90ba
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19278,6 +19278,22 @@ let
};
};

TermReadPassword = buildPerlPackage rec {
pname = "Term-ReadPassword";
version = "0.11";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PH/PHOENIX/${pname}-${version}.tar.gz";
sha256 = "08s3zdqbr01qf4h8ryc900qq1cjcdlyy2dq0gppzzy9mbcs6da71";
};

outputs = [ "out" ];

meta = {
description = "This module lets you ask the user for a password in the traditional way, from the keyboard, without echoing";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};

TermShell = buildPerlModule {
pname = "Term-Shell";
version = "0.11";
Expand Down

0 comments on commit bee90ba

Please sign in to comment.