cdrdao: add license

This commit is contained in:
Markus Kowalewski 2018-09-07 22:40:38 +02:00
parent f92f9a2b6f
commit e016d1eabb
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -28,9 +28,10 @@ stdenv.mkDerivation {
# Needed on gcc >= 6.
NIX_CFLAGS_COMPILE = "-Wno-narrowing";
meta = {
meta = with stdenv.lib; {
description = "A tool for recording audio or data CD-Rs in disk-at-once (DAO) mode";
homepage = http://cdrdao.sourceforge.net/;
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
license = licenses.gpl2;
};
}