systemd: explicitly disable homed for now
We don't currently have tests to ensure it works and keeps working. So instead of having it accidentially working, and possibly breaking it in the future, disable it for now.
This commit is contained in:
parent
c18ceab106
commit
ce7c1230ea
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ in stdenv.mkDerivation {
|
||||||
"-Dtests=false"
|
"-Dtests=false"
|
||||||
"-Dimportd=true"
|
"-Dimportd=true"
|
||||||
"-Dlz4=true"
|
"-Dlz4=true"
|
||||||
|
"-Dhomed=false"
|
||||||
"-Dhostnamed=true"
|
"-Dhostnamed=true"
|
||||||
"-Dnetworkd=true"
|
"-Dnetworkd=true"
|
||||||
"-Dsysusers=false"
|
"-Dsysusers=false"
|
||||||
|
|
Loading…
Reference in a new issue