gnu: xcursor-themes: Install data into package output directory.
* gnu/packages/xorg.scm (xcursor-themes): Install icons into output directory
    instead of libxcursor.
			
			
This commit is contained in:
		
							parent
							
								
									421a80a2b2
								
							
						
					
					
						commit
						93be8dc4c9
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1929,6 +1929,11 @@ tracking.")
 | 
			
		|||
      `(("libxcursor" ,libxcursor)
 | 
			
		||||
        ("pkg-config" ,pkg-config)
 | 
			
		||||
        ("xcursorgen" ,xcursorgen)))
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:configure-flags
 | 
			
		||||
       (list (string-append "--with-cursordir="
 | 
			
		||||
                            (assoc-ref %outputs "out")
 | 
			
		||||
                            "/share/icons"))))
 | 
			
		||||
    (home-page "http://www.x.org/wiki/")
 | 
			
		||||
    (synopsis "xorg implementation of the X Window System")
 | 
			
		||||
    (description "X.org provides an implementation of the X Window System")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue