GNU bug report logs -
#37402
[PATCH 0/4] Updates for git-annex
Previous Next
Reported by: Kyle Meyer <kyle <at> kyleam.com>
Date: Sat, 14 Sep 2019 06:10:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 37402 <at> debbugs.gnu.org (full text, mbox):
git-annex has a mechanism for configuring whether a file is added to the annex
or stored in git. Building with MagicMime support makes it possible to
condition the behavior on a file's MIME type.
* gnu/packages/haskell-apps.scm (git-annex)[inputs]: Add ghc-magic.
---
gnu/packages/haskell-apps.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 8c4048aa66..1341994e60 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -337,6 +337,7 @@ (define-public git-annex
("ghc-http-conduit" ,ghc-http-conduit)
("ghc-http-types" ,ghc-http-types)
("ghc-ifelse" ,ghc-ifelse)
+ ("ghc-magic" ,ghc-magic)
("ghc-memory" ,ghc-memory)
("ghc-monad-control" ,ghc-monad-control)
("ghc-monad-logger" ,ghc-monad-logger)
--
2.23.0
This bug report was last modified 5 years and 243 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.