mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
pipewire: replace systemd dependency with systemdLibs (#553461)
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
elogind,
|
||||
libinotify-kqueue,
|
||||
epoll-shim,
|
||||
systemd,
|
||||
enableSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd, # enableSystemd=false maintained by maintainers.highghlow.
|
||||
systemdLibs,
|
||||
enableSystemd ? lib.meta.availableOn stdenv.hostPlatform systemdLibs, # enableSystemd=false maintained by maintainers.highghlow.
|
||||
pkg-config,
|
||||
docutils,
|
||||
doxygen,
|
||||
@@ -157,7 +157,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
]
|
||||
++ (
|
||||
if enableSystemd then
|
||||
[ systemd ]
|
||||
[ systemdLibs ]
|
||||
else if stdenv.hostPlatform.isLinux then
|
||||
[
|
||||
elogind
|
||||
|
||||
Reference in New Issue
Block a user