mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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
|
||||
|
||||
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
|
||||
]}"
|
||||
] ++ stdenv.lib.optional stdenv.isDarwin MacPasteboard)}"
|
||||
'';
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user