[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/14: gnu: txr: Update to 239.
From: |
guix-commits |
Subject: |
01/14: gnu: txr: Update to 239. |
Date: |
Fri, 5 Jun 2020 09:48:14 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 3a7fcfb34ef8cefb64c93d48e2d665a08fe3b8a1
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Jun 5 14:08:20 2020 +0200
gnu: txr: Update to 239.
* gnu/packages/lisp.scm (txr): Update to 239.
[arguments]: Use cc-for-target.
---
gnu/packages/lisp.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 498eee9..a2e0f07 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -800,7 +800,7 @@ enough to play the original mainframe Zork all the way
through.")
(define-public txr
(package
(name "txr")
- (version "238")
+ (version "239")
(source
(origin
(method git-fetch)
@@ -809,15 +809,12 @@ enough to play the original mainframe Zork all the way
through.")
(commit (string-append "txr-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0asdq4n828xb1m31s7f47mqcbjqkzxz11bwnw8v3f2249m93ync4"))))
+ (base32 "1jldpkd5f855m3z4zjpd1ha64f405pcdwwrnr8jnk66v22dsvdwx"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
- (let ((target ,(%current-target-system)))
- (list (string-append "cc=" (if target
- (string-append target "-gcc")
- "gcc"))
- (string-append "--prefix=" (assoc-ref %outputs "out"))))
+ (list ,(string-append "cc=" (cc-for-target))
+ (string-append "--prefix=" (assoc-ref %outputs "out")))
#:test-target "tests"
#:phases
(modify-phases %standard-phases
- branch master updated (66294d7 -> 1f9999d), guix-commits, 2020/06/05
- 02/14: gnu: Add quantile-estimator., guix-commits, 2020/06/05
- 05/14: gnu: Add cl-prometheus.collectors.process., guix-commits, 2020/06/05
- 06/14: gnu: Add cl-prometheus.formats.text., guix-commits, 2020/06/05
- 01/14: gnu: txr: Update to 239.,
guix-commits <=
- 03/14: gnu: Add cl-prometheus., guix-commits, 2020/06/05
- 04/14: gnu: Add cl-prometheus.collectors.sbcl., guix-commits, 2020/06/05
- 07/14: gnu: Add cl-prometheus.exposers.hunchentoot., guix-commits, 2020/06/05
- 08/14: gnu: Add cl-prometheus.pushgateway., guix-commits, 2020/06/05
- 10/14: gnu: Add cl-dissect., guix-commits, 2020/06/05
- 12/14: gnu: Add cl-exponential-backoff., guix-commits, 2020/06/05
- 13/14: gnu: Add cl-sxql., guix-commits, 2020/06/05
- 09/14: gnu: Add cl-uuid., guix-commits, 2020/06/05
- 11/14: gnu: Add cl-rove., guix-commits, 2020/06/05
- 14/14: gnu: Add cl-1am., guix-commits, 2020/06/05