upower: drop unused systemd dependency

This commit is contained in:
Aaron Andersen
2026-09-11 21:22:50 -04:00
parent f93c76b5cb
commit 1813448fbb

View File

@@ -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
];