summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iwd
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2020-02-12 18:54:45 -0600
committerWill Dietz <w@wdtz.org>2020-02-12 18:54:45 -0600
commit54f35e4e40c4a42982f20309d70f8279893ea73a (patch)
tree32be507c6b9df9cc1a1f320789a72d3e9c157ec0 /pkgs/os-specific/linux/iwd
parent5f51a18863e76f53924c1246eda31e0cac7bfe52 (diff)
downloadnixpkgs-54f35e4e40c4a42982f20309d70f8279893ea73a.tar
nixpkgs-54f35e4e40c4a42982f20309d70f8279893ea73a.tar.gz
nixpkgs-54f35e4e40c4a42982f20309d70f8279893ea73a.tar.bz2
nixpkgs-54f35e4e40c4a42982f20309d70f8279893ea73a.tar.lz
nixpkgs-54f35e4e40c4a42982f20309d70f8279893ea73a.tar.xz
nixpkgs-54f35e4e40c4a42982f20309d70f8279893ea73a.tar.zst
nixpkgs-54f35e4e40c4a42982f20309d70f8279893ea73a.zip
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.
Diffstat (limited to 'pkgs/os-specific/linux/iwd')
-rw-r--r--pkgs/os-specific/linux/iwd/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/iwd/default.nix b/pkgs/os-specific/linux/iwd/default.nix
index 85dc6a1ba0c..5c7645921bc 100644
--- a/pkgs/os-specific/linux/iwd/default.nix
+++ b/pkgs/os-specific/linux/iwd/default.nix
@@ -8,7 +8,6 @@
 , docutils
 , readline
 , python3Packages
-, systemd
 }:
 
 stdenv.mkDerivation rec {
@@ -32,7 +31,6 @@ stdenv.mkDerivation rec {
     ell
     python3Packages.python
     readline
-    systemd
   ];
 
   pythonPath = [