ssreflect, mathcomp: fix build
This commit is contained in:
parent
222f4b9e2b
commit
7462d96a65
@ -18,6 +18,7 @@ stdenv.mkDerivation {
|
|||||||
buildFlags = stdenv.lib.optionalString withDoc "doc";
|
buildFlags = stdenv.lib.optionalString withDoc "doc";
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
patchShebangs etc/utils/ssrcoqdep
|
||||||
cd mathcomp
|
cd mathcomp
|
||||||
export COQBIN=${coq}/bin/
|
export COQBIN=${coq}/bin/
|
||||||
'';
|
'';
|
||||||
|
@ -18,6 +18,7 @@ stdenv.mkDerivation {
|
|||||||
inherit patches;
|
inherit patches;
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
patchShebangs etc/utils/ssrcoqdep
|
||||||
cd mathcomp/ssreflect
|
cd mathcomp/ssreflect
|
||||||
export COQBIN=${coq}/bin/
|
export COQBIN=${coq}/bin/
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user