We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2be0d commit 97d4b22Copy full SHA for 97d4b22
1 file changed
pkgs/development/libraries/polkit/default.nix
@@ -73,13 +73,6 @@ stdenv.mkDerivation rec {
73
ninja
74
perl
75
rsync
76
- (python3.pythonForBuild.withPackages (pp: with pp; [
77
- dbus-python
78
- (python-dbusmock.overridePythonAttrs (attrs: {
79
- # Avoid dependency cycle.
80
- doCheck = false;
81
- }))
82
- ]))
83
84
# man pages
85
libxslt
@@ -108,6 +101,13 @@ stdenv.mkDerivation rec {
108
101
109
102
nativeCheckInputs = [
110
103
dbus
104
+ (python3.pythonForBuild.withPackages (pp: with pp; [
105
+ dbus-python
106
+ (python-dbusmock.overridePythonAttrs (attrs: {
107
+ # Avoid dependency cycle.
+ doCheck = false;
+ }))
+ ]))
111
];
112
113
mesonFlags = [
0 commit comments