aboutsummaryrefslogtreecommitdiff
;;; 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)))
-tooltip'>* gnu/packages/xml.scm (java-simple-xml, java-jaxp, java-apache-xml-commons-resolver, java-jaxen, java-xom, java-xsdlib, java-xpp3, java-xmlpull2, java-xmlpull-api-v1, java-dom4j, java-kxml2, java-stax, java-jettison, java-jdom2, java-xstream, java-mxparser): Move these variables from here... * gnu/packages/java-xml.scm: ...to this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register new file. * gnu/packages/axoloti.scm, gnu/packages/batik.scm, gnu/packages/bioinformatics.scm, gnu/packages/groovy.scm, gnu/packages/java.scm, gnu/packages/maven.scm: Adjust module imports. Ricardo Wurmus 2022-11-20gnu: xmlsec-openssl: Remove input labels....* gnu/packages/xml.scm (xmlsec-openssl)[inputs]: Remove labels. Marius Bakke 2022-11-20gnu: xmlsec-nss: Remove input labels....* gnu/packages/xml.scm (xmlsec-nss)[native-inputs, inputs]: Remove labels. Marius Bakke 2022-11-20gnu: xmlsec: Update to 1.2.36....* gnu/packages/xml.scm (xmlsec): Update to 1.2.36. Marius Bakke 2022-11-20gnu: xmlsec: Add 'upstream-name' property....* gnu/packages/xml.scm (xmlsec)[properties]: New field. Marius Bakke 2022-10-16gnu: xlsxio: Update to 0.2.33....* gnu/packages/xml.scm (xlsxio): Update to 0.2.33. Tobias Geerinckx-Rice 2022-10-16gnu: xlsxio: Remove ad hoc 'install phase....* gnu/packages/xml.scm (xlsxio)[arguments]: Use #:make-flags instead of an ad hoc 'install phase. Tobias Geerinckx-Rice 2022-10-16gnu: xlsxio: Use G-expressions....* gnu/packages/xml.scm (xlsxio)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice 2022-10-16gnu: minixml: Use G-expressions....* gnu/packages/xml.scm (minixml)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice 2022-10-16gnu: minixml: Update to 3.3.1....* gnu/packages/xml.scm (minixml): Update to 3.3.1. Tobias Geerinckx-Rice 2022-10-16gnu: libebml: Update to 1.4.4....* gnu/packages/xml.scm (libebml): Update to 1.4.4. Tobias Geerinckx-Rice 2022-10-01gnu: pugixml: Update to 1.12.1....* gnu/packages/xml.scm (pugixml): Update to 1.12.1. Liliana Marie Prikler 2022-09-28gnu: expat: Update replacement to 2.4.9 [fixes CVE-2022-40674]....* gnu/packages/xml.scm (expat/fixed): Update to 2.4.9. Liliana Marie Prikler 2022-09-01gnu: libxmlb: Update to 0.3.9....* gnu/packages/xml.scm (libxmlb): Update to 0.3.9. [source](patches): Remove. * gnu/packages/patches/libxmlb-install-xb-tool-into-bindir.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Marius Bakke 2022-08-15Revert "gnu: python-lxml: Update to 4.6.5."...This reverts commit 2365e8435a13c3aa4308e88773de0a0e7b9ffef9 as it triggers >15k rebuilds: https://ci.guix.gnu.org/eval/543158. Mathieu Othacehe 2022-08-15gnu: python-lxml: Update to 4.6.5....* gnu/packages/xml.scm (python-lxml): Update to 4.6.5. Danny Milosavljevic