[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/20: squash! gnu: ghc-zip-archive: Update to 0.4.1.
From: |
guix-commits |
Subject: |
16/20: squash! gnu: ghc-zip-archive: Update to 0.4.1. |
Date: |
Fri, 1 Nov 2019 22:16:57 -0400 (EDT) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 31ebfb9d2bcb6c0cbc4bc5ac6e592a4f35c786dc
Author: Timothy Sample <address@hidden>
Date: Fri Nov 1 21:55:15 2019 -0400
squash! gnu: ghc-zip-archive: Update to 0.4.1.
---
gnu/packages/haskell-xyz.scm | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index acba368..392f042 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11835,13 +11835,24 @@ documents.")
(base32
"1cdix5mnxrbs7b2kivhdydhfzgxidd9dqlw71mdw5p21cabwkmf5"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before 'check 'set-PATH-for-tests
+ (lambda* (#:key inputs #:allow-other-keys)
+ (let ((unzip (assoc-ref inputs "unzip"))
+ (which (assoc-ref inputs "which"))
+ (path (getenv "PATH")))
+ (setenv "PATH" (string-append unzip "/bin:" which "/bin:" path))
+ #t))))))
(inputs
`(("ghc-digest" ,ghc-digest)
("ghc-temporary" ,ghc-temporary)
("ghc-zlib" ,ghc-zlib)))
(native-inputs
`(("ghc-hunit" ,ghc-hunit)
- ("unzip" ,unzip)))
+ ("unzip" ,unzip)
+ ("which" ,which)))
(home-page "https://hackage.haskell.org/package/zip-archive")
(synopsis "Zip archive library for Haskell")
(description "The zip-archive library provides functions for creating,
- 02/20: squash! gnu: Add ghc-splitmix., (continued)
- 02/20: squash! gnu: Add ghc-splitmix., guix-commits, 2019/11/01
- 04/20: squash! gnu: ghc-math-functions: Update to 0.3.3.0., guix-commits, 2019/11/01
- 05/20: gnu: ghc-contravariant-extras: Update Cabal file to r1., guix-commits, 2019/11/01
- 08/20: gnu: ghc-cryptohash-md5: Update Cabal file to r4., guix-commits, 2019/11/01
- 07/20: gnu: ghc-deepseq-generics: Update Cabal file to r4., guix-commits, 2019/11/01
- 09/20: gnu: ghc-cryptohash-sha1: Update Cabal file to r4., guix-commits, 2019/11/01
- 11/20: squash! gnu: ghc-hedgehog: Update to 1.0.1., guix-commits, 2019/11/01
- 13/20: squash! gnu: ghc-libmpd: Update to 0.9.0.10., guix-commits, 2019/11/01
- 17/20: gnu: ghc-diff: Patch to work with newer QuickCheck., guix-commits, 2019/11/01
- 15/20: gnu: ghc-split: Update Cabal file to r2., guix-commits, 2019/11/01
- 16/20: squash! gnu: ghc-zip-archive: Update to 0.4.1.,
guix-commits <=
- 12/20: squash! gnu: ghc-haskell-src-meta: Update to 0.8.3., guix-commits, 2019/11/01
- 18/20: squash! gnu: ghc-extra: Update to 1.6.18., guix-commits, 2019/11/01
- 20/20: gnu: ghc-httpd-shed: Fix build with newer ghc-network., guix-commits, 2019/11/01
- 19/20: gnu: Add ghc-network-bsd., guix-commits, 2019/11/01
- 14/20: squash! gnu: ghc-vault: Update to 0.3.1.3., guix-commits, 2019/11/01