Added perl packages that allow kpcli to work with xclip, squashed fixes.
This commit is contained in:
parent
5154e8c491
commit
9d1501437d
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
wrapProgram $out/bin/kpcli --set PERL5LIB \
|
||||
"${with perlPackages; stdenv.lib.makePerlPath [
|
||||
Clone CryptRijndael SortNaturally TermReadKey TermShellUI FileKeePass TermReadLineGnu XMLParser
|
||||
CaptureTiny Clipboard Clone CryptRijndael SortNaturally TermReadKey TermShellUI FileKeePass TermReadLineGnu XMLParser
|
||||
]}"
|
||||
'';
|
||||
|
||||
|
@ -1898,6 +1898,19 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
Clipboard = buildPerlPackage {
|
||||
name = "Clipboard-0.13";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/K/KI/KING/Clipboard-0.13.tar.gz;
|
||||
sha256 = "eebf1c9cb2484be850abdae017147967cf47f8ccd99293771517674b0046ec8a";
|
||||
};
|
||||
meta = {
|
||||
description = "Clipboard - Copy and Paste with any OS";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Clone = buildPerlPackage rec {
|
||||
name = "Clone-0.38";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user