mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Merge pull request #89285 from rmcgibbo/tachyon
tachyon: install header files
This commit is contained in:
commit
4f9053c605
@ -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"
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user