godot_headers: set platforms = all
This commit is contained in:
parent
4708b4e03b
commit
d1d320f493
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/GodotNativeTools/godot_headers/";
|
homepage = "https://github.com/GodotNativeTools/godot_headers/";
|
||||||
description = "Headers for the Godot API supplied by the GDNative module";
|
description = "Headers for the Godot API supplied by the GDNative module";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.all;
|
||||||
maintainers = [ stdenv.lib.maintainers.twey ];
|
maintainers = [ stdenv.lib.maintainers.twey ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user