···4949 # Therefore we put it into `/run/netdata`, which is owned
5050 # by netdata only.
5151 ./ipc-socket-in-run.patch
5252+5353+ # Avoid build-only inputs in closure leaked by configure command:
5454+ # https://github.com/NixOS/nixpkgs/issues/175693#issuecomment-1143344162
5555+ ./skip-CONFIGURE_COMMAND.patch
5256 ];
53575458 NIX_CFLAGS_COMPILE = optionalString withDebug "-O1 -ggdb -DNETDATA_INTERNAL_CHECKS=1";
···11+Shrink closure size by avoiding paths embedded from configure call.
22+33+https://github.com/NixOS/nixpkgs/issues/175693
44+--- a/daemon/buildinfo.c
55++++ b/daemon/buildinfo.c
66+@@ -248,7 +248,9 @@ void print_build_info(void) {
77+ char *prebuilt_distro = NULL;
88+ get_install_type(&install_type, &prebuilt_arch, &prebuilt_distro);
99+1010+- printf("Configure options: %s\n", CONFIGURE_COMMAND);
1111++ // To minimize closure size do not persist configure options
1212++ // with build-time inputs.
1313++ printf("Configure options: REMOVED\n");
1414+1515+ if (install_type == NULL) {
1616+ printf("Install type: unknown\n");
+2
pkgs/top-level/aliases.nix
···534534 gr-nacl = gnuradio3_7.pkgs.nacl; # Added 2019-05-27, changed 2020-10-16
535535 gr-osmosdr = gnuradio3_7.pkgs.osmosdr; # Added 2019-05-27, changed 2020-10-16
536536 gr-rds = gnuradio3_7.pkgs.rds; # Added 2019-05-27, changed 2020-10-16
537537+ grv = "grv has been dropped due to the lack of maintanence from upstream since 2019"; # Added 2022-06-01
537538 gsettings_desktop_schemas = throw "'gsettings_desktop_schemas' has been renamed to/replaced by 'gsettings-desktop-schemas'"; # Converted to throw 2022-02-22
538539 gtk_doc = throw "'gtk_doc' has been renamed to/replaced by 'gtk-doc'"; # Converted to throw 2022-02-22
539540 gtklick = throw "gtklick has been removed from nixpkgs as the project is stuck on python2"; # Added 2022-01-01
···635636 keepnote = throw "keepnote has been removed from nixpkgs, as it is stuck on python2"; # Added 2022-01-01
636637 kerberos = libkrb5; # moved from top-level 2021-03-14
637638 kexectools = kexec-tools; # Added 2021-09-03
639639+ kexpand = "kexpand awless has been dropped due to the lack of maintanence from upstream since 2017"; # Added 2022-06-01
638640 keybase-go = throw "'keybase-go' has been renamed to/replaced by 'keybase'"; # Converted to throw 2022-02-22
639641 keysmith = libsForQt5.plasmaMobileGear.keysmith; # Added 2021-07-14
640642 kgx = gnome-console; # Added 2022-02-19