add support to make building coqide optional.
svn path=/nixpkgs/trunk/; revision=34262
This commit is contained in:
parent
390907e0a2
commit
f02a71103a
@ -33,12 +33,12 @@ stdenv.mkDerivation {
|
||||
COQLIB=$out/lib/coq make -f Makefile.coq install -e
|
||||
mkdir -p $out/bin
|
||||
cp bin/* $out/bin
|
||||
for i in $out/bin/*; do
|
||||
wrapProgram "$i" \
|
||||
--add-flags "-R" \
|
||||
--add-flags "$out/lib/coq/user-contrib/Ssreflect" \
|
||||
--add-flags "Ssreflect"
|
||||
done
|
||||
# for i in $out/bin/*; do
|
||||
# wrapProgram "$i" \
|
||||
# --add-flags "-R" \
|
||||
# --add-flags "$out/lib/coq/user-contrib/Ssreflect" \
|
||||
# --add-flags "Ssreflect"
|
||||
# done
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user