Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> skribis:

> From ffcef48c74e2fe3963b93872d2863de6648e8ea5 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <ricardo.wur...@mdc-berlin.de>
> Date: Tue, 10 Mar 2015 10:50:22 +0100
> Subject: [PATCH] gnu: Add CUnit.
>
> * gnu/packages/check.scm (cunit): New variable.

LGTM.

> +       (uri (string-append "mirror://sourceforge/cunit/CUnit/"
> +                           version "/CUnit-" version ".tar.bz2"))
> +       (sha256
> +        (base32
> +         "057j82da9vv4li4z5ri3227ybd18nzyq81f6gsvhifs5z0vr3cpm"))))
> +    (build-system gnu-build-system)
> +    (arguments '(#:phases
> +                 (alist-cons-before
> +                  'configure 'autoconf
> +                  (lambda _
> +                    (zero? (system* "autoreconf" "-vfi")))

So they don’t produce the tarball with “make dist”?  Bah.

Ludo’.

Reply via email to