3
0
Fork 0
forked from mirrors/nixpkgs

smplayer: add platform and set license to stdenv.lib.licenses.gpl3Plus

This commit is contained in:
Song Wenwu 2013-06-23 21:26:43 +08:00
parent 48e1e1cae6
commit 4cad420d5c

View file

@ -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;
};
}