guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 11/13] gnu: Add ghc-x11-xft.


From: Eric Bavier
Subject: Re: [PATCH 11/13] gnu: Add ghc-x11-xft.
Date: Sun, 23 Aug 2015 16:12:45 -0500

I pushed this patch with similar alignment fixes.

Thanks
`~Eric

On Tue, 18 Aug 2015 22:40:13 +0200
Siniša Biđin <address@hidden> wrote:

> * gnu/packages/haskell.scm (ghc-x11-xft): New variable.
> ---
>  gnu/packages/haskell.scm | 33 ++++++++++++++++++++++++++++++++-
>  1 file changed, 32 insertions(+), 1 deletion(-)
> 
[...]
> +    (source
> +      (origin

Align to "s"

> +        (method url-fetch)
> +        (uri (string-append
> +              "http://hackage.haskell.org/package/X11-xft/X11-xft-";
> +              version
> +              ".tar.gz"))
> +        (sha256
> +          (base32 "1lgqb0s2qfwwgbvwxhjbi23rbwamzdi0l0slfr20c3jpcbp3zfjf"))))
> +    (propagated-inputs
> +     `(("ghc-x11" ,ghc-x11)
> +       ("ghc-utf8-string" ,ghc-utf8-string)))
> +    (inputs
> +     `(("libx11" ,libx11)
> +       ("libxft" ,libxft)
> +       ("xproto" ,xproto)))
> +    (native-inputs
> +     `(("pkg-config" ,pkg-config)))
> +    (build-system haskell-build-system)
> +    (home-page "http://hackage.haskell.org/package/X11-xft";)
> +    (synopsis "Bindings to Xft")
> +    (description
> +      "Bindings to the Xft, X Free Type interface library, and some Xrender
> +parts.")

Align to "d".



reply via email to

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