From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] kakasi + perl-kakasi -- dependencies for namazu Date: Sun, 25 Sep 2016 13:17:16 -0400 Message-ID: <20160925171716.GB9499@jasmine> References: <878tuh5pc3.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="cmJC7u66zC7hs+87" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boD3P-0008Ca-2H for guix-devel@gnu.org; Sun, 25 Sep 2016 13:17:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boD3K-0004sq-B5 for guix-devel@gnu.org; Sun, 25 Sep 2016 13:17:25 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:42440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boD3J-0004r5-4O for guix-devel@gnu.org; Sun, 25 Sep 2016 13:17:22 -0400 Content-Disposition: inline In-Reply-To: <878tuh5pc3.fsf@we.make.ritual.n0.is> 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: ng0 Cc: guix-devel@gnu.org --cmJC7u66zC7hs+87 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 24, 2016 at 02:45:16PM +0000, ng0 wrote: > Subject: [PATCH 1/2] gnu: Add kakasi. >=20 > * gnu/packages/namazu.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Could it go in (gnu packages textutils)? > +(define-public kakasi > + (arguments > + `(;; kakasi-4 /bin/echo fails to get substituted, we need to replace > + ;; /bin/echo with (which echo) in tests/kakasi-{1,4,5,6,7} > + #:tests? #f)) $ which echo echo: shell built-in command What happens if we substitute the "/bin/" out and let it call "echo"? > Subject: [PATCH 2/2] gnu: Add perl-text-kakasi. >=20 > * gnu/packages/namazu.scm (perl-text-kakasi): New variable. > + (arguments > + `(#:tests? #f)) ; Requires kakasi in -lkakasi , fixme. I understand you aren't interested in fixing the tests. Would anyone else like to take a look? --cmJC7u66zC7hs+87 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJX6AacAAoJECZG+jC6yn8I0P8P/3zubYrpJNaowFAxyh4Ao7e/ RTHGQQayE5TsTl2Ykma0aK6Qfx+A6Lw8MDI3WhF7rMW74WizCMCF4pmSRQbltRvj Fp02Dj04fEy9Sfadx/216tdis6QY8DeWSwpXTtlzVEHW45omDdiR8b13IFBXZQjx 2nN/qq3hbTjCIh4OT75J/S0bEgFabMc4TrFdGMMSptskh/l8iBXrz0NpS2enjL8I AqdNAzE0if+CGB0nIfrRplyfTJsR3ujfVJd6WqehUKkPz+KlJHZcL4H9G2zzlIoT Job0AI4+OxobrMfVbsWFWauP9TrnDQWRSQb4oGDHPsbS9s0yHVFlOPOtRznNBS7w FCc9Te850PCUxstxq+Q5mDQ8Jzs+o3dHJgoafgEtmXg3Q5oV9kOvEkHDFRGmfH43 0xlP+oCOKAyZBKyUjPZ+B0byMLUmcZF3AvIxiIanvZIv3RSKOxFQAH++7vRkmUOs 2w0Ts4M+UADfn50r9gUfv6eb78ppDsFnPlDX1R4AfYNYzgF+y4s4cEqPoIe2c8bW 91OWHf7WDiaOiLjG7gS8xoZVwNfLsiW7aogOA7n8wgMl9s0wRZGkUhLF0awRAycs QK+gGwB7DOIRgnm+ETCe/NbdaKpwfPzNsxMKQpxEwXkg9pGReptwh16f9XecNl8l q0FaN/4EEqqUY9EVh/KR =e9/R -----END PGP SIGNATURE----- --cmJC7u66zC7hs+87--