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:
Will Dietz 2020-02-12 18:54:45 -06:00
parent 5f51a18863
commit 54f35e4e40
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -8,7 +8,6 @@
, docutils
, readline
, python3Packages
, systemd
}:
stdenv.mkDerivation rec {
@ -32,7 +31,6 @@ stdenv.mkDerivation rec {
ell
python3Packages.python
readline
systemd
];
pythonPath = [