hqplayerd: patch out NetworkManager unit requirement
This commit is contained in:
parent
a6899457c3
commit
ade8623d55
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
postInstall = ''
|
||||
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 = ''
|
||||
|
|
Loading…
Reference in a new issue