kpcli: Fix darwin build
adding MacPasteboard to perl path to support using clipboard on darwin
This commit is contained in:
parent
9e2e219608
commit
f198189177
@ -19,9 +19,9 @@ stdenv.mkDerivation rec {
|
|||||||
chmod +x $out/bin/kpcli
|
chmod +x $out/bin/kpcli
|
||||||
|
|
||||||
wrapProgram $out/bin/kpcli --set PERL5LIB \
|
wrapProgram $out/bin/kpcli --set PERL5LIB \
|
||||||
"${with perlPackages; stdenv.lib.makePerlPath [
|
"${with perlPackages; stdenv.lib.makePerlPath ([
|
||||||
CaptureTiny Clipboard Clone CryptRijndael SortNaturally TermReadKey TermShellUI FileKeePass TermReadLineGnu XMLParser
|
CaptureTiny Clipboard Clone CryptRijndael SortNaturally TermReadKey TermShellUI FileKeePass TermReadLineGnu XMLParser
|
||||||
]}"
|
] ++ stdenv.lib.optional stdenv.isDarwin MacPasteboard)}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user