me
/
guix
Archived
1
0
Fork 0

gnu: dragon-drop: Use G-Expressions.

* gnu/packages/gtk.scm (dragon-drop)[arguments]: Convert to list of
G-Expressions.
master
Liliana Marie Prikler 2022-09-14 21:01:41 +02:00
parent 4d510e5411
commit cad4b0cc07
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 7 additions and 8 deletions

View File

@ -2621,13 +2621,12 @@ shell scripts. Example of how to use @code{yad} can be consulted at
(inputs (list gtk+)) (inputs (list gtk+))
(native-inputs (list pkg-config)) (native-inputs (list pkg-config))
(arguments (arguments
`(#:tests? #f ; no check (list
#:make-flags #:tests? #f ; no check target
(list (string-append "CC=" ,(cc-for-target)) #:make-flags #~(list (string-append "CC=" #$(cc-for-target))
;; makefile uses PREFIX for the binary location (string-append "PREFIX=" #$output))
(string-append "PREFIX=" (assoc-ref %outputs "out")))
#:phases #:phases
(modify-phases %standard-phases #~(modify-phases %standard-phases
(delete 'configure)))) ; no configure script (delete 'configure)))) ; no configure script
(synopsis "Drag and drop source/target for X") (synopsis "Drag and drop source/target for X")
(description (description