tachyon: install header files
This commit is contained in:
parent
67325b12c6
commit
557a4df3eb
@ -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"
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user