1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00

cdparanoia: add licenses

This commit is contained in:
Markus Kowalewski 2018-08-23 00:04:35 +02:00 committed by Markus Kowalewski
parent a58466596f
commit 2acd901062
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -34,9 +34,10 @@ stdenv.mkDerivation rec {
cp ${gnu-config}/config.guess configure.guess cp ${gnu-config}/config.guess configure.guess
''; '';
meta = { meta = with stdenv.lib; {
homepage = https://xiph.org/paranoia; homepage = https://xiph.org/paranoia;
description = "A tool and library for reading digital audio from CDs"; description = "A tool and library for reading digital audio from CDs";
platforms = stdenv.lib.platforms.unix; license = with licenses; [ gpl2Plus lgpl21Plus ];
platforms = platforms.unix;
}; };
} }