gnu: dragon-drop: Use G-Expressions.
* gnu/packages/gtk.scm (dragon-drop)[arguments]: Convert to list of G-Expressions.
This commit is contained in:
		
							parent
							
								
									4d510e5411
								
							
						
					
					
						commit
						cad4b0cc07
					
				
					 1 changed files with 7 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -2621,13 +2621,12 @@ shell scripts.  Example of how to use @code{yad} can be consulted at
 | 
			
		|||
   (inputs (list gtk+))
 | 
			
		||||
   (native-inputs (list pkg-config))
 | 
			
		||||
   (arguments
 | 
			
		||||
    `(#:tests? #f                       ; no check
 | 
			
		||||
      #:make-flags
 | 
			
		||||
      (list (string-append "CC=" ,(cc-for-target))
 | 
			
		||||
            ;; makefile uses PREFIX for the binary location
 | 
			
		||||
            (string-append "PREFIX=" (assoc-ref %outputs "out")))
 | 
			
		||||
    (list
 | 
			
		||||
     #:tests? #f                        ; no check target
 | 
			
		||||
     #:make-flags #~(list (string-append "CC=" #$(cc-for-target))
 | 
			
		||||
                          (string-append "PREFIX=" #$output))
 | 
			
		||||
     #:phases
 | 
			
		||||
      (modify-phases %standard-phases
 | 
			
		||||
     #~(modify-phases %standard-phases
 | 
			
		||||
         (delete 'configure))))         ; no configure script
 | 
			
		||||
   (synopsis "Drag and drop source/target for X")
 | 
			
		||||
   (description
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue