mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
[cpan2nix] perlPackages.XSObjectMagic: cleanup
This commit is contained in:
parent
72e9c47082
commit
5e92a7bfe8
@ -16555,7 +16555,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
url = "mirror://cpan/authors/id/F/FL/FLORA/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/F/FL/FLORA/${name}.tar.gz";
|
||||||
sha256 = "03fghj7hq0fiicmfdxhmzfm4mzv7s097pgkd32ji7jnljvhm9six";
|
sha256 = "03fghj7hq0fiicmfdxhmzfm4mzv7s097pgkd32ji7jnljvhm9six";
|
||||||
};
|
};
|
||||||
buildInputs = [ ExtUtilsDepends TestFatal Testuseok ];
|
buildInputs = [ ExtUtilsDepends TestFatal ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "XS pointer backed objects using sv_magic";
|
description = "XS pointer backed objects using sv_magic";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
Reference in New Issue
Block a user