From 4eee7421c4dc1b3dd9c8a061035395678bf1be60 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Fri, 16 Feb 2024 21:49:14 -0300 Subject: [PATCH] packages: toys: Fix wayneko PREFIX make flag --- modules/radix/packages/toys.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/radix/packages/toys.scm b/modules/radix/packages/toys.scm index 872cf46..e08049c 100644 --- a/modules/radix/packages/toys.scm +++ b/modules/radix/packages/toys.scm @@ -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)