guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add laby.


From: Andreas Enge
Subject: Re: [PATCH] gnu: Add laby.
Date: Fri, 12 Feb 2016 19:17:36 +0100
User-agent: Mutt/1.5.24 (2015-08-30)

On Thu, Feb 11, 2016 at 11:21:30PM +0100, Jan Nieuwenhuizen wrote:
> +       #:phases (modify-phases %standard-phases
> +                  (replace
> +                   'configure
> +                   (lambda* (#:key inputs outputs #:allow-other-keys)
> +                     (let ((out (assoc-ref outputs "out")))
> +                       (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

Thanks,

Andreas




reply via email to

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