wip: more work on express

This commit is contained in:
Efraim Flashner 2020-09-30 10:26:40 +03:00
parent d3aa30b10a
commit cba02d9ceb
Signed by: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1,4 +1,4 @@
;;; Copyright © 2016, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is an addendum to GNU Guix.
;;;
@ -26,17 +26,17 @@
#:use-module (gnu packages gettext)
#:use-module (gnu packages pkg-config))
(define-public e-express
(define-public express-irc
(let ((commit "c42d2480060a7700209abd1abefb8ef6522a5482")
(revision "1"))
(revision "2"))
(package
(name "e-express")
(version "0.0.1")
(name "express-irc")
(version (git-version "0.0.1" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://git.enlightenment.org/apps/express")
(url "https://git.enlightenment.org/apps/express.git/")
(commit commit)))
(file-name (git-file-name name version))
(sha256
@ -48,7 +48,6 @@
(modify-phases %standard-phases
(add-after 'unpack 'setenv
(lambda _
(setenv "NOCONFIGURE" "TRUE")
;; FATAL: Cannot create run dir '/homeless-shelter/.run' - errno=2
(setenv "HOME" "/tmp")
#t)))))
@ -60,7 +59,7 @@
("pkg-config" ,pkg-config)))
(inputs
`(("efl" ,efl)))
(home-page "http://smhouston.us/express/")
(home-page "https://git.enlightenment.org/apps/express.git/")
(synopsis "IRC client with enhanced media capabilities")
(description "EFL-based IRC Client which operates similar to the
Terminology interface.")