gnu: GNOME: Only include Eye of GNOME on x86_64-linux.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Conditionally add EOG.
This commit is contained in:
		
							parent
							
								
									4e0059beb1
								
							
						
					
					
						commit
						ce784e6c28
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
					@ -7828,7 +7828,11 @@ world.")
 | 
				
			||||||
     ;; GNOME-Core-Utilities
 | 
					     ;; GNOME-Core-Utilities
 | 
				
			||||||
       ("baobab" ,baobab)
 | 
					       ("baobab" ,baobab)
 | 
				
			||||||
       ("cheese" ,cheese)
 | 
					       ("cheese" ,cheese)
 | 
				
			||||||
       ("eog" ,eog)
 | 
					       ;; XXX: EoG requires librsvg-next, which depends on Rust, which currently
 | 
				
			||||||
 | 
					       ;; only works on x86_64, so exclude it on other architectures.
 | 
				
			||||||
 | 
					       ,@(if (string-prefix? "x86_64" (%current-system))
 | 
				
			||||||
 | 
					             `(("eog" ,eog))
 | 
				
			||||||
 | 
					             '())
 | 
				
			||||||
       ("epiphany" ,epiphany)
 | 
					       ("epiphany" ,epiphany)
 | 
				
			||||||
       ("evince" ,evince)
 | 
					       ("evince" ,evince)
 | 
				
			||||||
       ("file-roller" ,file-roller)
 | 
					       ("file-roller" ,file-roller)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue