tachyon: install header files

This commit is contained in:
Robert T. McGibbon 2020-06-01 00:29:20 -04:00
parent 67325b12c6
commit 557a4df3eb

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"
'';