[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/15: gnu: agda: Update to 2.6.2.1.
From: |
guix-commits |
Subject: |
09/15: gnu: agda: Update to 2.6.2.1. |
Date: |
Thu, 16 Dec 2021 21:07:43 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 2e964d0d7d0f28a183068267a9eda0664f24ceb4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 17 02:12:30 2021 +0100
gnu: agda: Update to 2.6.2.1.
* gnu/packages/agda.scm (agda): Update to 2.6.2.1.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/agda.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/agda.scm b/gnu/packages/agda.scm
index 606b0e4..4dd6366 100644
--- a/gnu/packages/agda.scm
+++ b/gnu/packages/agda.scm
@@ -37,7 +37,7 @@
(define-public agda
(package
(name "agda")
- (version "2.6.2")
+ (version "2.6.2.1")
(source
(origin
(method url-fetch)
@@ -45,8 +45,7 @@
"https://hackage.haskell.org/package/Agda/Agda-"
version ".tar.gz"))
(sha256
- (base32
- "159hznnsxg7hlp80r1wqizyd7gwgnq0j13cm4d27cns0ganslb07"))))
+ (base32 "03dw7jfqr3ffik6avigm525djqh2gn5c3qwnb2h6298zkr9lch9w"))))
(build-system haskell-build-system)
(inputs
(list ghc-aeson
@@ -81,15 +80,13 @@
;; This allows us to call the 'agda' binary before installing.
(add-after 'unpack 'set-ld-library-path
(lambda _
- (setenv "LD_LIBRARY_PATH" (string-append (getcwd) "/dist/build"))
- #t))
+ (setenv "LD_LIBRARY_PATH" (string-append (getcwd)
"/dist/build"))))
(add-after 'compile 'agda-compile
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(agda-compiler (string-append out "/bin/agda")))
(for-each (cut invoke agda-compiler <>)
- (find-files (string-append out "/share") "\\.agda$"))
- #t))))))
+ (find-files (string-append out "/share")
"\\.agda$"))))))))
(home-page "https://wiki.portal.chalmers.se/agda/")
(synopsis
"Dependently typed functional programming language and proof assistant")
- branch master updated (1ca2c67 -> 010a1ff), guix-commits, 2021/12/16
- 01/15: gnu: Remove unreferenced nss/fixed., guix-commits, 2021/12/16
- 04/15: gnu: htop: Update to 3.1.2., guix-commits, 2021/12/16
- 11/15: gnu: audit: Update to 3.0.6., guix-commits, 2021/12/16
- 13/15: gnu: audit: Tweak description., guix-commits, 2021/12/16
- 09/15: gnu: agda: Update to 2.6.2.1.,
guix-commits <=
- 12/15: gnu: audit: Remove input labels., guix-commits, 2021/12/16
- 03/15: gnu: bmake: Remove input labels., guix-commits, 2021/12/16
- 14/15: gnu: cloc: Update to 1.92., guix-commits, 2021/12/16
- 08/15: gnu: remmina: Remove input labels., guix-commits, 2021/12/16
- 06/15: gnu: bemenu: Update to 0.6.4., guix-commits, 2021/12/16
- 10/15: gnu: openvpn: Update to 2.5.5., guix-commits, 2021/12/16
- 15/15: gnu: libjcat: Update to 0.1.9., guix-commits, 2021/12/16
- 02/15: gnu: bmake: Update to 20211207., guix-commits, 2021/12/16
- 05/15: gnu: fasm: Update to 1.73.28., guix-commits, 2021/12/16
- 07/15: gnu: remmina: Update to 1.4.22., guix-commits, 2021/12/16