Archived
1
0
Fork 0

gnu: vis: Update to 0.3.

* gnu/packages/text-editors.scm (vis): Update to 0.3.
[arguments]: Remove #:make-flags.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
José Miguel Sánchez García 2017-04-17 19:08:34 +02:00 committed by Leo Famulari
parent 3a0cfe675f
commit 7eaa8cf2b9
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -42,18 +42,17 @@
(define-public vis (define-public vis
(package (package
(name "vis") (name "vis")
(version "0.2") (version "0.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/martanne/" (uri (string-append "https://github.com/martanne/"
name "/archive/v" version ".tar.gz")) name "/archive/v" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "0bbmkblpndc53pvr8xcfywdn8g351yxfj8c46zp5d744c3bq2nry")))) (base32 "0xvhkj4j8pcmpnsx7f93d6n2f068xnl7wacfs97vr0agxwrfvn5y"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags '("CFLAGS=-pie") `(#:tests? #f ; No tests.
#:tests? #f ; No tests.
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'install 'wrap-binary (add-after 'install 'wrap-binary