build util-linux without systemd

this didnt work before but it does now, maybe because we
upgraded nixpkgs 23.05->23.11
pull/2/head
Daniel Barlow 2023-12-30 22:26:12 +00:00
parent 2152a3f207
commit e505e37d9a
1 changed files with 8 additions and 8 deletions

View File

@ -256,13 +256,13 @@ extraPkgs // {
# guile = null;
# };
# util-linux = prev.util-linux.override {
# ncursesSupport = false;
# pamSupport = false;
# systemdSupport = false;
# nlsSupport = false;
# translateManpages = false;
# capabilitiesSupport = false;
# };
util-linux = prev.util-linux.override {
ncursesSupport = false;
pamSupport = false;
systemdSupport = false;
nlsSupport = false;
translateManpages = false;
capabilitiesSupport = false;
};
}