nixos/fontconfig: fix local.conf regression
Another part of edf2541f02c6b24ea791710d5cadeae36f9b1a3a was missed while rebasing https://github.com/NixOS/nixpkgs/pull/93562, resulting in incorrect path as described by https://github.com/NixOS/nixpkgs/issues/86601#issuecomment-675462227
This commit is contained in:
		
							parent
							
								
									4dd782f5dd
								
							
						
					
					
						commit
						fe1b9ebaf1
					
				@ -190,13 +190,6 @@ let
 | 
			
		||||
    ln -s ${pkg.out}/etc/fonts/conf.d/*.conf \
 | 
			
		||||
          $dst/
 | 
			
		||||
 | 
			
		||||
    # update 51-local.conf path to look at local.conf
 | 
			
		||||
    rm  $dst/51-local.conf
 | 
			
		||||
 | 
			
		||||
    substitute ${pkg.out}/etc/fonts/conf.d/51-local.conf \
 | 
			
		||||
               $dst/51-local.conf \
 | 
			
		||||
               --replace local.conf /etc/fonts/${pkg.configVersion}/local.conf
 | 
			
		||||
 | 
			
		||||
    # 00-nixos-cache.conf
 | 
			
		||||
    ln -s ${cacheConf}  $dst/00-nixos-cache.conf
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user