all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 1/2] gnu: testdisk: Add optional dependencies.
@ 2016-07-03 16:25 Ricardo Wurmus
  2016-07-03 16:25 ` [PATCH 2/2] gnu: testdisk: Update to 7.0 Ricardo Wurmus
  2016-07-03 20:22 ` [PATCH 1/2] gnu: testdisk: Add optional dependencies Leo Famulari
  0 siblings, 2 replies; 5+ messages in thread
From: Ricardo Wurmus @ 2016-07-03 16:25 UTC (permalink / raw)
  To: guix-devel

* 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)
        ("zlib" ,zlib)
        ("e2fsprogs" ,e2fsprogs)
        ("libjpeg" ,libjpeg)
-- 
2.8.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-05  7:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 1/2] gnu: testdisk: Add optional dependencies Leo Famulari
2016-07-05  7:25   ` Ricardo Wurmus

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.