guix-patches
[Top][All Lists]
Advanced

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

[bug#28913] [PATCH 2/2] gnu: Add criu.


From: Ludovic Courtès
Subject: [bug#28913] [PATCH 2/2] gnu: Add criu.
Date: Sun, 22 Oct 2017 15:39:44 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> * gnu/packages/virtualization.scm (criu): New variable.

[...]

> +         (replace 'configure
> +           (lambda* (#:key inputs #:allow-other-keys)
> +             ;; The includes for libnl are located in a sub-directory.
> +             (setenv "C_INCLUDE_PATH"
> +                     (string-append (assoc-ref inputs "libnl")
> +                                    "/include/libnl3:"
> +                                    (getenv "C_INCLUDE_PATH")))

And there’s no libnet.pc or similar to provide the right -I flag?

> +    (synopsis "Checkpoint and restore in userspace")

“user space” (two words)?

Otherwise LGTM, thank you!

Ludo’.





reply via email to

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