GNU bug report logs - #62324
gnu: Add emu8051

Previous Next

Package: guix-patches;

Reported by: c4droid <c4droid <at> foxmail.com>

Date: Tue, 21 Mar 2023 07:30:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Bruno Victal <mirai <at> makinata.eu>
To: c4droid <c4droid <at> foxmail.com>
Cc: 62324 <at> debbugs.gnu.org
Subject: [bug#62324] [PATCH 0/1] gnu: emu8051: Using snippet to replace patch-ncurses phases
Date: Wed, 22 Mar 2023 02:13:53 +0000
On 2023-03-22 01:58, c4droid wrote:
>        (build-system gnu-build-system)
>        (arguments
>         `(#:tests? #f ;No test suite
> -         #:make-flags (list (string-append "CC="
> -                                           ,(cc-for-target)))
> -         #:phases (modify-phases %standard-phases
> -                    (delete 'configure) ;No ./configure script
> -                    (add-before 'build 'patch-ncurs

(arguments
 (list
  #:tests? #f ;No test suite
  #:make-flags #~(list (string-append "CC=" (cc-for-target)))
  .....


Note that I'm not using quasiquote here.


Cheers,
Bruno




This bug report was last modified 2 years and 50 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.