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)))
erinckx-Rice 2022-08-14gnu: rnnoise: Unhide and rename variable....* gnu/packages/xiph.scm (xiph-rnnoise): Rename to… (rnnoise): …this. Adjust all users. [properties]: Remove HIDDEN? property as it is no longer ambiguous. Tobias Geerinckx-Rice 2022-07-16gnu: flac: Update to 1.3.4....* gnu/packages/xiph.scm (flac): Update to 1.3.4. Marius Bakke 2022-05-01gnu: libshout: Update to 2.4.6....* gnu/packages/xiph.scm (libshout): Update to 2.4.6. Tobias Geerinckx-Rice 2021-12-30gnu: libopusenc: Fix trailing whitespace in synopsis....* gnu/packages/xiph.scm (libopusenc)[synopsis]: Fix trailing whitespace. Vagrant Cascadian 2021-12-24gnu: Add xiph-rnnoise....* gnu/packages/xiph.scm (xiph-rnnoise): New variable. Liliana Marie Prikler 2021-12-13gnu: Further simplify package inputs....This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.) Ludovic Courtès 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-10-16gnu: opusfile: Fix Opus header lookups....* gnu/packages/xiph.scm (opusfile)[arguments]<#:phases>: Add a 'fix-multistream' phase. Signed-off-by: Leo Famulari <leo@famulari.name> Vinicius Monego 2021-07-15gnu: libogg: Update to 1.3.5....* gnu/packages/xiph.scm (libogg): Update to 1.3.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Matthew James Kraai 2021-06-04gnu: Use define-public in (gnu packages xiph)....* gnu/pakages/xiph.scm: Replace all manual package #:exports with define-public. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Brendan Tildesley 2021-02-09gnu: vorbis-tools: Update to 1.4.2....* gnu/packages/xiph.scm (vorbis-tools): Update to 1.4.2. (source): Remove obsolete patches. * gnu/packages/patches/vorbis-tools-CVE-2014-9638+CVE-2014-9639.patch, gnu/packages/patches/vorbis-tools-CVE-2014-9640.patch, gnu/packages/patches/vorbis-tools-CVE-2015-6749.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Signed-off-by: Leo Famulari <leo@famulari.name> Vincent Legoll 2021-01-03gnu: libshout: Update to 2.4.5....* gnu/packages/xiph.scm (libshout): Update to 2.4.5. Tobias Geerinckx-Rice 2020-10-13Merge branch 'master' into stagingMarius Bakke 2020-10-06gnu: libshout: Update to 2.4.4....* gnu/packages/xiph.scm (libshout): Update to 2.4.4. Tobias Geerinckx-Rice 2020-09-05Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner 2020-07-25gnu: ao: Update source URI....* gnu/packages/xiph.scm (ao)[source](uri): Adjust to current. Marius Bakke 2020-07-25gnu: libvorbis: Update to 1.3.7....* gnu/packages/xiph.scm (libvorbis): Update to 1.3.7. Marius Bakke 2020-06-27gnu: opusfile: Do not build static libraries....* gnu/packages/xiph.scm (opusfile)[arguments]: New field. Marius Bakke 2020-06-27gnu: opusfile: Update to 0.12....* gnu/packages/xiph.scm (opusfile): Update to 0.12. Marius Bakke 2020-04-12gnu: libogg: Fix grammar of "allows to manipulate" to "manipulates"....* gnu/packages/xiph (libogg): Fix grammar. Vagrant Cascadian 2020-04-04gnu: libkate: Make some inputs native....* gnu/packages/xiph.scm (libkate)[inputs]: Move bison from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Vincent Legoll 2020-01-07Merge branch 'staging'Marius Bakke 2020-01-04gnu: libshout: Update to 2.4.3....* gnu/packages/xiph.scm (libshout): Update to 2.4.3. Tobias Geerinckx-Rice 2019-12-11gnu: speexdsp: Do not build static libraries....* gnu/packages/xiph.scm (speexdsp)[arguments]: Add "--disable-static" in #:configure-flags. Marius Bakke 2019-12-11gnu: libtheora: Do not build static libraries....* gnu/packages/xiph.scm (libtheora)[arguments]: New field. Marius Bakke 2019-12-11gnu: libvorbis: Do not build static libraries....* gnu/packages/xiph.scm (libvorbis)[arguments]: Add "--disable-static" to #:configure-flags. Marius Bakke 2019-12-11gnu: libogg: Do not build static libraries....* gnu/packages/xiph.scm (libogg)[arguments]: New field. Marius Bakke 2019-12-11gnu: opus: Do not build static libraries....* gnu/packages/xiph.scm (opus)[arguments]: New field. Marius Bakke 2019-12-11gnu: speex: Do not build static libraries....* gnu/packages/xiph.scm (speex)[arguments]: New field. Marius Bakke 2019-10-13Merge branch 'master' into stagingMarius Bakke 2019-10-13gnu: ao: Update to 1.2.2-5-g20dc8ed [fixes CVE-2017-11548]....* gnu/packages/xiph.scm (ao): Update to 1.2.2-5-g20dc8ed. [source]: Switch to GIT-FETCH. [native-inputs]: Add AUTOCONF, AUTOMAKE and LIBTOOL. Marius Bakke 2019-10-13gnu: ao: Specify CPE name....* gnu/packages/xiph.scm (ao)[properties]: New field. Marius Bakke 2019-10-08gnu: libogg: Update to 1.3.4....* gnu/packages/xiph.scm (libogg): Update to 1.3.4. Marius Bakke 2019-08-04gnu: flac: Update to 1.3.3....* gnu/packages/xiph.scm (flac): Update to 1.3.3. [source](patches): Remove. * gnu/packages/patches/flac-CVE-2017-6888.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Marius Bakke 2019-06-14gnu: speexdsp: Update to 1.2.0....* gnu/packages/xiph.scm (speexdsp): Update to 1.2.0. Marius Bakke 2019-05-24Merge branch 'master' into stagingMarius Bakke