;;; guix-config.el --- Compile-time configuration of Guix. ;; Copyright © 2015 Mathieu Lirzin ;; Copyright © 2015 Alex Kost ;; This file is part of GNU Guix. ;; GNU Guix is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. ;; GNU Guix is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . ;;; Code: (defconst guix-config-emacs-interface-directory (replace-regexp-in-string "${prefix}" "@prefix@" "@emacsuidir@")) (defconst guix-config-state-directory ;; This must match `NIX_STATE_DIR' as defined in `daemon.am'. (or (getenv "NIX_STATE_DIR") "@guix_localstatedir@/guix")) (defconst guix-config-guile-program "@GUILE@" "Name of the 'guile' executable defined at configure time.") (defconst guix-config-dot-program "@DOT_USER_PROGRAM@" "Name of the 'dot' executable defined at configure time.") (provide 'guix-config) ;;; guix-config.el ends here 7511aa083f768cf32ec9ecd3fc0'>commitdiff
AgeCommit message (Expand)Author
2019-02-11gnu: miniupnpc: Update to 2.1.20190210....Marius Bakke
2019-01-11gnu: libupnp: Update to 1.6.25....Pierre Neidhardt
2018-07-13gnu: Add miniupnpc-monero....Theodoros Foradis
2018-05-07gnu: miniupnpc: Update to 2.1....Marius Bakke
2018-05-03gnu: miniupnpc: Update to 2.0.20180503....Marius Bakke
2018-04-17gnu: miniupnpc: Update to 2.0.20180410....Tobias Geerinckx-Rice
2018-04-06gnu: miniupnpc: Update to 2.0.20180406....Marius Bakke
2018-02-23gnu: miniupnpc: Update to 2.0.20180222....Marius Bakke
2018-02-05gnu: miniupnpc: Update to 2.0.20180203....Marius Bakke
2017-12-25gnu: Move libupnp to (gnu packages upnp)....Leo Famulari
2017-12-12gnu: miniupnpc: Update to 2.0.20171212....Tobias Geerinckx-Rice