We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b2cacec commit 0bf019cCopy full SHA for 0bf019c
pkgs/development/coq-modules/CoLoR/default.nix
@@ -10,7 +10,10 @@ stdenv.mkDerivation {
10
11
buildInputs = [ coq ];
12
enableParallelBuilding = true;
13
- installFlags = "COQLIB=$(out)/lib/coq/${coq.coq-version}/";
+
14
+ installPhase = ''
15
+ make -f Makefile.coq COQLIB=$out/lib/coq/${coq.coq-version}/ install
16
+ '';
17
18
meta = with stdenv.lib; {
19
homepage = http://color.inria.fr/;
0 commit comments