mirror of
				https://github.com/lelgenio/dzgui-nix.git
				synced 2025-11-04 04:47:36 -03:00 
			
		
		
		
	fix: Maintain compatibility with 24.05
This commit is contained in:
		
							parent
							
								
									0895b37a62
								
							
						
					
					
						commit
						eb3b81e524
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -44,7 +44,8 @@ stdenv.mkDerivation rec {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    wmctrl
 | 
					    wmctrl
 | 
				
			||||||
    xdotool
 | 
					    xdotool
 | 
				
			||||||
    pkgs.zenity
 | 
					    # TODO: remove 24.05 compatibility when it goes EOL
 | 
				
			||||||
 | 
					    (pkgs.zenity or gnome.zenity)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ## Here we don't declare steam as a dependency because
 | 
					    ## Here we don't declare steam as a dependency because
 | 
				
			||||||
    ## we could either use the native or flatpack version
 | 
					    ## we could either use the native or flatpack version
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue