From: ng0 <ng0@n0.is>
To: 29708@debbugs.gnu.org
Subject: [bug#29708] Update s-shell
Date: Thu, 14 Dec 2017 13:31:23 +0000 [thread overview]
Message-ID: <20171214133123.ymo5dxscjqhsbkfn@abyayala> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 133 bytes --]
Appended.
--
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys
WWW: https://n0.is
[-- Attachment #1.2: 0001-s-shell-Update-to-commit-da2e5c20c0c5f477ec3426dc258.patch --]
[-- Type: text/plain, Size: 1901 bytes --]
From cf2cbe9e9e525aa9dd697fcedb255a0fbc194ac9 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@n0.is>
Date: Thu, 14 Dec 2017 13:22:58 +0000
Subject: [PATCH] s-shell: Update to commit
da2e5c20c0c5f477ec3426dc2584889a789b1659.
* gnu/packages/shells.scm (s-shell): Update to commit da2e5c20c0c5f477ec3426dc2584889a789b1659.
(version): Use 'git-version'.
---
gnu/packages/shells.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 1f076999c..343f50d6d 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -511,11 +511,11 @@ Its features include:
(license bsd-2))))
(define-public s-shell
- (let ((commit "6604341edb3a775ff94415762af3ee9bd86bfb3c")
- (revision "1"))
+ (let ((commit "da2e5c20c0c5f477ec3426dc2584889a789b1659")
+ (revision "2"))
(package
(name "s-shell")
- (version (string-append "0.0.0-" revision "." (string-take commit 7)))
+ (version (git-version "0.0.0" revision commit))
(source
(origin
(method git-fetch)
@@ -525,13 +525,15 @@ Its features include:
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "1075cml6dl15d770j3m12yz90cjacsdslbv3gank1nxd76vmpdcr"))))
+ "0qiny71ww5nhzy4mnc8652hn0mlxyb67h333gbdxp4j4qxsi13q4"))))
(build-system gnu-build-system)
(inputs
`(("linenoise" ,linenoise)))
(arguments
`(#:tests? #f
- #:make-flags (list "CC=gcc")
+ #:make-flags (list "CC=gcc"
+ (string-append "PREFIX="
+ (assoc-ref %outputs "out")))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'install-directory-fix
--
2.15.1
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2017-12-14 13:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-14 13:31 ng0 [this message]
2017-12-14 17:26 ` bug#29708: Update s-shell Ludovic Courtès
2017-12-14 17:38 ` [bug#29708] " ng0
2017-12-16 5:30 ` 宋文武
2017-12-16 9:09 ` ng0
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171214133123.ymo5dxscjqhsbkfn@abyayala \
--to=ng0@n0.is \
--cc=29708@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.