This commit is contained in:
Daniel Barlow
2023-12-13 21:54:15 +00:00
parent 95d9e014fb
commit 55fa9992d4
4 changed files with 96 additions and 6 deletions

View File

@@ -214,4 +214,18 @@ extraPkgs // {
CONFIG_BOOTMETH_DISTRO=y
'';
};
# gnufdisk = prev.gnufdisk.override {
# guile = null;
# };
# util-linux = prev.util-linux.override {
# ncursesSupport = false;
# pamSupport = false;
# systemdSupport = false;
# nlsSupport = false;
# translateManpages = false;
# capabilitiesSupport = false;
# };
}