#!/gnu/store/jghmzdqc6iwa5aps33xcwbgd2agfzabi-guix-1.3.0/libexec/guix/guile \
--no-auto-compile -e main -s
!#

(set! %load-path (append (quote ("/gnu/store/n254fa1y4g1jfq0jm31cnw9fl78awjn8-guile-avahi-0.4.0-1.6d43caf/share/guile/site/3.0" "/gnu/store/pn9mnwnh0y8llqbs25ac1b8jgdpchnl2-guile-gcrypt-0.3.0/share/guile/site/3.0" "/gnu/store/m4crwbknxwsvhqlasjljr3xkh9s6ir85-guile-json-4.5.2/share/guile/site/3.0" "/gnu/store/v167qcq7kgvi15cwl0039gyavzs51w1a-guile-sqlite3-0.1.2/share/guile/site/3.0" "/gnu/store/a7h1dqxpbj4zb8bjikwhdabgif5j8lb3-gnutls-3.6.15/share/guile/site/3.0" "/gnu/store/y7cvr37m0cagms4q0lcvjjnpmp7r4z5i-guile-git-0.5.1/share/guile/site/3.0" "/gnu/store/2vjgqa56lj04k1zads4bc92s2s52a0ig-guile-bytestructures-1.0.10/share/guile/site/3.0" "/gnu/store/0jk03g1y4ijbb18ki5v9rb5j52is9bds-guile-ssh-0.13.1/share/guile/site/3.0" "/gnu/store/s7im0qg3v7b10alai2q3fzvzsg0r9436-guile-zlib-0.1.0/share/guile/site/3.0" "/gnu/store/3ap0s9lwwxdmk03dfi4hnfssbi93irx7-guile-lzlib-0.0.2/share/guile/site/3.0" "/gnu/store/cfcjd0fqcn5m6fb7l7xs4cv7mgvnp9dj-guile-zstd-0.1.1/share/guile/site/3.0" "/gnu/store/wd6j7z74ibzg2wa5fhyj3rv7ifm0gl3w-guile-lib-0.2.7/share/guile/site/3.0")) %load-path))
(set! %load-compiled-path (append (quote ("/gnu/store/n254fa1y4g1jfq0jm31cnw9fl78awjn8-guile-avahi-0.4.0-1.6d43caf/lib/guile/3.0/site-ccache" "/gnu/store/pn9mnwnh0y8llqbs25ac1b8jgdpchnl2-guile-gcrypt-0.3.0/lib/guile/3.0/site-ccache" "/gnu/store/m4crwbknxwsvhqlasjljr3xkh9s6ir85-guile-json-4.5.2/lib/guile/3.0/site-ccache" "/gnu/store/v167qcq7kgvi15cwl0039gyavzs51w1a-guile-sqlite3-0.1.2/lib/guile/3.0/site-ccache" "/gnu/store/a7h1dqxpbj4zb8bjikwhdabgif5j8lb3-gnutls-3.6.15/lib/guile/3.0/site-ccache" "/gnu/store/y7cvr37m0cagms4q0lcvjjnpmp7r4z5i-guile-git-0.5.1/lib/guile/3.0/site-ccache" "/gnu/store/2vjgqa56lj04k1zads4bc92s2s52a0ig-guile-bytestructures-1.0.10/lib/guile/3.0/site-ccache" "/gnu/store/0jk03g1y4ijbb18ki5v9rb5j52is9bds-guile-ssh-0.13.1/lib/guile/3.0/site-ccache" "/gnu/store/s7im0qg3v7b10alai2q3fzvzsg0r9436-guile-zlib-0.1.0/lib/guile/3.0/site-ccache" "/gnu/store/3ap0s9lwwxdmk03dfi4hnfssbi93irx7-guile-lzlib-0.0.2/lib/guile/3.0/site-ccache" "/gnu/store/cfcjd0fqcn5m6fb7l7xs4cv7mgvnp9dj-guile-zstd-0.1.1/lib/guile/3.0/site-ccache" "/gnu/store/wd6j7z74ibzg2wa5fhyj3rv7ifm0gl3w-guile-lib-0.2.7/lib/guile/3.0/site-ccache")) %load-compiled-path))
(let ((path (getenv "GUIX_LOCPATH"))) (setenv "GUIX_LOCPATH" (if path (string-append path ":" "/gnu/store/6000c7g3xh9ghwbq39fz15si5yd0072i-glibc-utf8-locales-2.31/lib/locale") "/gnu/store/6000c7g3xh9ghwbq39fz15si5yd0072i-glibc-utf8-locales-2.31/lib/locale")))


;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2018 Mathieu Lirzin <mthl@gnu.org>
;;;
;;; 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 GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

;; IMPORTANT: We must avoid loading any modules from Guix here,
;; because we need to adjust the guile load paths first.
;; It's okay to import modules from core Guile though.

(define-syntax-rule (push! elt v) (set! v (cons elt v)))

(define (augment-load-paths!)
  ;; Add installed modules to load-path.
  (push! "/gnu/store/jghmzdqc6iwa5aps33xcwbgd2agfzabi-guix-1.3.0/share/guile/site/3.0" %load-path)
  (push! "/gnu/store/jghmzdqc6iwa5aps33xcwbgd2agfzabi-guix-1.3.0/lib/guile/3.0/site-ccache" %load-compiled-path))

(define* (main #:optional (args (command-line)))
  (unless (getenv "GUIX_UNINSTALLED")
    (augment-load-paths!))

  (let ((guix-main (module-ref (resolve-interface '(guix ui))
                               'guix-main)))
    (bindtextdomain "guix" "/gnu/store/jghmzdqc6iwa5aps33xcwbgd2agfzabi-guix-1.3.0/share/locale")
    (bindtextdomain "guix-packages" "/gnu/store/jghmzdqc6iwa5aps33xcwbgd2agfzabi-guix-1.3.0/share/locale")
    ;; XXX: It would be more convenient to change it to:
    ;;   (exit (apply guix-main (command-line)))
    ;; but since the 'guix' command is not updated by 'guix pull', we cannot
    ;; really do it now.
    (apply guix-main args)))

;;; Local Variables:
;;; mode: scheme
;;; End:
