summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2021-04-27 21:38:08 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-07 10:33:01 -0700
commit849ac8f01a532c612fc131683f59bb5cee8b2757 (patch)
treef8da0254b2c2009342c45989cd10ee137d02ac50 /pkgs/top-level/perl-packages.nix
parent1cc8a0e18ef26d742160470ef6fad45bf3e025a7 (diff)
downloadnixpkgs-849ac8f01a532c612fc131683f59bb5cee8b2757.tar
nixpkgs-849ac8f01a532c612fc131683f59bb5cee8b2757.tar.gz
nixpkgs-849ac8f01a532c612fc131683f59bb5cee8b2757.tar.bz2
nixpkgs-849ac8f01a532c612fc131683f59bb5cee8b2757.tar.lz
nixpkgs-849ac8f01a532c612fc131683f59bb5cee8b2757.tar.xz
nixpkgs-849ac8f01a532c612fc131683f59bb5cee8b2757.tar.zst
nixpkgs-849ac8f01a532c612fc131683f59bb5cee8b2757.zip
perlPackages.ShellConfigGenerate: init at 0.34
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 0f110a99a23..ce5d4c69027 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -19183,6 +19183,22 @@ let
     };
   };
 
+  ShellConfigGenerate = buildPerlPackage {
+    pname = "Shell-Config-Generate";
+    version = "0.34";
+    src = fetchurl {
+      url = "mirror://cpan/authors/id/P/PL/PLICEASE/Shell-Config-Generate-0.34.tar.gz";
+      sha256 = "84f451f22215dd68e9c18aa3f7ddb03a82007d166cfada003d0f166f571e0562";
+    };
+    buildInputs = [ Test2Suite ];
+    propagatedBuildInputs = [ ShellGuess ];
+    meta = {
+      homepage = https://metacpan.org/pod/Shell::Config::Generate;
+      description = "Portably generate config for any shell";
+      license = with lib.licenses; [ artistic1 gpl1Plus ];
+    };
+  };
+
   StringToIdentifierEN = buildPerlPackage {
     pname = "String-ToIdentifier-EN";
     version = "0.12";