pythonPackages: fix native / check inputs
This commit is contained in:
committed by
Frederik Rietdijk
parent
15396247ca
commit
5a3670b83c
@@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
--replace "find_library(name)" "'${systemd.lib}/lib/libudev.so'"
|
||||
'';
|
||||
|
||||
buildInputs = [ pytest mock hypothesis docutils ];
|
||||
checkInputs = [ pytest mock hypothesis docutils ];
|
||||
propagatedBuildInputs = [ systemd six ];
|
||||
|
||||
checkPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user