mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 07:22:43 +01:00
Drop all references to --disable-init-state
It's all dead code since 2014 (commit0c6d62cf27). (cherry picked from commit458282be59)
This commit is contained in:
parent
9280d11e54
commit
c2dcc102e4
3 changed files with 1 additions and 11 deletions
|
|
@ -229,12 +229,6 @@ if test "$gc" = yes; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
AC_ARG_ENABLE(init-state, AC_HELP_STRING([--disable-init-state],
|
|
||||||
[do not initialise DB etc. in `make install']),
|
|
||||||
init_state=$enableval, init_state=yes)
|
|
||||||
#AM_CONDITIONAL(INIT_STATE, test "$init_state" = "yes")
|
|
||||||
|
|
||||||
|
|
||||||
# documentation generation switch
|
# documentation generation switch
|
||||||
AC_ARG_ENABLE(doc-gen, AC_HELP_STRING([--disable-doc-gen],
|
AC_ARG_ENABLE(doc-gen, AC_HELP_STRING([--disable-doc-gen],
|
||||||
[disable documentation generation]),
|
[disable documentation generation]),
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ rec {
|
||||||
});
|
});
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--disable-init-state"
|
[
|
||||||
"--enable-gc"
|
"--enable-gc"
|
||||||
] ++ lib.optionals stdenv.isLinux [
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
"--with-sandbox-shell=${sh}/bin/busybox"
|
"--with-sandbox-shell=${sh}/bin/busybox"
|
||||||
|
|
|
||||||
|
|
@ -189,10 +189,6 @@ let
|
||||||
|
|
||||||
buildInputs = buildDeps;
|
buildInputs = buildDeps;
|
||||||
|
|
||||||
configureFlags = ''
|
|
||||||
--disable-init-state
|
|
||||||
'';
|
|
||||||
|
|
||||||
dontInstall = false;
|
dontInstall = false;
|
||||||
|
|
||||||
doInstallCheck = true;
|
doInstallCheck = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue