iwd: drop systemd dep, not needed when specifying config flags too
Only used to guess if systemd-y bits should be installed, which we manually specify already. So drop unneeded dep.
This commit is contained in:
parent
5f51a18863
commit
54f35e4e40
@ -8,7 +8,6 @@
|
|||||||
, docutils
|
, docutils
|
||||||
, readline
|
, readline
|
||||||
, python3Packages
|
, python3Packages
|
||||||
, systemd
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -32,7 +31,6 @@ stdenv.mkDerivation rec {
|
|||||||
ell
|
ell
|
||||||
python3Packages.python
|
python3Packages.python
|
||||||
readline
|
readline
|
||||||
systemd
|
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonPath = [
|
pythonPath = [
|
||||||
|
Loading…
Reference in New Issue
Block a user