cdrdao: add license
This commit is contained in:
parent
f92f9a2b6f
commit
e016d1eabb
|
@ -28,9 +28,10 @@ stdenv.mkDerivation {
|
||||||
# Needed on gcc >= 6.
|
# Needed on gcc >= 6.
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-narrowing";
|
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";
|
description = "A tool for recording audio or data CD-Rs in disk-at-once (DAO) mode";
|
||||||
homepage = http://cdrdao.sourceforge.net/;
|
homepage = http://cdrdao.sourceforge.net/;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue