From f73d9690ad692653548457d4ab108b5200ef4d9b Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 14 Nov 2022 08:59:23 +0000 Subject: [PATCH] gnu: protobuf-2: Use gexp in arguments. This fixes the breakage introduced when the protobuf package switched to using gexp's in the arguments. The package doesn't build, but at least the builder is now deterministic and valid Guile. * gnu/packages/protobuf.scm (protobuf-2)[arguments]: Adapt to use gexp's. --- gnu/packages/protobuf.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index 22900e89cd..eda1b5ec51 100644 --- a/gnu/packages/protobuf.scm +++ b/gnu/packages/protobuf.scm @@ -214,8 +214,8 @@ (define-public protobuf-2 "040rcs9fpv4bslhiy43v7dcrzakz4vwwpyqg4jp8bn24sl95ci7f")))) (arguments (substitute-keyword-arguments (package-arguments protobuf) ((#:phases phases) - `(modify-phases ,phases - (delete 'disable-broken-tests))))))) + #~(modify-phases #$phases + (delete 'disable-broken-tests))))))) (define-public protobuf-c (package