GNU bug report logs -
#63527
[PATCH 0/3] Initial attempt at rumpdisk support for the Hurd.
Previous Next
Full log
View this message in rfc822 format
Janneke Nieuwenhuizen writes:
[..]
> * gnu/packages/hurd.scm (hurd-headers): Use them.
> (hurd)[inputs]: Add util-linux:static, parted, rumpkernel.
[..]
> diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
> index 9fbca9d5c5..536df96e00 100644
> @@ -567,7 +570,11 @@ (define-public hurd
> ("coreutils" ,coreutils)
> ("sed" ,sed)
> ("grep" ,grep)
> - ("util-linux" ,util-linux)))
> + ("util-linux" ,util-linux)
> +;; ("util-linux" ,util-linux "lib") ;libuuid.so, for parted
> + ("util-linux" ,util-linux "static") ;libuuid.a, for parted
> + ("parted" ,parted) ;for rumpdisk
> + ("rumpkernel" ,rumpkernel)))
> (native-inputs
> `(("autoconf" ,autoconf)
> ("automake" ,automake)
Oops, will remove the commented code, and also check if we can remove
("util-linux" ,util-linux)
altogether.
Janneke
--
Janneke Nieuwenhuizen <janneke <at> gnu.org> | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | AvatarĀ® https://AvatarAcademy.com
..
This bug report was last modified 2 years and 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.