Put in earplugs
This commit is contained in:
parent
3d5a029e19
commit
99813635b3
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue