mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
godot_headers: clean up output path
This commit is contained in:
parent
494a4ef3ce
commit
62ab617052
@ -9,7 +9,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0z562pqm8y8wldmfiya72cvwwpvcfznpl0wypagw50v0f41ilywh";
|
||||
};
|
||||
buildPhase = "true";
|
||||
installPhase = "cp -r . $out";
|
||||
installPhase = ''
|
||||
mkdir $out
|
||||
cp -r . $out/include
|
||||
'';
|
||||
meta = {
|
||||
homepage = "https://github.com/GodotNativeTools/godot_headers/";
|
||||
description = "Headers for the Godot API supplied by the GDNative module";
|
||||
|
Loading…
Reference in New Issue
Block a user