unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob a02b362c89cb7ac514df8ce182ff7bf56e4e8fe6 1421 bytes (raw)
name: emacs/guix-config.el.in 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
 
;;; guix-config.el --- Compile-time configuration of Guix.

;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
;; Copyright © 2015 Alex Kost <alezost@gmail.com>

;; 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 <http://www.gnu.org/licenses/>.

;;; 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 the configure time.")

(defconst guix-config-dot-program "@DOT_USER_PROGRAM@"
  "Name of the 'dot' executable defined at the configure time.")

(provide 'guix-config)

;;; guix-config.el ends here

debug log:

solving a02b362 ...
found a02b362 in https://yhetil.org/guix-devel/87twpqy8qp.fsf@gmail.com/
found b7020de in https://yhetil.org/guix-devel/87twpqy8qp.fsf@gmail.com/
found 16434ce in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100644 16434cecea20f9493c08c4416775c71aca423658	emacs/guix-config.el.in

applying [1/2] https://yhetil.org/guix-devel/87twpqy8qp.fsf@gmail.com/
diff --git a/emacs/guix-config.el.in b/emacs/guix-config.el.in
index 16434ce..b7020de 100644


applying [2/2] https://yhetil.org/guix-devel/87twpqy8qp.fsf@gmail.com/
diff --git a/emacs/guix-config.el.in b/emacs/guix-config.el.in
index b7020de..a02b362 100644

Checking patch emacs/guix-config.el.in...
Applied patch emacs/guix-config.el.in cleanly.
Checking patch emacs/guix-config.el.in...
Applied patch emacs/guix-config.el.in cleanly.

index at:
100644 a02b362c89cb7ac514df8ce182ff7bf56e4e8fe6	emacs/guix-config.el.in

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).