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
-2
View File
@@ -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 = [