I pushed this patch with similar alignment fixes. Thanks `~Eric
On Tue, 18 Aug 2015 22:40:13 +0200 Siniša Biđin <sin...@bidin.eu> 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".