forked from lix-project/lix
* Optionally warn about packages that give an assertion failure.
This commit is contained in:
parent
6da6fbfbe9
commit
4cad125e08
|
@ -1062,7 +1062,7 @@ static void opQuery(Globals & globals,
|
||||||
cout.flush();
|
cout.flush();
|
||||||
|
|
||||||
} catch (AssertionError & e) {
|
} catch (AssertionError & e) {
|
||||||
/* !!! hm, maybe we should give some sort of warning here? */
|
printMsg(lvlTalkative, format("skipping derivation named `%1%' which gives an assertion failure") % i->name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue