aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/hostname.scm
blob: b8e823d0a857a0bc9116ed638842c3040eed29db (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@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 GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu installer hostname)
  #:export (hostname->configuration))

(define (hostname->configuration hostname)
  `((host-name ,hostname)))
s.scm?id=ca11bbc8f35f6d367cce7cfd6d38d7e979c3ef49&id2=93d2cf18ef0347f0c52fa24d48d0f7abab413d99'>diff)downloadguix-ca11bbc8f35f6d367cce7cfd6d38d7e979c3ef49.tar.gz
guix-ca11bbc8f35f6d367cce7cfd6d38d7e979c3ef49.zip
gnu: emacs-org-ql: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.5. [propagated-inputs]: Add emacs-transient. [native-inputs]: Add emacs-with-simulated-input. [phases]{require-helm}: Remove. {disable-failing-tests}: New phase.
Diffstat (limited to 'tests/boot-parameters.scm')
0 files changed, 0 insertions, 0 deletions