guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add di.


From: Leo Famulari
Subject: Re: [PATCH] gnu: Add di.
Date: Sun, 3 Jul 2016 17:02:12 -0400
User-agent: Mutt/1.6.0 (2016-04-01)

On Sat, Jul 02, 2016 at 03:13:52PM -0400, John J Foerch wrote:
> * gnu/packages/admin.scm (di): New variable.

Thanks!

> +    (arguments
> +     `(#:phases
> +       (modify-phases %standard-phases
> +         (delete 'configure)
> +         (delete 'check)

Did you try setting `#:test-target "test"` in the arguments? The
Makefile has a test target.

> +         (add-before 'build 'setup-environment
> +           (lambda* (#:key outputs #:allow-other-keys)
> +             (setenv "CC" "gcc")
> +             (setenv "prefix" (assoc-ref outputs "out"))
> +             #t)))

Can you move these variables into #:make-flags?

> +       #:make-flags (list "-e")))

> +    (description
> +     "'di' is a disk information utility, displaying everything
> +(and more) that your 'df' command does.  It features the ability to display

How about wrapping 'df' in texinfo like this? @code{df}



reply via email to

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