From: David Craven <david@craven.ch>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: Guix build side - including modules (guix hash), (guix gcrypt): How to provide shared library?
Date: Mon, 2 Jan 2017 11:06:27 +0100 [thread overview]
Message-ID: <CAL1_imkWVNd6HaKHDQGsGLiFO2HEpgypCM-BGSMFD57i4UZsgQ@mail.gmail.com> (raw)
In-Reply-To: <20170102031618.731a77b0@scratchpost.org>
> how can I use (guix hash) on the build side? It requires the libgcrypt shared library and that's not available on the build side...
Depends. For a one off package I'd add it to native-inputs. Otherwise
you can create a new build-system that wraps the gnu-build-system and
extend the gnu-build-system's implicit inputs with libgcrypt. Which is
basically just automatically adding it to native-inputs for you.
next prev parent reply other threads:[~2017-01-02 10:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-02 2:16 Guix build side - including modules (guix hash), (guix gcrypt): How to provide shared library? Danny Milosavljevic
2017-01-02 10:06 ` David Craven [this message]
2017-01-02 13:51 ` Danny Milosavljevic
2017-01-02 14:31 ` David Craven
2017-01-02 22:03 ` Ludovic Courtès
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=CAL1_imkWVNd6HaKHDQGsGLiFO2HEpgypCM-BGSMFD57i4UZsgQ@mail.gmail.com \
--to=david@craven.ch \
--cc=dannym@scratchpost.org \
--cc=guix-devel@gnu.org \
/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.