packages: toys: Fix wayneko PREFIX make flag

sioyek
Luis Guilherme Coelho 2024-02-16 21:49:14 -03:00
parent c2558bf3fd
commit 4eee7421c4
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
(arguments
(list #:make-flags
#~(list (string-append "CC=" #$(cc-for-target))
(string-append "DESTDIR=" (assoc-ref %outputs "out")))
(string-append "PREFIX=" #$output))
#:phases
#~(modify-phases %standard-phases
(delete 'configure)