guix-patches
[Top][All Lists]
Advanced

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

[bug#62324] [PATCH 0/1] gnu: emu8051: Using snippet to replace patch-ncu


From: Bruno Victal
Subject: [bug#62324] [PATCH 0/1] gnu: emu8051: Using snippet to replace patch-ncurses phases
Date: Wed, 22 Mar 2023 02:13:53 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

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





reply via email to

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