pythonPackages.dbus-python: use checkInputs
This commit is contained in:
parent
ff4b82c966
commit
ac832c796b
@ -15,12 +15,12 @@ if isPyPy then throw "dbus-python not supported for interpreter ${python.executa
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ dbus dbus-glib ]
|
buildInputs = [ dbus dbus-glib ]
|
||||||
++ lib.optionals doCheck [ dbus.out pygobject3 ]
|
|
||||||
# My guess why it's sometimes trying to -lncurses.
|
# My guess why it's sometimes trying to -lncurses.
|
||||||
# It seems not to retain the dependency anyway.
|
# It seems not to retain the dependency anyway.
|
||||||
++ lib.optional (! python ? modules) ncurses;
|
++ lib.optional (! python ? modules) ncurses;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
checkInputs = [ dbus.out pygobject3 ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python DBus bindings";
|
description = "Python DBus bindings";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user