summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-apps.scm
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-09-14 02:15:33 -0400
committerLudovic Courtès <ludo@gnu.org>2019-09-16 10:27:32 +0200
commitf2a3ff859119a81c6d302c552d404bf0462b09e3 (patch)
tree5768f6d420cc0013fde74a89f1e3ab2cdcae6460 /gnu/packages/haskell-apps.scm
parente405912c20cdd188274e850e72d145a39c917f77 (diff)
downloadguix-patches-f2a3ff859119a81c6d302c552d404bf0462b09e3.tar
guix-patches-f2a3ff859119a81c6d302c552d404bf0462b09e3.tar.gz
gnu: git-annex: Build with MagicMime support.
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. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/haskell-apps.scm')
-rw-r--r--gnu/packages/haskell-apps.scm1
1 files changed, 1 insertions, 0 deletions
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 @@ unique algebra of patches called @url{http://darcs.net/Theory,Patchtheory}.
("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)