diff --git a/pkgs/by-name/up/upower/package.nix b/pkgs/by-name/up/upower/package.nix index a317da29cb3c..9611803fed93 100644 --- a/pkgs/by-name/up/upower/package.nix +++ b/pkgs/by-name/up/upower/package.nix @@ -2,7 +2,6 @@ lib, stdenv, fetchFromGitLab, - fetchpatch, makeWrapper, pkg-config, libxslt, @@ -30,8 +29,6 @@ && stdenv.hostPlatform.emulatorAvailable buildPackages, buildPackages, gobject-introspection, - withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd, - systemd, }: assert withDocs -> withIntrospection; @@ -109,9 +106,6 @@ stdenv.mkDerivation (finalAttrs: { pp.packaging ])) ] - ++ lib.optionals withSystemd [ - systemd - ] ++ lib.optionals useIMobileDevice [ libimobiledevice ];