From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: [PATCH] gnu: shishi: Add more inputs for libidn and PAM support Date: Tue, 18 Feb 2014 11:03:32 -0500 Message-ID: <871tz0o1bf.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/x-patch; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFn9u-0001CN-7d for guix-devel@gnu.org; Tue, 18 Feb 2014 11:04:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFn9l-00037G-4x for guix-devel@gnu.org; Tue, 18 Feb 2014 11:04:34 -0500 Received: from world.peace.net ([96.39.62.75]:40632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFn9k-00036B-Tw for guix-devel@gnu.org; Tue, 18 Feb 2014 11:04:25 -0500 Content-Disposition: inline; filename=0001-gnu-shishi-Add-more-inputs-for-libidn-and-PAM-suppor.patch Content-Description: [PATCH] gnu: shishi: Add more inputs for libidn and PAM support 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org >From dec2fd78c2bf9fc0081423854eee9794e7945b08 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 18 Feb 2014 10:34:04 -0500 Subject: [PATCH] gnu: shishi: Add more inputs for libidn and PAM support. * gnu/packages/shishi.scm (shishi): Add 'pkg-config' native-input. Add 'libidn' and 'linux-pam' inputs. --- gnu/packages/shishi.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gnu/packages/shishi.scm b/gnu/packages/shishi.scm index 0523a4e..47e7802 100644 --- a/gnu/packages/shishi.scm +++ b/gnu/packages/shishi.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright =C2=A9 2012, 2013 Nikita Karetnikov ;;; Copyright =C2=A9 2012 Ludovic Court=C3=A8s +;;; Copyright =C2=A9 2014 Mark H Weaver ;;; ;;; This file is part of GNU Guix. ;;; @@ -22,6 +23,9 @@ #:use-module (gnu packages) #:use-module (gnu packages gnutls) #:use-module (gnu packages gnupg) + #:use-module (gnu packages libidn) + #:use-module (gnu packages linux) + #:use-module (gnu packages pkg-config) #:use-module (gnu packages compression) #:use-module (guix packages) #:use-module (guix download) @@ -40,8 +44,11 @@ (base32 "032qf72cpjdfffq1yq54gz3ahgqf2ijca4vl31sfabmjzq9q370d")))) (build-system gnu-build-system) + (native-inputs `(("pkg-config" ,pkg-config))) (inputs `(("gnutls" ,gnutls) + ("libidn" ,libidn) + ("linux-pam" ,linux-pam) ("zlib" ,zlib) ;; libgcrypt 1.6 fails because of the following test: ;; #include --=20 1.8.4