guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: texinfo: Remove unneeded dependency on xz.


From: Ludovic Courtès
Subject: 01/02: gnu: texinfo: Remove unneeded dependency on xz.
Date: Thu, 10 Dec 2015 22:34:22 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit 135065853f0b35431a6e7b6b1cf63608863fea9b
Author: Ludovic Courtès <address@hidden>
Date:   Thu Dec 10 11:02:09 2015 +0100

    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 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index 591fb1f..cc53293 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]