[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: guix: Don't install in /etc/bash_completion.d within build e
From: |
??? |
Subject: |
01/11: gnu: guix: Don't install in /etc/bash_completion.d within build environment. |
Date: |
Wed, 22 Apr 2015 01:58:46 +0000 |
iyzsong pushed a commit to branch wip-glib
in repository guix.
commit 3a5bce15d95d67810e5adebcb445247cc3f5fd1b
Author: Mark H Weaver <address@hidden>
Date: Tue Apr 21 11:43:57 2015 -0400
gnu: guix: Don't install in /etc/bash_completion.d within build environment.
Fixes <http://bugs.gnu.org/20394>.
Patch by Ludovic Courtès <address@hidden>.
* gnu/packages/package-management.scm (guix)[arguments]: Pass
"--with-bash-completion-dir" option to configure.
---
gnu/packages/package-management.scm | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 131cbcd..5340d42 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -67,6 +67,9 @@
`(#:configure-flags (list
"--localstatedir=/var"
"--sysconfdir=/etc"
+ (string-append "--with-bash-completion-dir="
+ (assoc-ref %outputs "out")
+ "/etc/bash_completion.d")
(string-append "--with-libgcrypt-prefix="
(assoc-ref %build-inputs
"libgcrypt")))
- branch wip-glib updated (f1a7fd7 -> 702513b), ???, 2015/04/21
- 02/11: gnu: guix: Update development snapshot., ???, 2015/04/21
- 01/11: gnu: guix: Don't install in /etc/bash_completion.d within build environment.,
??? <=
- 03/11: gnu: Add python-waf., ???, 2015/04/21
- 04/11: gnu: python-pycairo: Fix build with with python-3.4.3., ???, 2015/04/21
- 07/11: gnu: dbus-glib: Update to 0.104., ???, 2015/04/21
- 05/11: gnu: gobject-introspection: Update to 1.44.0., ???, 2015/04/21
- 06/11: gnu: itstool: Update to 2.0.2., ???, 2015/04/21
- 08/11: gnu: libsigc++: Update to 2.4.1., ???, 2015/04/21
- 09/11: gnu: glibmm: Update to 2.44.0., ???, 2015/04/21
- 10/11: gnu: python-pygobject: Update to 3.16.1., ???, 2015/04/21
- 11/11: gnu: poppler: Update to 0.32.0., ???, 2015/04/21