From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 4/4] gnu: kauth: Fix cmake macros to be used by other packages. Date: Tue, 29 Nov 2016 16:19:16 +0100 Message-ID: <87vav62u17.fsf@gnu.org> References: <1480371612-23822-1-git-send-email-h.goebel@crazy-compilers.com> <1480371612-23822-5-git-send-email-h.goebel@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cBkBn-0007Je-4x for guix-devel@gnu.org; Tue, 29 Nov 2016 10:19:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cBkBj-0004fL-3i for guix-devel@gnu.org; Tue, 29 Nov 2016 10:19:23 -0500 In-Reply-To: <1480371612-23822-5-git-send-email-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Mon, 28 Nov 2016 23:20:12 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: guix-devel@gnu.org Hartmut Goebel skribis: > * gnu/packages/kde-framework.scm (kauth)[phases]: New phase > fix-cmake-install-paths. > --- > gnu/packages/kde-frameworks.scm | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-framework= s.scm > index 415b54d..fb7d7d9 100644 > --- a/gnu/packages/kde-frameworks.scm > +++ b/gnu/packages/kde-frameworks.scm > @@ -1202,6 +1202,17 @@ uses a job-based interface to queue tasks and exec= ute them in an efficient way." > (arguments > `(#:phases > (modify-phases %standard-phases > + (add-after 'unpack 'fix-cmake-install-paths s/paths/directories/ > + (lambda _ > + ;; Make packages using kauth put their policy files and hel= pers > + ;; into their own prefix Missing period. :-) OK with these changes, thanks! Ludo=E2=80=99.