svn path=/nixpkgs/trunk/; revision=13414

This commit is contained in:
Eelco Dolstra 2008-11-25 15:54:05 +00:00
parent 2efa4abeae
commit 8cc8ee244a

View file

@ -84,7 +84,7 @@ stdenv.mkDerivation (
meta = {
description = if doCoverageAnalysis then "Coverage analysis" else "Native Nix build";
description = if doCoverageAnalysis then "Coverage analysis" else "Native Nix build on ${stdenv.system}";
};
}