From 4cad420d5c7693737c39e0575ccc0e9e5ac05dc7 Mon Sep 17 00:00:00 2001 From: Song Wenwu Date: Sun, 23 Jun 2013 21:26:43 +0800 Subject: [PATCH] smplayer: add platform and set license to `stdenv.lib.licenses.gpl3Plus` --- pkgs/applications/video/smplayer/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/video/smplayer/default.nix b/pkgs/applications/video/smplayer/default.nix index 21be1fdb74a..ab48d74c00d 100644 --- a/pkgs/applications/video/smplayer/default.nix +++ b/pkgs/applications/video/smplayer/default.nix @@ -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; }; }