Make Screeps work
This commit is contained in:
		
							parent
							
								
									dc8bbfdeaf
								
							
						
					
					
						commit
						9d02119b6e
					
				
							
								
								
									
										20
									
								
								overlays/steam.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								overlays/steam.nix
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,20 @@
 | 
			
		||||
# Needed for screeps
 | 
			
		||||
# https://github.com/NixOS/nixpkgs/issues/32881
 | 
			
		||||
self: super:
 | 
			
		||||
{
 | 
			
		||||
  steam = super.steam.override {
 | 
			
		||||
    extraPkgs = super: with super; [
 | 
			
		||||
      gnome3.gtk
 | 
			
		||||
      zlib
 | 
			
		||||
      dbus
 | 
			
		||||
      freetype
 | 
			
		||||
      glib
 | 
			
		||||
      atk
 | 
			
		||||
      cairo
 | 
			
		||||
      gdk_pixbuf
 | 
			
		||||
      pango
 | 
			
		||||
      fontconfig
 | 
			
		||||
      xorg.libxcb
 | 
			
		||||
    ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user