On Tue, 18 Aug 2015 22:40:12 +0200
Siniša Biđin <sin...@bidin.eu> wrote:

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

Align to under "s".

> +        (method url-fetch)
> +        (uri (string-append
> +              "http://hackage.haskell.org/package/X11/X11-";
> +              version
> +              ".tar.gz"))
> +        (sha256
> +          (base32 "1kzjcynm3rr83ihqx2y2d852jc49da4p18gv6jzm7g87z22x85jj"))))
> +    (arguments
> +     `(#:phases (modify-phases %standard-phases
> +                 (add-before 'configure 'set-sh
> +                  (lambda _ (setenv "CONFIG_SHELL" "sh"))))))

I modified this procedure to return #t.

Pushed with those changes.

Thank you,
`~Eric



Reply via email to