hqplayerd: patch out NetworkManager unit requirement
This commit is contained in:
parent
a6899457c3
commit
ade8623d55
@ -82,7 +82,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
substituteInPlace $out/lib/systemd/system/hqplayerd.service \
|
substituteInPlace $out/lib/systemd/system/hqplayerd.service \
|
||||||
--replace /usr/bin/hqplayerd $out/bin/hqplayerd
|
--replace /usr/bin/hqplayerd $out/bin/hqplayerd \
|
||||||
|
--replace "NetworkManager-wait-online.service" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user