From 135065853f0b35431a6e7b6b1cf63608863fea9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 10 Dec 2015 11:02:09 +0100 Subject: 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. --- gnu/packages/texinfo.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm index 591fb1f298..cc53293221 100644 --- a/gnu/packages/texinfo.scm +++ b/gnu/packages/texinfo.scm @@ -43,7 +43,6 @@ (build-system gnu-build-system) (native-inputs `(("procps" ,procps))) ;one of the tests needs pgrep (inputs `(("ncurses" ,ncurses) - ("xz" ,xz) ("perl" ,perl))) (native-search-paths -- cgit v1.2.3