[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: git-annex: Build with MagicMime support.
From: |
guix-commits |
Subject: |
06/09: gnu: git-annex: Build with MagicMime support. |
Date: |
Mon, 16 Sep 2019 04:58:46 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit f2a3ff859119a81c6d302c552d404bf0462b09e3
Author: Kyle Meyer <address@hidden>
Date: Sat Sep 14 02:15:33 2019 -0400
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 <address@hidden>
---
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 8c4048a..1341994 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)
- branch master updated (fb6e550 -> 1d25447), guix-commits, 2019/09/16
- 01/09: services: certbot: Add --manual-public-ip-logging-ok for manual challenges, guix-commits, 2019/09/16
- 04/09: gnu: git-annex: Update license., guix-commits, 2019/09/16
- 05/09: gnu: Add ghc-magic., guix-commits, 2019/09/16
- 03/09: pack: Provide a meaningful "repository name" for Docker., guix-commits, 2019/09/16
- 08/09: gnu: emacs-dumb-jump: Update to 0.5.3., guix-commits, 2019/09/16
- 07/09: gnu: git-annex: Update to 7.20190912., guix-commits, 2019/09/16
- 02/09: pack: Add packages in the order in which they appear on the command line., guix-commits, 2019/09/16
- 06/09: gnu: git-annex: Build with MagicMime support.,
guix-commits <=
- 09/09: gnu: Add herbstluftwm., guix-commits, 2019/09/16