Skip to content

Commit

Permalink
perlPackages.SystemCommand: init at 1.119
Browse files Browse the repository at this point in the history
  • Loading branch information
herrwiese committed Apr 29, 2019
1 parent 402a492 commit 7abee46
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -14477,6 +14477,19 @@ let
};
};

SystemCommand = buildPerlPackage rec {
name = "System-Command-1.119";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BO/BOOK/${name}.tar.gz";
sha256 = "c8c9fb1e527c52463cab1476500efea70396a0b62bea625d2d6faea994dc46e7";
};
propagatedBuildInputs = [ IPCRun ];
meta = {
description = "Object for running system commands";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};

SysVirt = buildPerlModule rec {
version = "4.10.0";
name = "Sys-Virt-${version}";
Expand Down

0 comments on commit 7abee46

Please sign in to comment.