build util-linux without systemd
this didnt work before but it does now, maybe because we upgraded nixpkgs 23.05->23.11
This commit is contained in:
parent
2152a3f207
commit
e505e37d9a
1 changed files with 8 additions and 8 deletions
16
overlay.nix
16
overlay.nix
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue