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;
|
# guile = null;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# util-linux = prev.util-linux.override {
|
util-linux = prev.util-linux.override {
|
||||||
# ncursesSupport = false;
|
ncursesSupport = false;
|
||||||
# pamSupport = false;
|
pamSupport = false;
|
||||||
# systemdSupport = false;
|
systemdSupport = false;
|
||||||
# nlsSupport = false;
|
nlsSupport = false;
|
||||||
# translateManpages = false;
|
translateManpages = false;
|
||||||
# capabilitiesSupport = false;
|
capabilitiesSupport = false;
|
||||||
# };
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue