;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 John Darrington ;;; ;;; 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 nfs) #:use-module (gnu packages) #:use-module (gnu packages linux) #:use-module (gnu packages databases) #:use-module (gnu packages gsasl) #:use-module (gnu packages libevent) #:use-module (gnu packages kerber
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-09gnu: python-titlecase: Nose is a native input.Marius Bakke
* gnu/packages/python-xyz.scm (python-titlecase)[propagated-inputs]: Rename to ... [native-inputs]: ... this.
2020-04-09gnu: Add gqrx.Guillaume Le Vaillant
* gnu/packages/ham-radio.scm (gqrx): New variable. Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-09gnu: Add gnuradio-iqbalance.Guillaume Le Vaillant
* gnu/packages/ham-radio.scm (gnuradio-iqbalance): New variable.
2020-04-09gnu: Add libosmo-dsp.Guillaume Le Vaillant
* gnu/packages/ham-radio.scm (libosmo-dsp): New variable.
2020-04-09gnu: Add gnuradio-osmosdr.Guillaume Le Vaillant
* gnu/packages/ham-radio.scm (gnuradio-osmosdr): New variable.
2020-04-09gnu: Add gnuradio.Guillaume Le Vaillant
* gnu/packages/ham-radio.scm (gnuradio): New variable. Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org> Co-authored-by: Charlie Ritter <chewzerita@posteo.net>
2020-04-09gnu: Add codec2.Guillaume Le Vaillant
* gnu/packages/audio.scm (codec2): New variable.