guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add laby.


From: Jan Nieuwenhuizen
Subject: Re: [PATCH] gnu: Add laby.
Date: Fri, 12 Feb 2016 19:30:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Andreas Enge writes:

>> +                       (system*
>> +                        "./configure"
>> +                        "-bindir" (string-append out "/bin")
>> +                        "-config" (string-append out "/etc/ocamfind.conf")
>> +                        "-mandir" (string-append out "/share/man")
>> +                        "-sitelib" (string-append out "/lib/ocaml/site-lib")
>> +                        "-with-toolbox")))))))
>
> Ah, one more thing: This could potentially be a list of configure flags,
> see for instance font-adobe100dpi. These are added to our standard configure
> flags. Some build systems choke on "--enable-fast-install" and need an
> explicit call to "./configure" then. If this is the case, please add a
> comment such as
>     ;; do not pass "--enable-fast-install", which makes the
>     ;; configure process fail

This is a custom configure.  It takes single-dashed flags and it chokes
on all standard flags as well as on CONFIG_SHELL et al.  I would be
happy to use something like #:configure-flags but I could use help
because I do not see how to do that.

Greetings, Jan

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | AvatarĀ®  http://AvatarAcademy.nl  



reply via email to

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