perlPackages.RPM2: init at 1.4
This commit is contained in:
parent
05f0934825
commit
dd970220ae
@ -16086,6 +16086,22 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
RPM2 = buildPerlModule {
|
||||||
|
pname = "RPM2";
|
||||||
|
version = "1.4";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/L/LK/LKUNDRAK/RPM2-1.4.tar.gz";
|
||||||
|
sha256 = "5ecb42aa69324e6f4088abfae07313906e5aabf2f46f1204f3f1de59155bb636";
|
||||||
|
};
|
||||||
|
buildInputs = [ pkgs.pkg-config pkgs.rpm ];
|
||||||
|
doCheck = false; # Tries to open /var/lib/rpm
|
||||||
|
meta = {
|
||||||
|
description = "Perl bindings for the RPM Package Manager API";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
RSSParserLite = buildPerlPackage {
|
RSSParserLite = buildPerlPackage {
|
||||||
pname = "RSS-Parser-Lite";
|
pname = "RSS-Parser-Lite";
|
||||||
version = "0.12";
|
version = "0.12";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user