netdata: Remove patch which is already present in new release
This commit is contained in:
parent
4035ff22b2
commit
d2e042866e
1 changed files with 0 additions and 6 deletions
|
@ -8,7 +8,6 @@
|
|||
, withNetfilter ? (!stdenv.isDarwin), libmnl, libnetfilter_acct
|
||||
, withSsl ? true, openssl
|
||||
, withDebug ? false
|
||||
, fetchpatch
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
@ -40,11 +39,6 @@ in stdenv.mkDerivation rec {
|
|||
# required to prevent plugins from relying on /etc
|
||||
# and /var
|
||||
./no-files-in-etc-and-var.patch
|
||||
# cgroups: fix network interfaces detection when using virsh
|
||||
(fetchpatch {
|
||||
url = "https://patch-diff.githubusercontent.com/raw/netdata/netdata/pull/11096.patch";
|
||||
sha256 = "0f2rd7kgbwbyq9wyn085d213ifvivnpl3qlx1gjrg42rkbi4n8jj";
|
||||
})
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE = optionalString withDebug "-O1 -ggdb -DNETDATA_INTERNAL_CHECKS=1";
|
||||
|
|
Loading…
Reference in a new issue