godot_headers: clean up output path
This commit is contained in:
parent
494a4ef3ce
commit
62ab617052
@ -9,7 +9,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0z562pqm8y8wldmfiya72cvwwpvcfznpl0wypagw50v0f41ilywh";
|
sha256 = "0z562pqm8y8wldmfiya72cvwwpvcfznpl0wypagw50v0f41ilywh";
|
||||||
};
|
};
|
||||||
buildPhase = "true";
|
buildPhase = "true";
|
||||||
installPhase = "cp -r . $out";
|
installPhase = ''
|
||||||
|
mkdir $out
|
||||||
|
cp -r . $out/include
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user