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
|
COQLIB=$out/lib/coq make -f Makefile.coq install -e
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp bin/* $out/bin
|
cp bin/* $out/bin
|
||||||
for i in $out/bin/*; do
|
# for i in $out/bin/*; do
|
||||||
wrapProgram "$i" \
|
# wrapProgram "$i" \
|
||||||
--add-flags "-R" \
|
# --add-flags "-R" \
|
||||||
--add-flags "$out/lib/coq/user-contrib/Ssreflect" \
|
# --add-flags "$out/lib/coq/user-contrib/Ssreflect" \
|
||||||
--add-flags "Ssreflect"
|
# --add-flags "Ssreflect"
|
||||||
done
|
# done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user