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
|
||||
, readline
|
||||
, python3Packages
|
||||
, systemd
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -32,7 +31,6 @@ stdenv.mkDerivation rec {
|
||||
ell
|
||||
python3Packages.python
|
||||
readline
|
||||
systemd
|
||||
];
|
||||
|
||||
pythonPath = [
|
||||
|
Loading…
Reference in New Issue
Block a user