;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015 Alex Kost ;;; ;;; 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 . ;;; ;;; Generate AUTHORS file for directory with the Guix git repository. ;;; (use-modules (ice-9 popen) (ice-9 rdelim) (ice-9 match) (srfi srfi-1) (guix config) (guix utils) (guix build utils)) (define %guix-dir (mak
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-27gnu: diffoscope: Update to 261.Vagrant Cascadian
* gnu/packages/diffoscope.scm (diffoscope): Update to 261. Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-03-27gnu: insight-toolkit: Build and install Python bindings.Ricardo Wurmus
* gnu/packages/image-processing.scm (insight-toolkit)[outputs]: Add "python" output. [arguments]: Add configure flags to build Python bindings; add phase 'ignore-warnings. [native-inputs]: Add castxml, swig, and which. (insight-toolkit-4)[outputs]: Override. [native-inputs]: Override. Change-Id: I4177d0c0239027290678a43f2ea26cb8e1e74918
2024-03-27gnu: Add castxml.Ricardo Wurmus
* gnu/packages/cpp.scm (castxml): New variable. Change-Id: I11fe3bce19a1bdb1170aa81547574836a823bcb8