eukleides: depend on texinfo4 instead of overriding texinfo

This commit is contained in:
Vincenzo Mantova 2021-05-23 19:05:26 +01:00
parent b88e8d999c
commit b0c6bd9211
2 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, bison, flex, makeWrapper, texinfo, getopt, readline, texlive }:
{ lib, stdenv, fetchurl, bison, flex, makeWrapper, texinfo4, getopt, readline, texlive }:
lib.fix (eukleides: stdenv.mkDerivation rec {
pname = "eukleides";
@ -16,7 +16,7 @@ lib.fix (eukleides: stdenv.mkDerivation rec {
./gs-allowpstransparency.patch
];
nativeBuildInputs = [ bison flex texinfo makeWrapper ];
nativeBuildInputs = [ bison flex texinfo4 makeWrapper ];
buildInputs = [ getopt readline ];

View File

@ -29827,9 +29827,7 @@ in
ecm = callPackage ../applications/science/math/ecm { };
eukleides = callPackage ../applications/science/math/eukleides {
texinfo = texinfo4;
};
eukleides = callPackage ../applications/science/math/eukleides { };
form = callPackage ../applications/science/math/form { };