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