# GNU Guix --- Functional package management for GNU # Copyright © 2022 Ludovic Courtès # # 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 . # # Test 'guix style'. # set -e guix style --version tmpdir="guix-style-$$" trap 'rm -r "$tmpdir"' EXIT tmpfile="$tmpdir/os.scm" mkdir "$tmpdir" cat > "$tmpfile" <
AgeCommit message (Expand)Author
2023-05-09gnu: Add python-clinguin....* gnu/packages/potassco.scm (python-clinguin): New variable. Liliana Marie Prikler
2023-04-29gnu: libpotassco: Unbundle catch....This patch incidentally fixes a build failure caused by the bundled catch. * gnu/packages/potassco.scm (libpotassco)[source]: Unbundle catch. [native-inputs]: Add catch2-1. Liliana Marie Prikler
2023-04-19gnu: python-typing-extensions: Move to (gnu packages python-build)....* gnu/packages/python-xyz.scm (python-typing-extensions): Move to... * gnu/packages/python-build.scm (python-typing-extensions): ... here. Maxim Cournoyer
2023-04-02gnu: Add python-clingraph....* gnu/packages/potassco.scm (python-clingraph): New variable. Liliana Marie Prikler
2023-04-02gnu: Separate potassco packages into their own module....* gnu/packages/potassco.scm: New file. * gnu/packages/maths.scm (libpotassco, clasp, clingo, python-clingo) (python-telingo): Move to potassco module. Adjust imports accordingly. * gnu/packages/emacs-xyz.scm (emacs-pasp-mode): Move to potassco module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add %D%/packages/potassco.scm. Liliana Marie Prikler