;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2021 Julien Lepiller ;;; ;;; 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 . ;; Translate cross-references in a translated .texi manual. (use-modules (guix build po) (ice-9 match)) (match (command-line) ((program texi pofile) (translate-cross-references texi pofile))) td>
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-21gnu: Don't use python-enum34 when building with python-3.4....* gnu/packages/docker.scm (docker-compose)[inputs]: Remove python-enum34. * gnu/packages/python.scm (python-parse-type)[inputs]: Likewise. (behave)[inputs]: Likewise. (python-cryptography)[propagated-inputs]: Likewise. (python2-cryptography)[propagated-inputs]: Add python2-enum34. Leo Famulari
2016-01-14gnu: Add docker-compose....* gnu/packages/docker.scm (docker-compose): New variable. David Thompson
2016-01-14gnu: Add python-dockerpty....* gnu/packages/docker.scm (python-dockerpty): New variable. David Thompson
2016-01-14gnu: Add python-docker-py....* gnu/packages/docker.scm: New file. * Makefile.am (GNU_SYSTEM_MODULES): Add it. David Thompson