nixos/taskserver: Fix reference to certtool.
With the merge of the closure-size branch, most packages now have
multiple outputs. One of these packages is gnutls, so previously
everything that we needed was to reference "${gnutls}/bin/..." and now
we need to use "${gnutls.bin}/bin/...".
So it's not a very big issue to fix.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
			
			
This commit is contained in:
		
							parent
							
								
									9ed9e268a2
								
							
						
					
					
						commit
						1f46decba7
					
				@ -154,7 +154,7 @@ let
 | 
			
		||||
 | 
			
		||||
  mkShellStr = val: "'${replaceStrings ["'"] ["'\\''"] val}'";
 | 
			
		||||
 | 
			
		||||
  certtool = "${pkgs.gnutls}/bin/certtool";
 | 
			
		||||
  certtool = "${pkgs.gnutls.bin}/bin/certtool";
 | 
			
		||||
 | 
			
		||||
  nixos-taskserver = pkgs.buildPythonPackage {
 | 
			
		||||
    name = "nixos-taskserver";
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user