guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: netdde: Support native build on the Hurd.


From: guix-commits
Subject: 01/02: gnu: netdde: Support native build on the Hurd.
Date: Sat, 24 Jun 2023 09:22:53 -0400 (EDT)

janneke pushed a commit to branch hurd-team
in repository guix.

commit 3e648d4f77b502f2698ac8b4ca08ab7fb713cb0d
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Jun 23 20:37:06 2023 +0200

    gnu: netdde: Support native build on the Hurd.
    
    * gnu/packages/hurd.scm (netdde)[arguments]: There is no check
    target, so set #:tests? to #false.
---
 gnu/packages/hurd.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 7b18c85cb9..3a80f97796 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -580,7 +580,8 @@ implementing them.")
                 (file-name (git-file-name name commit))))
       (build-system gnu-build-system)
       (arguments
-       `(#:make-flags
+       `(#:tests? #f                    ;no "check" target
+         #:make-flags
          (list (string-append "SHELL="
                               (search-input-file %build-inputs "/bin/bash"))
                "PKGDIR=libdde_linux26"



reply via email to

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