more janus
This commit is contained in:
		
							parent
							
								
									eb01ed1d1e
								
							
						
					
					
						commit
						43a1c25571
					
				@ -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; {
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										5757
									
								
								prebuild.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5757
									
								
								prebuild.txt
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user