gnu: xfce4-terminal: Fix build.
* gnu/packages/xfce.scm (xfce4-terminal)[arguments]: Add configure-flags to set CFLAGS. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
		
							parent
							
								
									fb371f72f2
								
							
						
					
					
						commit
						28818a33bf
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
					@ -946,6 +946,12 @@ features playback of local media files, DVD/CD and live streams.")
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1x5saijxykxmn2hksf4qvaj965b6i0wy62z9hgrc2vvwmxbmkrbq"))))
 | 
					                "1x5saijxykxmn2hksf4qvaj965b6i0wy62z9hgrc2vvwmxbmkrbq"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     (list
 | 
				
			||||||
 | 
					      #:configure-flags
 | 
				
			||||||
 | 
					      #~(list (string-append "CFLAGS=-I"
 | 
				
			||||||
 | 
					                             #$(this-package-input "libxfce4ui")
 | 
				
			||||||
 | 
					                             "/include/xfce4"))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list pkg-config intltool))
 | 
					     (list pkg-config intltool))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue