Coccinelle: wrapper for 'spatch.opt'.
There was already a wrapper for spatch, but not for the optimized version 'spatch.opt'. Actually, for coccinelle in nixpkgs, I'd propose to only provide the optimized version of spatch, as it makes no difference for the end user. svn path=/nixpkgs/trunk/; revision=32341
This commit is contained in:
parent
a3da139c73
commit
f8b1a1db26
@ -34,6 +34,10 @@ stdenv.mkDerivation rec {
|
||||
--prefix "LD_LIBRARY_PATH" ":" "$out/lib" \
|
||||
--prefix "PYTHONPATH" ":" "$out/share/coccinelle/python"
|
||||
|
||||
wrapProgram "$out/bin/spatch.opt" \
|
||||
--prefix "LD_LIBRARY_PATH" ":" "$out/lib" \
|
||||
--prefix "PYTHONPATH" ":" "$out/share/coccinelle/python"
|
||||
|
||||
yes | make test
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user