From bef5aade074bd4ee0984f5774fec35e51d09df79 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Sat, 20 Jan 2024 10:54:19 +0100 Subject: [PATCH] Put in earplugs --- channel/zzkt/packages/gephi.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/channel/zzkt/packages/gephi.scm b/channel/zzkt/packages/gephi.scm index d4f12ee..82bcfba 100644 --- a/channel/zzkt/packages/gephi.scm +++ b/channel/zzkt/packages/gephi.scm @@ -18,7 +18,7 @@ (define-module (zzkt packages gephi) #:use-module (guix) - #:use-module (guix build-system ant) + #:use-module (guix build-system maven) #:use-module (guix git-download) #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages) @@ -38,8 +38,8 @@ (sha256 (base32 "01ywl2p5yi6ccam8778yjayrjjvmbh2h3yw4qd263siyih0zs9hj")))) (inputs (list gawk)) - (build-system ant-build-system) - (arguments (list #:configure-flags #~(list "--enable-silent-rules"))) + (build-system maven-build-system) + ;; (arguments (list #:configure-flags #~(list "--enable-silent-rules"))) (home-page "https://gephi.org/") (synopsis "The Open Graph Viz Platform") (description