;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2020 Oleg Pykhalov ;;; ;;; 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 packages configuration-management) #:use-module (gnu packages) #:use-module (guix build-system go) #:use-module
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-31gnu: game-development: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/game-development.scm (godot-lts)[inputs]: Add 'bash-minimal'. (godot)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ie92d21eb3b788ce0eff68548e11a8952b77e0e7b Maxime Devos
2024-08-31gnu: maths: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/maths.scm (units): Fix indentation, remove trailing #t. [inputs]: Add bash-minimal and drop labels. (feedgnuplot)[inputs]: Add bash-minimal. (vuesz)[inputs]: Likewise. (lingeling)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ifc89d72147d4dbb268410c236a3a2137cd0712a0 Maxime Devos
2024-08-31gnu: messaging: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/messaging.scm (hexchat): Remove input labels. [inputs]: Add 'bash-minimal'. (gajim)[inputs]: Add 'bash-minimal'. (utox)[inputs]: Likewise (and drop labels, fix indentation). (qtox)[inputs]: Add 'bash-minimal'. (perl-net-psyc)[inputs]: Likewise. (nheko): Likewise. (psi-plus)[inputs]: Likewise, drop input labels. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Iab9daa98205f82b4abf4066c5bfdbf6732485aa2 Maxime Devos
2024-08-31gnu: engineering: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/engineering.scm (librecad): Remove trailing #t. [inputs]: Add 'bash-minimal'. (volk, freehdl, freecad, solvespace, cura): Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I66ce8c602706ef0bf6a9c7bc60f51e34f0e823d5 Maxime Devos
2024-08-31gnu: mail: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/mail.scm (astroid)[inputs]: Add 'bash-minimal'. (notifymuch)[inputs]: Likewise. (dkimproxy)[inputs]: Likewise. (swaks): Delete trailing #t. [inputs]: Add 'bash-minimal'. (mumi)[inputs]: Likewise. (public-inbox)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I0ebdd60a5b33725548850d53676d181e10c71103 Maxime Devos
2024-08-31