mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: python-daemux: Fix build.
* gnu/packages/tmux.scm (python-daemux)[native-inputs]: Add python-flake8. Change-Id: I0e3ec537c6722643ebb9ebc243230101bb2547ca
This commit is contained in:
parent
5998de1709
commit
ea2f82bc96
1 changed files with 2 additions and 1 deletions
|
@ -45,6 +45,7 @@ (define-module (gnu packages tmux)
|
|||
#:use-module (gnu packages libevent)
|
||||
#:use-module (gnu packages ncurses)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
#:use-module (gnu packages python-xyz)
|
||||
#:use-module (gnu packages sphinx))
|
||||
|
||||
(define-public tmux
|
||||
|
@ -221,7 +222,7 @@ (define-public python-daemux
|
|||
(propagated-inputs
|
||||
(list python-libtmux))
|
||||
(native-inputs
|
||||
(list python-coverage python-sphinx tmux))
|
||||
(list python-coverage python-flake8 python-sphinx tmux))
|
||||
(home-page "https://github.com/edouardklein/daemux")
|
||||
(synopsis "Start, stop, restart and check daemons via tmux")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue