File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 lib ,
3- runCommandNoCC ,
3+ runCommand ,
44 python3 ,
55 fetchArtifact ,
66} : {
1919 depSpecs = builtins . filter dependencyFilter (
2020 # Read all build and runtime dependencies from the verification-metadata XML
2121 builtins . fromJSON ( builtins . readFile (
22- runCommandNoCC "depSpecs" { buildInputs = [ python3 ] ; }
22+ runCommand "depSpecs" { buildInputs = [ python3 ] ; }
2323 "python ${ ./parse.py } ${ filteredSrc } /${ verificationFile } ${ builtins . toString ( builtins . map lib . escapeShellArg repositories ) } > $out"
2424 ) )
2525 ) ;
3333
3434 # write a dedicated script for the m2 repository creation. Otherwise, the m2Repository derivation might crash with 'Argument list too long'
3535 m2Repository =
36- runCommandNoCC "${ pname } -${ version } -m2-repository"
36+ runCommand "${ pname } -${ version } -m2-repository"
3737 { src = filteredSrc ; }
3838 (
3939 "mkdir $out"
You can’t perform that action at this time.
0 commit comments