[cpan2nix] perlPackages.NetFreeDB: cleanup
This commit is contained in:
parent
1824efb723
commit
27dbaa3db0
@ -14426,11 +14426,11 @@ let
|
|||||||
pname = "Net-FreeDB";
|
pname = "Net-FreeDB";
|
||||||
version = "0.10";
|
version = "0.10";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DS/DSHULTZ/Net-FreeDB-0.10.tar.gz;
|
url = "mirror://cpan/authors/id/D/DS/DSHULTZ/Net-FreeDB-0.10.tar.gz";
|
||||||
sha256 = "11dfi14qnzsnmr71cygir85zfj15n08b7d5g0i4cj5pb70if2hzp";
|
sha256 = "11dfi14qnzsnmr71cygir85zfj15n08b7d5g0i4cj5pb70if2hzp";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestMost TestDeep TestWarn TestException TestDifferences ];
|
buildInputs = [ TestDeep TestDifferences TestException TestMost TestWarn ];
|
||||||
propagatedBuildInputs = [ CDDBFile Moo libnet ];
|
propagatedBuildInputs = [ CDDBFile Moo ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Perl interface to freedb server(s)";
|
description = "Perl interface to freedb server(s)";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 ];
|
license = with stdenv.lib.licenses; [ artistic1 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user