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:
parent
a58466596f
commit
2acd901062
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue