gnu: openbox: Use 'librsvg-for-system'.
* gnu/packages/openbox.scm (openbox)[inputs]: Use 'librsvg-for-system' unconditionally.
This commit is contained in:
		
							parent
							
								
									efbaa5fcc8
								
							
						
					
					
						commit
						c789d00b5f
					
				
					 1 changed files with 1 additions and 8 deletions
				
			
		| 
						 | 
					@ -52,14 +52,7 @@
 | 
				
			||||||
    (propagated-inputs `(("python2-pyxdg" ,python2-pyxdg)))
 | 
					    (propagated-inputs `(("python2-pyxdg" ,python2-pyxdg)))
 | 
				
			||||||
    (inputs `(("imlib2" ,imlib2)
 | 
					    (inputs `(("imlib2" ,imlib2)
 | 
				
			||||||
              ("libxml2" ,libxml2)
 | 
					              ("libxml2" ,libxml2)
 | 
				
			||||||
 | 
					              ("librsvg" ,(librsvg-for-system))
 | 
				
			||||||
              ;; Librsvg, an optional dependency, depends on Rust, which is
 | 
					 | 
				
			||||||
              ;; well supported only on x86_64.  Thus, remove it on other
 | 
					 | 
				
			||||||
              ;; architectures.
 | 
					 | 
				
			||||||
              ,@(if (target-x86-64?)
 | 
					 | 
				
			||||||
                    `(("librsvg" ,librsvg))
 | 
					 | 
				
			||||||
                    '())
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
              ("libsm" ,libsm)
 | 
					              ("libsm" ,libsm)
 | 
				
			||||||
              ("libxcursor" ,libxcursor)
 | 
					              ("libxcursor" ,libxcursor)
 | 
				
			||||||
              ("libxinerama" ,libxinerama)
 | 
					              ("libxinerama" ,libxinerama)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue