* 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:
parent
5a2284ac61
commit
09fd56cc9e
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
|||||||
# Upstart builds is the same, then we can switch between them at
|
# Upstart builds is the same, then we can switch between them at
|
||||||
# runtime; otherwise we can't and we need to reboot.
|
# runtime; otherwise we can't and we need to reboot.
|
||||||
passthru = {
|
passthru = {
|
||||||
interfaceVersion = 0;
|
interfaceVersion = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user