From a35038fb8d8dfd05ec4970177c724d1af390fa2d Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 18 Dec 2019 17:00:38 +0100 Subject: nonguix: Fix default values for patchelf-plan and install-plan. * nonguix/build-system/binary.scm (binary-build): Default values are unquoted, so we add an extra quote. --- nonguix/build-system/binary.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nonguix/build-system') diff --git a/nonguix/build-system/binary.scm b/nonguix/build-system/binary.scm index 795b30c..2c2bae6 100644 --- a/nonguix/build-system/binary.scm +++ b/nonguix/build-system/binary.scm @@ -93,8 +93,8 @@ (define* (binary-build store name inputs #:key (guile #f) (outputs '("out")) - (patchelf-plan '()) - (install-plan '(("" ".*"))) + (patchelf-plan ''()) + (install-plan ''(("." (".") "./"))) (search-paths '()) (out-of-source? #t) (validate-runpath? #t) -- cgit v1.2.3