systemd: removed unknown meson options
This commit is contained in:
parent
a4733c7952
commit
e7da4b5f40
@ -415,7 +415,7 @@ stdenv.mkDerivation {
|
||||
"-Dnetworkd=${lib.boolToString withNetworkd}"
|
||||
"-Doomd=${lib.boolToString withOomd}"
|
||||
"-Dpolkit=${lib.boolToString withPolkit}"
|
||||
"-Dcryptsetup=${lib.boolToString withCryptsetup}"
|
||||
"-Dlibcryptsetup=${lib.boolToString withCryptsetup}"
|
||||
"-Dportabled=${lib.boolToString withPortabled}"
|
||||
"-Dhwdb=${lib.boolToString withHwdb}"
|
||||
"-Dremote=${lib.boolToString withRemote}"
|
||||
@ -453,7 +453,6 @@ stdenv.mkDerivation {
|
||||
"-Dsysvinit-path="
|
||||
"-Dsysvrcnd-path="
|
||||
|
||||
"-Dkill-path=${coreutils}/bin/kill"
|
||||
"-Dkmod-path=${kmod}/bin/kmod"
|
||||
"-Dsulogin-path=${util-linux}/bin/sulogin"
|
||||
"-Dmount-path=${util-linux}/bin/mount"
|
||||
@ -471,7 +470,6 @@ stdenv.mkDerivation {
|
||||
] ++ lib.optionals withEfi [
|
||||
"-Defi-libdir=${toString gnu-efi}/lib"
|
||||
"-Defi-includedir=${toString gnu-efi}/include/efi"
|
||||
"-Defi-ldsdir=${toString gnu-efi}/lib"
|
||||
] ++ lib.optionals (withShellCompletions == false) [
|
||||
"-Dbashcompletiondir=no"
|
||||
"-Dzshcompletiondir=no"
|
||||
|
Loading…
Reference in New Issue
Block a user