smplayer: add platform and set license to stdenv.lib.licenses.gpl3Plus
This commit is contained in:
parent
48e1e1cae6
commit
4cad420d5c
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "A complete front-end for MPlayer";
|
||||
homepage = "http://smplayer.sourceforge.net/";
|
||||
license = "GPLv3+";
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user