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

(set! %load-path (append (quote ("/gnu/store/hvh9mqb3nc7a9nx55wjjwijsds3cljcx-guile-avahi-0.4.0-1.6d43caf/share/guile/site/3.0" "/gnu/store/5jj6ivf45cgjvglnmcdnfb7h3jqy27i0-guile-gcrypt-0.3.0/share/guile/site/3.0" "/gnu/store/jqhmq8w9jn0201ingj9cn4jr363q02nf-guile-json-4.7.1/share/guile/site/3.0" "/gnu/store/246nfhd36x8xjk2m3vq69cni4r1m95w6-guile-sqlite3-0.1.3/share/guile/site/3.0" "/gnu/store/pwplp732gdyw1jf0q5nlc98lis6asn90-guile-gnutls-3.7.9/share/guile/site/3.0" "/gnu/store/4206jkz0lbhk5n1hwgsmmrfbj8i1w453-guile-git-0.5.2/share/guile/site/3.0" "/gnu/store/k9rhzv4ay6ldpbmqss761jg6af5fhdfc-guile-bytestructures-1.0.10/share/guile/site/3.0" "/gnu/store/1zzlh2fl21137805817g6gxwgil1pwzr-guile-ssh-0.15.1/share/guile/site/3.0" "/gnu/store/gzwfm5zjwk76fdy9ksx9b16v7jjmxw64-guile-zlib-0.1.0/share/guile/site/3.0" "/gnu/store/s3pfp3pqlcjd3ndksi5kl0b2i9ivjcpd-guile-lzlib-0.0.2/share/guile/site/3.0" "/gnu/store/vvzaw9kgi49p1wjah6yg1xyrxr7x7lxk-guile-zstd-0.1.1/share/guile/site/3.0" "/gnu/store/jagixkdpwakbvg9x7vb74w0vvvi6pfgb-guile-lib-0.2.7/share/guile/site/3.0" "/gnu/store/xbnsccmw03mvva9zkf78lsnfn52a6cmh-disarchive-0.4.0/share/guile/site/3.0" "/gnu/store/fpv6f01sdac8cfj4rf7s2i0drfim2iza-guile-lzma-0.1.1/share/guile/site/3.0")) %load-path))
(set! %load-compiled-path (append (quote ("/gnu/store/hvh9mqb3nc7a9nx55wjjwijsds3cljcx-guile-avahi-0.4.0-1.6d43caf/lib/guile/3.0/site-ccache" "/gnu/store/5jj6ivf45cgjvglnmcdnfb7h3jqy27i0-guile-gcrypt-0.3.0/lib/guile/3.0/site-ccache" "/gnu/store/jqhmq8w9jn0201ingj9cn4jr363q02nf-guile-json-4.7.1/lib/guile/3.0/site-ccache" "/gnu/store/246nfhd36x8xjk2m3vq69cni4r1m95w6-guile-sqlite3-0.1.3/lib/guile/3.0/site-ccache" "/gnu/store/pwplp732gdyw1jf0q5nlc98lis6asn90-guile-gnutls-3.7.9/lib/guile/3.0/site-ccache" "/gnu/store/4206jkz0lbhk5n1hwgsmmrfbj8i1w453-guile-git-0.5.2/lib/guile/3.0/site-ccache" "/gnu/store/k9rhzv4ay6ldpbmqss761jg6af5fhdfc-guile-bytestructures-1.0.10/lib/guile/3.0/site-ccache" "/gnu/store/1zzlh2fl21137805817g6gxwgil1pwzr-guile-ssh-0.15.1/lib/guile/3.0/site-ccache" "/gnu/store/gzwfm5zjwk76fdy9ksx9b16v7jjmxw64-guile-zlib-0.1.0/lib/guile/3.0/site-ccache" "/gnu/store/s3pfp3pqlcjd3ndksi5kl0b2i9ivjcpd-guile-lzlib-0.0.2/lib/guile/3.0/site-ccache" "/gnu/store/vvzaw9kgi49p1wjah6yg1xyrxr7x7lxk-guile-zstd-0.1.1/lib/guile/3.0/site-ccache" "/gnu/store/jagixkdpwakbvg9x7vb74w0vvvi6pfgb-guile-lib-0.2.7/lib/guile/3.0/site-ccache" "/gnu/store/xbnsccmw03mvva9zkf78lsnfn52a6cmh-disarchive-0.4.0/lib/guile/3.0/site-ccache" "/gnu/store/fpv6f01sdac8cfj4rf7s2i0drfim2iza-guile-lzma-0.1.1/lib/guile/3.0/site-ccache")) %load-compiled-path))
(let ((path (getenv "GUIX_LOCPATH"))) (setenv "GUIX_LOCPATH" (if path (string-append path ":" "/gnu/store/xyz426nnpf3v5ryd9csxcqj9jfgy7c7z-glibc-utf8-locales-2.33/lib/locale") "/gnu/store/xyz426nnpf3v5ryd9csxcqj9jfgy7c7z-glibc-utf8-locales-2.33/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/skj9smi2dgnh7jwd9zagrwk6rswb3nwf-guix-1.4.0/share/guile/site/3.0" %load-path)
  (push! "/gnu/store/skj9smi2dgnh7jwd9zagrwk6rswb3nwf-guix-1.4.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/skj9smi2dgnh7jwd9zagrwk6rswb3nwf-guix-1.4.0/share/locale")
    (bindtextdomain "guix-packages" "/gnu/store/skj9smi2dgnh7jwd9zagrwk6rswb3nwf-guix-1.4.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:
