guix-patches
[Top][All Lists]
Advanced

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

[bug#32890] [PATCH 1/2] gnu: Add memtest86+.


From: Tobias Geerinckx-Rice
Subject: [bug#32890] [PATCH 1/2] gnu: Add memtest86+.
Date: Mon, 01 Oct 2018 12:31:43 +0200

Tobias Geerinckx-Rice wrote:
 (define-public msr-tools
   (package
     (name "msr-tools")
@@ -89,6 +151,7 @@ calibrated, and restored when the calibration is applied.")
     (arguments
      `(#:make-flags
(list (string-append "sbindir=" (assoc-ref %outputs "out") "/sbin"))
+       #:tests? #f                      ; no test suite
        #:phases
        (modify-phases %standard-phases
          (delete 'configure)            ; no configure script
@@ -98,8 +161,7 @@ calibrated, and restored when the calibration is applied.")
              (let* ((out  (assoc-ref outputs "out"))
                     (sbin (string-append out "/sbin")))
                (mkdir-p sbin)
-               #t))))
-       #:tests? #f))                    ; no test suite
+               #t))))))
     (native-inputs
      `(("unzip" ,unzip)))
;; These registers and the CPUID instruction only exist on (most) x86 chips.

Have some cruft. Shouldn't affect the build, of course.

Kind regards,

T G-R





reply via email to

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