Put in earplugs
This commit is contained in:
parent
9306428873
commit
372ae4f5b5
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,8 @@
|
||||||
|
|
||||||
;; https://github.com/gephi/gephi/releases/download/v0.10.1/gephi-0.10.1-linux-x64.tar.gz
|
;; https://github.com/gephi/gephi/releases/download/v0.10.1/gephi-0.10.1-linux-x64.tar.gz
|
||||||
|
|
||||||
|
;; gephi --jdkhome ~/.guix-profile
|
||||||
|
|
||||||
(define-public gephi-binary
|
(define-public gephi-binary
|
||||||
(package
|
(package
|
||||||
(name "gephi-binary")
|
(name "gephi-binary")
|
||||||
|
@ -60,6 +62,8 @@
|
||||||
(uri "https://github.com/gephi/gephi/releases/download/v0.10.1/gephi-0.10.1-linux-x64.tar.gz")
|
(uri "https://github.com/gephi/gephi/releases/download/v0.10.1/gephi-0.10.1-linux-x64.tar.gz")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0y7kzwh5ascmqs7whlf5jajj46zy2zyb57944sggy1rz7i6czhpn"))))
|
(base32 "0y7kzwh5ascmqs7whlf5jajj46zy2zyb57944sggy1rz7i6czhpn"))))
|
||||||
|
(inputs
|
||||||
|
(list openjdk))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan
|
(list #:install-plan
|
||||||
|
|
Loading…
Reference in a new issue