* Hack to get around the libtool wrapper script around nix-store not
working when PATH is unset.
This commit is contained in:
		
							parent
							
								
									3fae65d4cc
								
							
						
					
					
						commit
						33efb52e02
					
				
					 2 changed files with 5 additions and 1 deletions
				
			
		|  | @ -56,6 +56,11 @@ for i in \ | |||
|     chmod +x $i | ||||
| done | ||||
| 
 | ||||
| # Another ugly hack. | ||||
| sed "s|^$|PATH=$PATH|" < $NIX_DATA_DIR/nix/corepkgs/nar/nar.sh > tmp | ||||
| chmod +x tmp | ||||
| mv tmp $NIX_DATA_DIR/nix/corepkgs/nar/nar.sh | ||||
| 
 | ||||
| # Initialise the database. | ||||
| $TOP/src/nix-store/nix-store --init | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue