diff options
author | Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com> | 2015-03-05 20:41:22 +0100 |
---|---|---|
committer | Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com> | 2015-03-09 22:57:45 +0100 |
commit | db361234f1df879847835fcf391baa2787a83900 (patch) | |
tree | 0490bce4f21acade3eabd463c942f1a6287b222d /gnu/packages/cdrom.scm | |
parent | 111cd65b8f52ae92188183078f58a51901ce4368 (diff) | |
download | patches-db361234f1df879847835fcf391baa2787a83900.tar patches-db361234f1df879847835fcf391baa2787a83900.tar.gz |
gnu: cdio: Fix description.
* gnu/packages/cdrom.scm (libcdio): This package does not contain pycdio or
libcdio-paranoia, so remove these from the description. They can be
obtained separately from <ftp://ftp.gnu.org/pub/gnu/libcdio/>.
Diffstat (limited to 'gnu/packages/cdrom.scm')
-rw-r--r-- | gnu/packages/cdrom.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm index ac5f64f48f..05980bc365 100644 --- a/gnu/packages/cdrom.scm +++ b/gnu/packages/cdrom.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr> +;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -94,9 +95,7 @@ caching facility provided by the library.") for CD-ROM and CD image file access. It allows the developer to add CD access to an application without having to worry about the OS- and device-dependent properties of CD-ROM or the specific details of CD image -formats. It includes pycdio, a Python interface to libcdio, and -libcdio-paranoia, a library providing jitter-free and error-free audio -extraction from CDs.") +formats.") (license gpl3+))) (define-public xorriso |