janneke pushed a commit to branch wip-hurd
in repository guix.
commit 51800aae7e382e33b9d4f29d96a48e3cfe07c58c
Author: Jan Nieuwenhuizen <[email protected]>
AuthorDate: Sun Mar 8 14:07:51 2020 -0400
gnu: hurd: Update to hurd-headers version: 0.9-91a51672.
* gnu/packages/hurd.scm (hurd): Use version and source from
hurd-headers.
---
gnu/packages/hurd.scm | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 59d5c31..28390b2 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -282,14 +282,8 @@ Hurd-minimal package which are needed for both glibc and
GCC.")
(define-public hurd
(package
(name "hurd")
- (version "0.9")
- (source (origin
- (method url-fetch)
- (uri (hurd-source-url version))
- (sha256
- (base32
- "1nw9gly0n7pyv3cpfm4mmxy4yccrx4g0lyrvd3vk2vil26jpbggw"))
- (patches (search-patches
"hurd-fix-eth-multiplexer-dependency.patch"))))
+ (version (package-version hurd-headers))
+ (source (package-source hurd-headers))
(arguments
`(#:phases
(modify-phases %standard-phases