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:
parent
6259721697
commit
41698cf72c
@ -23,7 +23,7 @@ stdenv.mkDerivation (
|
||||
showBuildStats = true;
|
||||
|
||||
postPhases =
|
||||
(optional doCoverageAnalysis "coverageReportPhase") ++ ["finalPhase"];
|
||||
(stdenv.lib.optional doCoverageAnalysis "coverageReportPhase") ++ ["finalPhase"];
|
||||
|
||||
finalPhase =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user