godot_headers: set platforms = all

This commit is contained in:
James ‘Twey’ Kay 2018-03-18 16:18:03 +00:00
parent 4708b4e03b
commit d1d320f493

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/GodotNativeTools/godot_headers/";
description = "Headers for the Godot API supplied by the GDNative module";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.twey ];
};
}