about summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorMarius Bakke <m.bakke@warwick.ac.uk>2016-05-31 12:48:23 +0100
committerMarius Bakke <m.bakke@warwick.ac.uk>2016-05-31 12:48:23 +0100
commit5c439ac2c33e43bb6f4c56cf0af477eff1263e77 (patch)
treebc5c89871527185cd1fffcfa6e33ba4d9ba22276 /pkgs/top-level/perl-packages.nix
parent36cc45782be55b7d9221f0c4e95f3cba1a5998df (diff)
downloadnixlib-5c439ac2c33e43bb6f4c56cf0af477eff1263e77.tar
nixlib-5c439ac2c33e43bb6f4c56cf0af477eff1263e77.tar.gz
nixlib-5c439ac2c33e43bb6f4c56cf0af477eff1263e77.tar.bz2
nixlib-5c439ac2c33e43bb6f4c56cf0af477eff1263e77.tar.lz
nixlib-5c439ac2c33e43bb6f4c56cf0af477eff1263e77.tar.xz
nixlib-5c439ac2c33e43bb6f4c56cf0af477eff1263e77.tar.zst
nixlib-5c439ac2c33e43bb6f4c56cf0af477eff1263e77.zip
perlPackages.TestCommand: init at 0.11
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 5c4d28ee200f..044f1fd6c225 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -12046,6 +12046,19 @@ let self = _self // overrides; _self = with self; {
     };
   };
 
+  TestCommand = buildPerlPackage {
+    name = "Test-Command-0.11";
+    src = fetchurl {
+      url = mirror://cpan/authors/id/D/DA/DANBOO/Test-Command-0.11.tar.gz;
+      sha256 = "0cwm3c4d49mdrbm6vgh78b3x8mk730l0zg8i7xb9z8bkx9pzr8r8";
+    };
+    meta = {
+      homepage = https://github.com/danboo/perl-test-command;
+      description = "Test routines for external commands ";
+      license = with stdenv.lib.licenses; [ artistic1 gpl1 ];
+    };
+  };
+
   TestCPANMeta = buildPerlPackage {
     name = "Test-CPAN-Meta-0.23";
     src = fetchurl {