From: Leo Famulari <leo@famulari.name>
To: ng0 <ngillmann@runbox.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] kakasi + perl-kakasi -- dependencies for namazu
Date: Sun, 25 Sep 2016 13:17:16 -0400 [thread overview]
Message-ID: <20160925171716.GB9499@jasmine> (raw)
In-Reply-To: <878tuh5pc3.fsf@we.make.ritual.n0.is>
[-- Attachment #1: Type: text/plain, Size: 872 bytes --]
On Sat, Sep 24, 2016 at 02:45:16PM +0000, ng0 wrote:
> Subject: [PATCH 1/2] gnu: Add kakasi.
>
> * 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.
>
> * 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?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2016-09-25 17:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-24 14:45 [PATCH] kakasi + perl-kakasi -- dependencies for namazu ng0
2016-09-25 17:17 ` Leo Famulari [this message]
2016-09-25 17:37 ` Danny Milosavljevic
2016-09-25 17:39 ` Danny Milosavljevic
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160925171716.GB9499@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
--cc=ngillmann@runbox.com \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.