mark as borked
This commit is contained in:
		
							parent
							
								
									84348bfd3d
								
							
						
					
					
						commit
						78eecf80dc
					
				@ -1,4 +1,4 @@
 | 
			
		||||
{ lib, stdenv, fetchzip, makeWrapper, jdk15, steam-run, ... }:
 | 
			
		||||
{ lib, stdenv, fetchzip, makeWrapper, jdk16, steam-run, ... }:
 | 
			
		||||
 | 
			
		||||
stdenv.mkDerivation rec {
 | 
			
		||||
 | 
			
		||||
@ -11,14 +11,14 @@ stdenv.mkDerivation rec {
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  nativeBuildInputs = [ makeWrapper ];
 | 
			
		||||
  buildInputs = [ jdk15 ];
 | 
			
		||||
  buildInputs = [ jdk16 ];
 | 
			
		||||
 | 
			
		||||
  installPhase = ''
 | 
			
		||||
    mkdir -p $out/lib/ $out/bin
 | 
			
		||||
    cp -r ${src} $out/lib/downlords
 | 
			
		||||
 | 
			
		||||
    makeWrapper $out/lib/downlords/downlords-faf-client $out/bin/dowlords \
 | 
			
		||||
      --set INSTALL4J_JAVA_HOME "${jdk15}/lib/openjdk" \
 | 
			
		||||
      --set INSTALL4J_JAVA_HOME "${jdk16}/lib/openjdk" \
 | 
			
		||||
      --set PWD $out/lib/downlords \
 | 
			
		||||
      --run "cd $out/lib/downlords"
 | 
			
		||||
  '';
 | 
			
		||||
 | 
			
		||||
@ -42,4 +42,7 @@ in
 | 
			
		||||
      done
 | 
			
		||||
    '';
 | 
			
		||||
 | 
			
		||||
    meta = {
 | 
			
		||||
      broken = true;
 | 
			
		||||
    };
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user