[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: commencement: bash-mesboot0: Remove st
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: commencement: bash-mesboot0: Remove store file name. |
Date: |
Wed, 16 Sep 2020 17:43:50 -0400 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new 7467f98 gnu: commencement: bash-mesboot0: Remove store file name.
7467f98 is described below
commit 7467f9857dc530861735ebffe2c9376c8dfb80b7
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Sun Aug 23 14:10:57 2020 -0700
gnu: commencement: bash-mesboot0: Remove store file name.
This is a follow-up to commit d9484fba91bc360ad18fe82cb9f4963ccb32c580, and
fixes "make dist".
* gnu/packages/commencement (bash-mesboot0): Remove reference to store item.
---
gnu/packages/commencement.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 576fc05..4c295a2 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -788,14 +788,14 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
(substitute* "config.h"
(("#define GETCWD_BROKEN 1") "#undef GETCWD_BROKEN"))
(let ((config.h (open-file "config.h" "a")))
- (display (string-append "
+ (display "
// tcc: error: undefined symbol 'enable_hostname_completion'
#define enable_hostname_completion(on_or_off) 0
-//
/gnu/store/cq0cmv35s9dhilx14zaghlc08gpc0hwr-tcc-boot0-0.9.26-6.c004e9a/lib/libc.a:
error: 'sigprocmask' defined twice
+// /gnu/store/…-tcc-boot0-0.9.26-6.c004e9a/lib/libc.a: error: 'sigprocmask'
defined twice
#define HAVE_POSIX_SIGNALS 1
#define endpwent(x) 0
-")
+"
config.h)
(close config.h))
#t))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: commencement: bash-mesboot0: Remove store file name.,
guix-commits <=