feat: sims cli as python package
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
notmuch,
|
||||
khal,
|
||||
emacs,
|
||||
dbus,
|
||||
...
|
||||
}:
|
||||
|
||||
@@ -64,6 +65,8 @@ python3Packages.buildPythonApplication {
|
||||
mkdir -p $out/bin
|
||||
cp scripts/launcher.py $out/bin/sims
|
||||
chmod +x $out/bin/sims
|
||||
cp scripts/cli_launcher.py $out/bin/sims-cli
|
||||
chmod +x $out/bin/sims-cli
|
||||
|
||||
|
||||
runHook postInstall
|
||||
@@ -71,7 +74,7 @@ python3Packages.buildPythonApplication {
|
||||
|
||||
preFixup = ''
|
||||
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||
makeWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ khal notmuch emacs ]})
|
||||
makeWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ khal notmuch emacs dbus ]})
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
|
||||
Reference in New Issue
Block a user