mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
eukleides: build with texinfo 4.x; version 5 doesn't succeed
This commit is contained in:
parent
397550afe5
commit
3d8b0401c2
@ -9860,7 +9860,9 @@ let
|
|||||||
|
|
||||||
ecm = callPackage ../applications/science/math/ecm { };
|
ecm = callPackage ../applications/science/math/ecm { };
|
||||||
|
|
||||||
eukleides = callPackage ../applications/science/math/eukleides { };
|
eukleides = callPackage ../applications/science/math/eukleides {
|
||||||
|
texinfo = texinfo4;
|
||||||
|
};
|
||||||
|
|
||||||
fricas = callPackage ../applications/science/math/fricas { };
|
fricas = callPackage ../applications/science/math/fricas { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user