Loading pkgs/top-level/perl-packages.nix +15 −0 Original line number Diff line number Diff line Loading @@ -9938,6 +9938,21 @@ with self; { }; }; FileKDBX = buildPerlPackage { pname = "File-KDBX"; version = "0.906"; src = fetchurl { url = "mirror://cpan/authors/id/C/CC/CCM/File-KDBX-0.906.tar.gz"; hash = "sha256-tHt/kzOrtJHqrsY0WhTn+TlW0UOUTBS4Fkp/0bIkvW8="; }; propagatedBuildInputs = [ CryptArgon2 CryptX DevelGlobalDestruction FileKeePass IteratorSimple RefUtil XMLLibXML boolean namespaceclean ]; buildInputs = [ ScopeGuard TestDeep TestFatal TestWarnings ]; meta = { description = "Interface to KeePass V3 and V4 database files"; license = with lib.licenses; [ artistic1 gpl1Plus ]; }; }; FileKeePass = buildPerlPackage { pname = "File-KeePass"; version = "2.03"; Loading Loading
pkgs/top-level/perl-packages.nix +15 −0 Original line number Diff line number Diff line Loading @@ -9938,6 +9938,21 @@ with self; { }; }; FileKDBX = buildPerlPackage { pname = "File-KDBX"; version = "0.906"; src = fetchurl { url = "mirror://cpan/authors/id/C/CC/CCM/File-KDBX-0.906.tar.gz"; hash = "sha256-tHt/kzOrtJHqrsY0WhTn+TlW0UOUTBS4Fkp/0bIkvW8="; }; propagatedBuildInputs = [ CryptArgon2 CryptX DevelGlobalDestruction FileKeePass IteratorSimple RefUtil XMLLibXML boolean namespaceclean ]; buildInputs = [ ScopeGuard TestDeep TestFatal TestWarnings ]; meta = { description = "Interface to KeePass V3 and V4 database files"; license = with lib.licenses; [ artistic1 gpl1Plus ]; }; }; FileKeePass = buildPerlPackage { pname = "File-KeePass"; version = "2.03"; Loading