guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: gnu: protobuf@2: Fix build.


From: guix-commits
Subject: 01/08: gnu: protobuf@2: Fix build.
Date: Sun, 20 Nov 2022 09:16:19 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3a91ee3b88867e05099a3dfb20bddc48d3330c3e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 20 13:56:42 2022 +0100

    gnu: protobuf@2: Fix build.
    
    * gnu/packages/protobuf.scm (protobuf-2)[build-system]: Set to 
GNU-BUILD-SYSTEM.
    [arguments]: Clear.
    [outputs]: Remove "static".
---
 gnu/packages/protobuf.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index eda1b5ec51..a052a38853 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -212,10 +212,9 @@ internal RPC protocols and file formats.")
               (sha256
                (base32
                 "040rcs9fpv4bslhiy43v7dcrzakz4vwwpyqg4jp8bn24sl95ci7f"))))
-    (arguments (substitute-keyword-arguments (package-arguments protobuf)
-                 ((#:phases phases)
-                  #~(modify-phases #$phases
-                      (delete 'disable-broken-tests)))))))
+    (build-system gnu-build-system)
+    (arguments '())
+    (outputs '("out"))))
 
 (define-public protobuf-c
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]