From 54f35e4e40c4a42982f20309d70f8279893ea73a Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Wed, 12 Feb 2020 18:54:45 -0600 Subject: [PATCH] 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(-) 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 = [