From: Andreas Enge <andreas@enge.fr>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: Acl
Date: Thu, 6 Nov 2014 23:09:41 +0100 [thread overview]
Message-ID: <20141106220941.GA12694@debian> (raw)
In-Reply-To: <20141106213801.GA19209@debian>
[-- Attachment #1: Type: text/plain, Size: 48 bytes --]
The attached patch should do the job.
Andreas
[-- Attachment #2: 0001-gnu-acl-Also-install-header-files.patch --]
[-- Type: text/plain, Size: 1437 bytes --]
From 34f1cd18d14a0a75d73e7f4b57f76495edae56d8 Mon Sep 17 00:00:00 2001
From: Andreas Enge <andreas@enge.fr>
Date: Thu, 6 Nov 2014 22:56:32 +0100
Subject: [PATCH] gnu: acl: Also install header files.
* gnu/packages/acl.scm (acl): Install header files. Drop unneeded phase
PATCH-MAKEFILE-SHELL.
---
gnu/packages/acl.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/acl.scm b/gnu/packages/acl.scm
index cbe14c9..ee101da 100644
--- a/gnu/packages/acl.scm
+++ b/gnu/packages/acl.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
+;;; Copyright © 2014 Andreas Enge <andreas@enge.fr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -42,15 +43,11 @@
(arguments
`(#:tests? #f ; FIXME: Investigate test suite failures
#:phases
- (alist-cons-after
- 'configure 'patch-makefile-SHELL
- (lambda _
- (patch-makefile-SHELL "include/buildmacros"))
(alist-replace
'install
(lambda _
- (zero? (system* "make" "install" "install-lib")))
- %standard-phases))))
+ (zero? (system* "make" "install" "install-lib" "install-dev")))
+ %standard-phases)))
(inputs `(("attr" ,attr)))
(native-inputs
`(("gettext" ,gnu-gettext)))
--
2.1.2
next prev parent reply other threads:[~2014-11-06 22:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-05 19:35 Acl Andreas Enge
2014-11-05 20:38 ` Acl Ludovic Courtès
2014-11-06 21:38 ` Acl Andreas Enge
2014-11-06 22:09 ` Andreas Enge [this message]
2014-11-07 9:15 ` Acl Ludovic Courtès
2014-11-07 22:30 ` Acl Andreas Enge
2014-11-08 7:39 ` Acl Mark H Weaver
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141106220941.GA12694@debian \
--to=andreas@enge.fr \
--cc=guix-devel@gnu.org \
--cc=ludo@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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).