;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2018 Mathieu Othacehe ;;; ;;; 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 . (define-module (gnu installer hostname) #:export (hostname->configuration)) (define (hostname->configuration hostname) `((host-name ,hostname))) class='sub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-12gnu: chicken: Update to 5.3.0....* gnu/packages/chicken.scm (chicken): Update to 5.3.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Id3ec15da586ddfc6dae924c0c8031fd7a4613660 Daniel Ziltener
2023-04-30gnu: Add chicken-srfi-18....* gnu/packages/chicken.scm (chicken-srfi-18): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Kristian Lein-Mathisen
2023-04-30gnu: Add chicken-compile-file....* gnu/packages/chicken.scm (chicken-compile-file): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Kristian Lein-Mathisen
2022-07-16Revert "gnu: Add chicken-args."...This reverts commit 44bb5507d63b89c9d5f0c2c77af94caeec96e5e6, which references a package that does not exist, thus breaking “guix pull”. Liliana Marie Prikler
2022-07-15gnu: Add chicken-args....* gnu/packages/chicken.scm (chicken-args): New variable. Hartmut Goebel
2022-07-15gnu: Add chicken-srfi-13....* gnu/packages/chicken.scm (chicken-srfi-13): New variable. Hartmut Goebel
2022-07-15gnu: Add chicken-crypto-tools....* gnu/packages/chicken.scm (chicken-crypto-tools): New variable. Hartmut Goebel