rubyripper: add license and description
This commit is contained in:
parent
97f1c25028
commit
40a04df6fe
1 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,9 @@ stdenv.mkDerivation rec {
|
|||
--prefix PATH : "${cdparanoia}/bin"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
meta = with stdenv.lib; {
|
||||
description = "High quality CD audio ripper";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl3;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue