* Oops, the "I" bit in "nix-env -qas" was broken. Reported by Nicolae Vintila.

This commit is contained in:
Eelco Dolstra 2006-01-26 23:18:26 +00:00
parent 1029716a8a
commit db2275cb99
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ static void opQuery(Globals & globals,
/* Obtain derivation information from the specified source. */
UserEnvElems availElems, installedElems;
if (source == sInstalled || compareVersions) {
if (source == sInstalled || compareVersions || printStatus) {
installedElems = queryInstalled(globals.state, globals.profile);
}