Merge pull request #89285 from rmcgibbo/tachyon

tachyon: install header files
This commit is contained in:
Michael Raskin 2020-06-03 22:44:35 +00:00 committed by GitHub
commit 4f9053c605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@ stdenv.mkDerivation rec {
cp tachyon "$out"/bin
cp libtachyon.* "$out/lib"
cd ../..
cp src/*.h "$out/include/"
cp Changes Copyright README "$out/share/doc/tachyon"
cp -r scenes "$out/share/tachyon/scenes"
'';