From 54f35e4e40c4a42982f20309d70f8279893ea73a Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Wed, 12 Feb 2020 18:54:45 -0600 Subject: 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. --- pkgs/os-specific/linux/iwd/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/os-specific/linux/iwd') diff --git a/pkgs/os-specific/linux/iwd/default.nix b/pkgs/os-specific/linux/iwd/default.nix index 85dc6a1ba0c4..5c7645921bc2 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 = [ -- cgit 1.4.1