mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
bundlerApp: don't execute postBuild twice
This commit is contained in:
parent
c9fd6099b4
commit
5e1e055817
@ -59,6 +59,4 @@ in
|
|||||||
find -L ${basicEnv}/${ruby.gemPath}/gems/${basicEnv.name} \( -wholename "*/man/*.$section" -o -wholename "*/man/man$section/*.$section" \) -print -execdir mkdir -p $mandir \; -execdir cp '{}' $mandir \;
|
find -L ${basicEnv}/${ruby.gemPath}/gems/${basicEnv.name} \( -wholename "*/man/*.$section" -o -wholename "*/man/man$section/*.$section" \) -print -execdir mkdir -p $mandir \; -execdir cp '{}' $mandir \;
|
||||||
done
|
done
|
||||||
''}
|
''}
|
||||||
|
|
||||||
${postBuild}
|
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user