guix-patches
[Top][All Lists]
Advanced

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

bug#27073: [PATCH] gnu: Add cpuid.


From: Marius Bakke
Subject: bug#27073: [PATCH] gnu: Add cpuid.
Date: Thu, 25 May 2017 20:54:48 +0200
User-agent: Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu)

Clément Lassieur <address@hidden> writes:

> * gnu/packages/linux.scm (cpuid): New variable.

[...]

> +       #:phases (modify-phases %standard-phases
> +                  (delete 'configure)
> +                  (add-before 'install 'fix-makefile
> +                    (lambda* (#:key outputs #:allow-other-keys)
> +                      (substitute* "Makefile"
> +                        (("\\$\\(BUILDROOT\\)/usr") (assoc-ref outputs 
> "out")))
> +                      (substitute* "Makefile"
> +                        (("-m 444") "-m 644"))

Why is this necessary? Perhaps you can add a comment?

LGTM otherwise.

Attachment: signature.asc
Description: PGP signature


reply via email to

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