polkit: move test-only deps to nativeCheckInputs
(cherry picked from commit 1d9429faa0
)
This commit is contained in:
parent
8b2be0d6dd
commit
97d4b225da
@ -73,13 +73,6 @@ stdenv.mkDerivation rec {
|
||||
ninja
|
||||
perl
|
||||
rsync
|
||||
(python3.pythonForBuild.withPackages (pp: with pp; [
|
||||
dbus-python
|
||||
(python-dbusmock.overridePythonAttrs (attrs: {
|
||||
# Avoid dependency cycle.
|
||||
doCheck = false;
|
||||
}))
|
||||
]))
|
||||
|
||||
# man pages
|
||||
libxslt
|
||||
@ -108,6 +101,13 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
dbus
|
||||
(python3.pythonForBuild.withPackages (pp: with pp; [
|
||||
dbus-python
|
||||
(python-dbusmock.overridePythonAttrs (attrs: {
|
||||
# Avoid dependency cycle.
|
||||
doCheck = false;
|
||||
}))
|
||||
]))
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user