[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Installing a custom package on Guix binary setup
From: |
Ludovic Courtès |
Subject: |
Re: Installing a custom package on Guix binary setup |
Date: |
Mon, 31 Aug 2015 22:15:28 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Vicente Vera <address@hidden> skribis:
> How can I install a customized .scm package definition?
>
> For example, I want to pass some configure flags to Emacs (such as
> '#:configure-flags '("--without-dbus" ...)'). I copied
> /gnu/store/dbf9i96ac2pbyaibg591bx90a8zhvngc-guix-latest/gnu/packages/emacs.scm
> somewhere else, did some editing, but now I'm not sure what to do with
> it.
You’re on the right track. ;-) Just drop that file somewhere and add
that somewhere to the ‘GUIX_PACKAGE_PATH’ environment variable:
https://www.gnu.org/software/guix/manual/html_node/Package-Modules.html
HTH,
Ludo’.