gnu: texinfo: Remove unneeded dependency on xz.
The impetus for this is that XZ 5.2.2 requires pthreads. However, when using the bootstrap GCC, using '-pthread' doesn't work because it tries to refer to /nix/store/eeeeee-glibc-2.18. XZ eventually fails to build with undefined references to pthread symbols. * gnu/packages/texinfo.scm (texinfo)[inputs]: Remove XZ, which was unneeded.
This commit is contained in:
parent
6a4db3f361
commit
135065853f
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ (define-public texinfo
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("procps" ,procps))) ;one of the tests needs pgrep
|
(native-inputs `(("procps" ,procps))) ;one of the tests needs pgrep
|
||||||
(inputs `(("ncurses" ,ncurses)
|
(inputs `(("ncurses" ,ncurses)
|
||||||
("xz" ,xz)
|
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
|
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
|
|
Loading…
Reference in a new issue