mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 21:35:36 +00:00
upower: drop unused systemd dependency
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user