mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
This commit is contained in:
parent
a5be456960
commit
61f07911f7
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ (define-public gnumach-headers
|
|||
(modify-phases %standard-phases
|
||||
(replace 'install
|
||||
(lambda _
|
||||
(invoke "make" "install-data")))
|
||||
(invoke "make" "install-data" "install-data-hook")))
|
||||
(delete 'build))
|
||||
#:tests? #f))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue