guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gnumach-headers: Also build and install new `machine' symlin


From: guix-commits
Subject: 02/02: gnu: gnumach-headers: Also build and install new `machine' symlink.
Date: Fri, 19 Jan 2024 04:24:32 -0500 (EST)

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

commit d42ca92d226419f8eae852f49bf686229d7c1a9c
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Jan 19 10:17:55 2024 +0100

    gnu: gnumach-headers: Also build and install new `machine' symlink.
    
    This is a follow-up to commit
    
        fe83aaf28369dd0548be6ced8a1f007eede01ded
        gnu: glibc/hurd: Update to 2.38.
    
    and fixes
    
        No rule to make target 'mach/machine/mach_i386.h', needed by
        'trivfs_server.o'.  Stop.
    
    * gnu/packages/hurd.scm (gnumach-headers)[arguments]: In phase `install' 
also
    build `install-data-hook'.
    
    Change-Id: I1985a17fa4a3fb789fe75791c2f9f4c8fd225d9a
---
 gnu/packages/hurd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index bb0bee28f2..4a1101d965 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -76,7 +76,7 @@
        (modify-phases %standard-phases
          (replace 'install
            (lambda _
-             (invoke "make" "install-data")))
+             (invoke "make" "install-data" "install-data-hook")))
          (delete 'build))
        #:tests? #f))
     (native-inputs



reply via email to

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