GNU bug report logs -
#57688
[PATCH] gnu: Add wiggle.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Thu, 8 Sep 2022 23:16:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello again!
`guix style's choices can be a wee bit dubious at times, as seen below:
On Sat Sep 10, 2022 at 2:17 AM BST, jgart via Guix-patches via wrote:
> + (list #:make-flags #~(list "-I. -O3"
^^^^^^^^^^^^^^^
Put the value on the next line.
> + (string-append "CC="
> + #$(cc-for-target))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Put this expression all on one line.
> + "INSTALL=\"install\""
> + "STRIP=-s"
> + (string-append "BINDIR="
> + #$output "/bin")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Same here.
> + (string-append "MANDIR="
> + #$output "/share/man")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Same here.
> + (string-append "PREFIX="
> + #$output))
^^^^^^^^^^^^^^^^^^^^^^^^
Same here.
> + #:phases #~(modify-phases %standard-phases
^^^^^^^^^^^
Put the value on the next line here, too.
-- (
This bug report was last modified 2 years and 310 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.