* Upstart in the stdenv branch is incompatible with Upstart in the

trunk: it segfaults when it tries to start the new Upstart, which
  locks up the entire system.  This may be because of the different
  Glibc, or something.  In any case, require a reboot.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15314
This commit is contained in:
Eelco Dolstra 2009-04-25 22:48:48 +00:00
parent 5a2284ac61
commit 09fd56cc9e

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
# Upstart builds is the same, then we can switch between them at
# runtime; otherwise we can't and we need to reboot.
passthru = {
interfaceVersion = 0;
interfaceVersion = 1;
};
meta = {