[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53222] [PATCH] gnu: Add autokey.
From: |
Maxime Devos |
Subject: |
[bug#53222] [PATCH] gnu: Add autokey. |
Date: |
Wed, 12 Jan 2022 22:26:02 +0100 |
User-agent: |
Evolution 3.38.3-1 |
Hi,
John Kehayias via Guix-patches via schreef op wo 12-01-2022 om 21:03
[+0000]:
> + #:tests? #f ; Tests are deprecated/broken until next version.
How can a test be deprecated?
What tests are broken?
Are the tests broken, or do they fail because of a real issue?
> + (wrap-program program
> + `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-
> path))))
Do we need to include the GI_TYPELIB_PATH from the environment?
If not, I recommend '=' instead of 'prefix' to avoid potential trouble.
> + (map (lambda (name)
> + (string-append #$output "/bin/" name))
> + '("autokey-gtk"
> + "autokey-shell")))))))))
> + (inputs
> + (list bash-minimal ; for wrap-program
> + gtksourceview-3
> + libappindicator
> + libnotify
> + wmctrl
> + zenity))
> + (propagated-inputs
> + (list python-dbus
> + python-pygobject
> + python-pyinotify
> + python-pyqt+qscintilla
If you add "GUIX_PYTHONPATH" to the wrap-program,
then probably the propagated inputs can be moved to the regular inputs
(since 'autokey' appeas to be used as a few binaries and not
as a python _library_).
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part