mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -45,6 +45,7 @@
|
||||
#: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 @@ with live tmux sessions.")
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user