openmw: add meta.platforms

This commit is contained in:
Nikolay Amiantov 2016-04-12 03:57:42 +03:00
parent c6cb8ebe01
commit d2dba02a87

View file

@ -15,9 +15,10 @@ stdenv.mkDerivation rec {
buildInputs = [ cmake boost ffmpeg qt4 bullet mygui openscenegraph SDL2 unshield openal pkgconfig ];
meta = {
meta = with stdenv.lib; {
description = "An unofficial open source engine reimplementation of the game Morrowind";
homepage = "http://openmw.org";
license = stdenv.lib.licenses.gpl3;
license = licenses.gpl3;
platforms = platforms.linux;
};
}