guix-patches
[Top][All Lists]
Advanced

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

[bug#63527] [PATCH v5 06/11] gnu: hurd: Add rumpkernel.


From: Janneke Nieuwenhuizen
Subject: [bug#63527] [PATCH v5 06/11] gnu: hurd: Add rumpkernel.
Date: Tue, 23 May 2023 18:01:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

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@gnu.org>  | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | Avatar® https://AvatarAcademy.com
..





reply via email to

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