From: Danny Milosavljevic <dannym@scratchpost.org>
To: ng0 <ngillmann@runbox.com>, guix-devel@gnu.org
Subject: Re: [PATCH] kakasi + perl-kakasi -- dependencies for namazu
Date: Sun, 25 Sep 2016 19:37:40 +0200 [thread overview]
Message-ID: <20160925193740.7857236c@scratchpost.org> (raw)
In-Reply-To: <20160925171716.GB9499@jasmine>
> > + `(#:tests? #f)) ; Requires kakasi in -lkakasi , fixme.
If you like the easy way, just set the environment variable LIBRARY_PATH (or LD_LIBRARY_PATH) before running the tests so it finds the library "kakasi".
Something like
(arguments
...
#phases
(modify-phases %standard-phases
(add-before 'check 'check-set-library-path
(lambda x
(setenv "LIBRARY_PATH" (getcwd)) ; or wherever the library is; maybe extend the existing LIBRARY_PATH instead if needed.
(apply (assoc-ref %standard-phases 'check) x)))
It's not like the tests will be installed or anything...
next prev parent reply other threads:[~2016-09-25 17:37 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
2016-09-25 17:37 ` Danny Milosavljevic [this message]
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=20160925193740.7857236c@scratchpost.org \
--to=dannym@scratchpost.org \
--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.