more janus

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-11-22 13:43:12 +01:00
parent eb01ed1d1e
commit 43a1c25571
4 changed files with 24460 additions and 2 deletions

12814
log.txt Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,6 @@
{ mkDerivation, lib, fetchFromGitHub, bullet, libopus, qtbase, qt5, mesa_glu, vlc, openal, assimp, pkgconfig, tree, git, git-lfs, libxcb }: { mkDerivation, lib, fetchFromGitHub,
bullet, libopus, vlc, openal, assimp, libvorbis,
qtbase, qt5, mesa_glu, tree, git, git-lfs, zlib}:
mkDerivation { mkDerivation {
pname = "janus"; pname = "janus";
@ -21,9 +23,10 @@ mkDerivation {
qt5.qtscript qt5.qtscript
bullet bullet
libopus libopus
libvorbis
openal openal
assimp assimp
# libxcb zlib
]; ];
nativeBuildInputs = [ nativeBuildInputs = [
@ -54,6 +57,7 @@ mkDerivation {
mkdir -p $out/bin $out/lib mkdir -p $out/bin $out/lib
cp -v janusvr $out/bin cp -v janusvr $out/bin
cp -v dependencies/linux/libopenvr_api.so $out/lib cp -v dependencies/linux/libopenvr_api.so $out/lib
cp -r -v assets $out/bin/assets
''; '';
meta = with lib; { meta = with lib; {

5883
post.txt Normal file

File diff suppressed because it is too large Load Diff

5757
prebuild.txt Normal file

File diff suppressed because it is too large Load Diff