all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 1/2] gnu: testdisk: Add optional dependencies.
Date: Sun, 3 Jul 2016 16:22:23 -0400	[thread overview]
Message-ID: <20160703202223.GB26140@jasmine> (raw)
In-Reply-To: <20160703162555.19342-1-rekado@elephly.net>

On Sun, Jul 03, 2016 at 06:25:54PM +0200, Ricardo Wurmus wrote:
> * gnu/packages/admin.scm (testdisk)[inputs]: Add ntfs-3g and libjpeg.
> ---
>  gnu/packages/admin.scm | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
> index 415a35a..2014ecb 100644
> --- a/gnu/packages/admin.scm
> +++ b/gnu/packages/admin.scm
> @@ -1149,9 +1149,11 @@ characters can be replaced as well, as can UTF-8 characters.")
>                  "0v1jap83f5h99zv01v3qmqm160d36n4ysi0gyq7xzb3mqgmw75x5"))))
>      (build-system gnu-build-system)
>      (inputs
> -     `(;; ("ntfs" ,ntfs)
> +     `(("ntfs-3g" ,ntfs-3g)
>         ("util-linux" ,util-linux)
>         ("openssl" ,openssl)
> +       ;; FIXME: add reiserfs
> +       ("libjpeg" ,libjpeg)

It already includes libjpeg ...

>         ("zlib" ,zlib)
>         ("e2fsprogs" ,e2fsprogs)
>         ("libjpeg" ,libjpeg)

... here ;)

So it should add ntfs-3g and the comment about reiserfs, right?

  parent reply	other threads:[~2016-07-03 20:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-03 16:25 [PATCH 1/2] gnu: testdisk: Add optional dependencies Ricardo Wurmus
2016-07-03 16:25 ` [PATCH 2/2] gnu: testdisk: Update to 7.0 Ricardo Wurmus
2016-07-03 20:23   ` Leo Famulari
2016-07-03 20:22 ` Leo Famulari [this message]
2016-07-05  7:25   ` [PATCH 1/2] gnu: testdisk: Add optional dependencies Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160703202223.GB26140@jasmine \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.