;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012 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 . (define-module (guix)) ;; The composite module that re-exports everything from the public modules. (eval-when (eval load compile) (begin (define %public-modules '(base32 build-system derivations ftp-client download packages store utils)) (for-each (let ((i (module-public-interface (current-module)))) (lambda (m) (module-use! i (resolve-interface `(guix ,m))))) %public-modules))) /gnu/packages/check.scm?id=42d331c9b53699388e8dce932597b6ed653d94bc'>treecommitdiff
AgeCommit message (Expand)Author
2024-08-08Merge remote-tracking branch 'origin/go-team'...Sharlatan Hellseher
2024-07-30gnu: Add python-pytest-8....Sharlatan Hellseher
2024-07-27gnu: klee-uclibc: Only build on x86_64 Linux....Sören Tempel
2024-07-27gnu: klee: Only build on x86_64 Linux....Sören Tempel
2024-07-27gnu: klee: Only strip bin directory....Sören Tempel
2024-07-27gnu: klee: Enable the test suite....Sören Tempel
2024-07-27gnu: klee: Wrap klee-stats for Python dependencies....Sören Tempel
2024-07-25gnu: go-github-com-google-go-cmp-cmp: Rename variable....Sharlatan Hellseher
2024-07-21gnu: rapidcheck: Disable failing tests on aarch64....Roman Scherer
2024-07-13gnu: klee: Build with klee-uclibc support....Sören Tempel
2024-07-13gnu: Add klee-uclibc....Sören Tempel
2024-07-13gnu: rapidcheck: Update to 0.0.0-1.ff6af6f....Liliana Marie Prikler
2024-06-29gnu: Remove go-golang.org-x-sync-semaphore....Sharlatan Hellseher
2024-06-29gnu: Remove go-golang.org-x-sync-errgroup....Sharlatan Hellseher
2024-06-23gnu: Add klee....Liliana Marie Prikler
2024-04-22gnu: Add python-pytest-next....Nicolas Graves
2024-04-22gnu: python-pytest-xdist: Use pyproject-build-system....Nicolas Graves