;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014 Eric Bavier ;;; Copyright © 2015 Leo Famulari ;;; ;;; 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 patchutils) #:use-module (guix packages) #:use-module (guix licenses) #:use-module (guix downlo
aboutsummaryrefslogtreecommitdiff
path: root/tests
(sha256 (base32 "11rdmhv0l1s8nqb20ywmw2zqizczch2p62qf9apyx5wqgxlnjshk")) (file-name (string-append name "-"version "-checkout")))) (build-system python-build-system) (inputs `(("python-notmuch" ,python2-notmuch))) (arguments `(#:tests? #f ;no "test" target #:python ,python-2)) ;not compatible with Python 3 (synopsis "Patch tracking tool") (description "'Patches' is a patch-tracking tool initially written for the QEMU project. It provides commands that build a database of patches from a mailing list, and commands that can search that database. It allows users to track the status of a patch, apply patches, and search for patches---all that from the command-line or from Emacs via its Notmuch integration.") (license gpl2+))))
ModeNameSize
-rw-r--r--base32.scm3219logplainabout
-rw-r--r--build-utils.scm2984logplainabout
-rw-r--r--builders.scm4043logplainabout
-rw-r--r--derivations.scm34178logplainabout
-rw-r--r--guix-build.sh2064logplainabout
-rw-r--r--guix-daemon.sh927logplainabout
-rw-r--r--guix-download.sh1131logplainabout
-rw-r--r--guix-gc.sh1785logplainabout
-rw-r--r--guix-hash.sh1207logplainabout
-rw-r--r--guix-package.sh7595logplainabout