Put in earplugs

This commit is contained in:
nik gaffney 2024-01-20 09:25:41 +01:00
parent 3d5a029e19
commit 99813635b3
Signed by: nik
GPG key ID: 989F5E6EDB478160

View file

@ -19,7 +19,7 @@
define-module (zzkt packages gephi) define-module (zzkt packages gephi)
#:use-module (guix) #:use-module (guix)
#:use-module (guix build-system maven) #:use-module (guix build-system ant)
#:use-module (guix git-download) #:use-module (guix git-download)
#:use-module ((guix licenses) #:prefix license:) #:use-module ((guix licenses) #:prefix license:)
#:use-module (gnu packages) #:use-module (gnu packages)
@ -36,7 +36,7 @@ define-module (zzkt packages gephi)
(sha256 (base32 "0y7kzwh5ascmqs7whlf5jajj46zy2zyb57944sggy1rz7i6czhpn")))) (sha256 (base32 "0y7kzwh5ascmqs7whlf5jajj46zy2zyb57944sggy1rz7i6czhpn"))))
(inputs (inputs
(list gawk)) (list gawk))
(build-system maven-build-system) (build-system ant-build-system)
(arguments (list #:configure-flags #~(list "--enable-silent-rules"))) (arguments (list #:configure-flags #~(list "--enable-silent-rules")))
(home-page "https://gephi.org/") (home-page "https://gephi.org/")
(synopsis "The Open Graph Viz Platform") (synopsis "The Open Graph Viz Platform")