coqPackages.[coq-ext-lib,heq,paco,ynot]: new expressions

This commit is contained in:
John Wiegley
2014-10-11 17:24:59 -05:00
parent 0a259ea888
commit 904bee0c46
7 changed files with 127 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
installPhase = ''
COQLIB=$out/lib/coq/${coq.coq-version}/
ensureDir $COQLIB/user-contrib/Tlc
mkdir -p $COQLIB/user-contrib/Tlc
cp -p *.vo $COQLIB/user-contrib/Tlc
'';