[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: git-annex: Build with S3 support.
From: |
guix-commits |
Subject: |
01/01: gnu: git-annex: Build with S3 support. |
Date: |
Sun, 27 Oct 2019 08:41:42 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit ac1b080107b9ebf8219921f460dfad14b3d681ed
Author: Efraim Flashner <address@hidden>
Date: Sun Oct 27 14:41:12 2019 +0200
gnu: git-annex: Build with S3 support.
* gnu/packages/haskell-apps.scm (git-annex)[arguments]: Enable S3 in
configure-flags.
[inputs]: Add ghc-aws.
---
gnu/packages/haskell-apps.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index c5e1cd6..beecb03 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -11,6 +11,7 @@
;;; Copyright © 2015 Paul van der Walt <address@hidden>
;;; Copyright © 2019 Kyle Meyer <address@hidden>
;;; Copyright © 2015 John Soo <address@hidden>
+;;; Copyright © 2019 Efraim Flashner <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -256,7 +257,7 @@ unique algebra of patches called
@url{http://darcs.net/Theory,Patchtheory}.
(build-system haskell-build-system)
(arguments
`(#:configure-flags
- '("--flags=-Android -Assistant -Pairing -S3 -Webapp -WebDAV")
+ '("--flags=-Android -Assistant -Pairing -Webapp -WebDAV")
#:phases
(modify-phases %standard-phases
(add-before 'configure 'patch-shell-for-tests
@@ -317,6 +318,7 @@ unique algebra of patches called
@url{http://darcs.net/Theory,Patchtheory}.
`(("curl" ,curl)
("ghc-aeson" ,ghc-aeson)
("ghc-async" ,ghc-async)
+ ("ghc-aws" ,ghc-aws)
("ghc-bloomfilter" ,ghc-bloomfilter)
("ghc-byteable" ,ghc-byteable)
("ghc-case-insensitive" ,ghc-case-insensitive)