summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorTomaSajt <62384384+TomaSajt@users.noreply.github.com>2023-08-20 21:44:11 +0200
committerTomaSajt <62384384+TomaSajt@users.noreply.github.com>2023-10-23 14:04:12 +0200
commit758dd38b7c30298131a2ccdc35c01acebbd5648c (patch)
tree6844132018f1db5d0524bcdbd0ff3ae5b6ffbb86 /pkgs/top-level/perl-packages.nix
parenta2471235a8fbafcd6acabe128c45c55bccc65c54 (diff)
downloadnixpkgs-758dd38b7c30298131a2ccdc35c01acebbd5648c.tar
nixpkgs-758dd38b7c30298131a2ccdc35c01acebbd5648c.tar.gz
nixpkgs-758dd38b7c30298131a2ccdc35c01acebbd5648c.tar.bz2
nixpkgs-758dd38b7c30298131a2ccdc35c01acebbd5648c.tar.lz
nixpkgs-758dd38b7c30298131a2ccdc35c01acebbd5648c.tar.xz
nixpkgs-758dd38b7c30298131a2ccdc35c01acebbd5648c.tar.zst
nixpkgs-758dd38b7c30298131a2ccdc35c01acebbd5648c.zip
perlPackages.FileShareDirDist: init at 0.07
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 0af355d99de..356c4a590f5 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -9810,6 +9810,21 @@ with self; {
     };
   };
 
+  FileShareDirDist = buildPerlPackage {
+    pname = "File-ShareDir-Dist";
+    version = "0.07";
+    src = fetchurl {
+      url = "mirror://cpan/authors/id/P/PL/PLICEASE/File-ShareDir-Dist-0.07.tar.gz";
+      hash = "sha256-jX/l0O4iNR9B75Wtwi29VsMf+iqbLBmEMA6S/36f6G0=";
+    };
+    meta = {
+      homepage = "https://metacpan.org/pod/File::ShareDir::Dist";
+      description = "Locate per-dist shared files";
+      license = with lib.licenses; [ artistic1 gpl1Plus ];
+      maintainers = with maintainers; [ tomasajt ];
+    };
+  };
+
   FileShareDirInstall = buildPerlPackage {
     pname = "File-ShareDir-Install";
     version = "0.13";