Skip to content
Snippets Groups Projects
Unverified Commit 868c4dec authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: terminology: Update to 1.9.0.

* gnu/packages/enlightenment.scm (terminology): Update to 1.9.0.
[arguments]: Add configure-flag to find more binaries.
parent cb68ae66
No related branches found
No related tags found
No related merge requests found
...@@ -198,7 +198,7 @@ (define-public efl ...@@ -198,7 +198,7 @@ (define-public efl
(define-public terminology (define-public terminology
(package (package
(name "terminology") (name "terminology")
(version "1.8.1") (version "1.9.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
...@@ -206,7 +206,7 @@ (define-public terminology ...@@ -206,7 +206,7 @@ (define-public terminology
"terminology/terminology-" version ".tar.xz")) "terminology/terminology-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1fxqjf7g30ix4qxi6366rrax27s3maxq43z2vakwnhz4mp49m9h4")) "0v74858yvrrfy0l2pq7yn6izvqhpkb9gw2jpd3a3khjwv8kw6frz"))
(modules '((guix build utils))) (modules '((guix build utils)))
;; Remove the bundled fonts. ;; Remove the bundled fonts.
(snippet (snippet
...@@ -217,10 +217,11 @@ (define-public terminology ...@@ -217,10 +217,11 @@ (define-public terminology
#t)))) #t))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:configure-flags (list "-Dtests=true" `(#:configure-flags
(string-append "-Dedje-cc=" (let ((efl (assoc-ref %build-inputs "efl")))
(assoc-ref %build-inputs "efl") (list "-Dtests=true"
"/bin/edje_cc")) (string-append "-Dedje-cc=" efl "/bin/edje_cc")
(string-append "-Deet=" efl "/bin/eet")))
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'set-home-directory (add-after 'unpack 'set-home-directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment