~ruther/guix-local

22b9734b67b8f5946e09ed28843a9af26f345945 — Ludovic Courtès 3 years ago 602527a
Revert "guix system: Remove unused 'read-operating-system' procedure."

This reverts commit d11a432adffe9308eafec6b77cddd3145029109e.

The 'read-operating-system' is used in Emacs-Guix.
2 files changed, 7 insertions(+), 0 deletions(-)

M gnu/ci.scm
M guix/scripts/system.scm
M gnu/ci.scm => gnu/ci.scm +1 -0
@@ 38,6 38,7 @@
  #:use-module ((guix licenses)
                #:select (gpl3+ license? license-name))
  #:use-module ((guix utils) #:select (%current-system))
  #:use-module ((guix scripts system) #:select (read-operating-system))
  #:use-module ((guix scripts pack)
                #:select (self-contained-tarball))
  #:use-module (gnu bootloader)

M guix/scripts/system.scm => guix/scripts/system.scm +6 -0
@@ 92,6 92,7 @@
  #:use-module (ice-9 match)
  #:use-module (rnrs bytevectors)
  #:export (guix-system
            read-operating-system

            service-node-type
            shepherd-service-node-type))


@@ 107,6 108,11 @@
                      (gnu services)
                      (gnu system shadow))))

;; Note: The procedure below is used in external projects such as Emacs-Guix.
(define (read-operating-system file)
  "Read the operating-system declaration from FILE and return it."
  (load* file %user-module))


;;;
;;; Installation.