mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
Merge pull request #264073 from josephst/fix/netdata-relative-path
This commit is contained in:
commit
24df047637
@ -118,6 +118,10 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
# remove once https://github.com/netdata/netdata/pull/16300 merged
|
||||
substituteInPlace $out/bin/netdata-claim.sh \
|
||||
--replace /bin/echo echo
|
||||
|
||||
wrapProgram $out/bin/netdata-claim.sh --prefix PATH : ${lib.makeBinPath [ openssl ]}
|
||||
wrapProgram $out/libexec/netdata/plugins.d/cgroup-network-helper.sh --prefix PATH : ${lib.makeBinPath [ bash ]}
|
||||
wrapProgram $out/bin/netdatacli --set NETDATA_PIPENAME /run/netdata/ipc
|
||||
|
Loading…
Reference in New Issue
Block a user