* Use "propagated-user-env-packages", not "propagated-build-inputs"
for packages that should be propagated to the user environment.
This commit is contained in:
		
							parent
							
								
									02f2335712
								
							
						
					
					
						commit
						5ca45d085e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -94,7 +94,7 @@ sub addPkg { | ||||||
| #    print "symlinking $pkgDir\n"; | #    print "symlinking $pkgDir\n"; | ||||||
|     createLinks("$pkgDir", "$out", $ignoreCollisions); |     createLinks("$pkgDir", "$out", $ignoreCollisions); | ||||||
| 
 | 
 | ||||||
|     my $propagatedFN = "$pkgDir/nix-support/propagated-build-inputs"; |     my $propagatedFN = "$pkgDir/nix-support/propagated-user-env-packages"; | ||||||
|     if (-e $propagatedFN) { |     if (-e $propagatedFN) { | ||||||
|         open PROP, "<$propagatedFN" or die; |         open PROP, "<$propagatedFN" or die; | ||||||
|         my $propagated = <PROP>; |         my $propagated = <PROP>; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue