Set platform and maintainer for xbmc pkg
This commit is contained in:
parent
7868a3e6b2
commit
65a4f741fd
|
@ -86,5 +86,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://xbmc.org/;
|
||||
description = "XBMC Media Center";
|
||||
license = "GPLv2";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.iElectric ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue