obviously just c/p'ing without testing should result in taking away commit rights...
svn path=/nixpkgs/trunk/; revision=19208
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation (
|
|||||||
showBuildStats = true;
|
showBuildStats = true;
|
||||||
|
|
||||||
postPhases =
|
postPhases =
|
||||||
(optional doCoverageAnalysis "coverageReportPhase") ++ ["finalPhase"];
|
(stdenv.lib.optional doCoverageAnalysis "coverageReportPhase") ++ ["finalPhase"];
|
||||||
|
|
||||||
finalPhase =
|
finalPhase =
|
||||||
''
|
''
|
||||||
|
|||||||
Reference in New Issue
Block a user