mirror of
https://github.com/Noratrieb/clippyboard.git
synced 2026-01-14 18:05:04 +01:00
terrible nixos module
This commit is contained in:
parent
cead214aa1
commit
b2ff5b0763
8 changed files with 128 additions and 22 deletions
|
|
@ -21,7 +21,9 @@
|
|||
];
|
||||
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/clippyboard \
|
||||
wrapProgram $out/bin/clippyboard-select \
|
||||
--suffix LD_LIBRARY_PATH : ${pkgs.lib.makeLibraryPath buildInputs}
|
||||
wrapProgram $out/bin/clippyboard-daemon \
|
||||
--suffix LD_LIBRARY_PATH : ${pkgs.lib.makeLibraryPath buildInputs}
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue