;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013 Nikita Karetnikov ;;; Copyright © 2013 Mark H Weaver ;;; Copyright © 2020 Brett Gilio ;;; Copyright © 2021 Efraim Flashner ;;; Copyright © 2021 Maxime Devos ;;; ;;; 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 prolog) #:use-module (guix download)
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2021-07-02 12:06:36 +0200
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:42:35 +0200
commit04edfcf7debed4a1db8fe2eac5f5f08615c1d80d (patch)
treedb6de49773e152fe6d6c53106352c207c521c680 /etc/substitutes/ci.guix.gnu.org.pub
parent261c7692e41f7c977d01a61b31269dc3aba61da7 (diff)
downloadguix-04edfcf7debed4a1db8fe2eac5f5f08615c1d80d.tar.gz
guix-04edfcf7debed4a1db8fe2eac5f5f08615c1d80d.zip
gnu: guile-xyz: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/guile-xyz.scm (artanis)[inputs]: Add 'bash-minimal'. (guile-hall)[inputs]: Likewise. (python-on-guile)[inputs]: Likewise. (haunt)[inputs]: Likewise. (emacsy)[inputs]: Likewise. (nomad)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I496c2ac6d7e9a9266dc57cdbc9ada434968d9bac
Diffstat (limited to 'etc/substitutes/ci.guix.gnu.org.pub')
0 files changed, 0 insertions, 0 deletions
bo) ("libxft" ,libxft) ("fontconfig" ,fontconfig) ("openssl" ,openssl))) (home-page "https://www.swi-prolog.org/") (synopsis "ISO/Edinburgh-style Prolog interpreter") (description "SWI-Prolog is a fast and powerful ISO/Edinburgh-style Prolog compiler with a rich set of built-in predicates. It offers a fast, robust and small environment which enables substantial applications to be developed with it.") (license license:bsd-2)))