eukleides: depend on texinfo4 instead of overriding texinfo
This commit is contained in:
parent
b88e8d999c
commit
b0c6bd9211
@ -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 ];
|
||||
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user