mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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";
|
||||
|
||||
preBuild = ''
|
||||
patchShebangs etc/utils/ssrcoqdep
|
||||
cd mathcomp
|
||||
export COQBIN=${coq}/bin/
|
||||
'';
|
||||
|
@ -18,6 +18,7 @@ stdenv.mkDerivation {
|
||||
inherit patches;
|
||||
|
||||
preBuild = ''
|
||||
patchShebangs etc/utils/ssrcoqdep
|
||||
cd mathcomp/ssreflect
|
||||
export COQBIN=${coq}/bin/
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user