[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: loksh: Use PREFIX.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/07: gnu: loksh: Use PREFIX. |
Date: |
Wed, 24 Oct 2018 16:55:24 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f437e39aa2cd9214b03d5cf4f5bda22441834e04
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Oct 24 05:54:35 2018 +0200
gnu: loksh: Use PREFIX.
* gnu/packages/shells.scm (loksh)[argumentss]: Substitute PREFIX for
DESTDIR #:make-flags.
---
gnu/packages/shells.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 47efe5d..3e9d797 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -586,14 +586,13 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.")
(native-inputs
`(("pkg-config" ,pkg-config)))
(arguments
- `(#:tests? #f ;No tests included
+ `(#:tests? #f ; no tests included
#:make-flags (list "CC=gcc" "HAVE_LIBBSD=1"
- (string-append "DESTDIR="
- (assoc-ref %outputs "out"))
- "PREFIX=")
+ (string-append "PREFIX="
+ (assoc-ref %outputs "out")))
#:phases
(modify-phases %standard-phases
- (delete 'configure)))) ;No configure script
+ (delete 'configure)))) ; no configure script
(home-page "https://github.com/dimkr/loksh")
(synopsis "Korn Shell from OpenBSD")
(description
- branch master updated (c1144c7 -> f65fdd9), Tobias Geerinckx-Rice, 2018/10/24
- 02/07: gnu: iproute2: Update to 4.19.0., Tobias Geerinckx-Rice, 2018/10/24
- 04/07: gnu: Add python-readlike., Tobias Geerinckx-Rice, 2018/10/24
- 03/07: gnu: minixml: Update to 2.12., Tobias Geerinckx-Rice, 2018/10/24
- 06/07: gnu: Add python-mechanicalsoup., Tobias Geerinckx-Rice, 2018/10/24
- 01/07: gnu: loksh: Use PREFIX.,
Tobias Geerinckx-Rice <=
- 05/07: gnu: Add python-reparser., Tobias Geerinckx-Rice, 2018/10/24
- 07/07: gnu: Add hangups., Tobias Geerinckx-Rice, 2018/10/24