Remove interactive build for telega-server, as it fails on Guix. Modify the `telega-server--find-bin' function to only use the version of telega-server installed by Guix. Created by Brett Gilio --- a/telega-server.el +++ b/telega-server.el @@ -113,7 +113,6 @@ If already deferring, then just executes the BODY." If BUILD-FLAGS is specified, then rebuild server without any queries using this flags for building, could be empty string. Otherwise query user about building flags." - (interactive) (telega-test-env 'quiet) (when (or build-flags (y-or-n-p "Build `telega-server'? ")) @@ -137,11 +136,8 @@ Otherwise query user about building flags." (defun telega-server--find-bin () "Find telega-server executable. Raise error if not found." - (let ((exec-path (cons telega-directory exec-path))) - (or (executable-find "telega-server") - (progn (telega-server-build) - (executable-find "telega-server")) - (error "`telega-server' not found in exec-path")))) + (or (executable-find "telega-server") + (error "`telega-server' not found in exec-path"))) (defun telega-server-version () "Return telega-server version." '>logtreecommitdiff
path: root/gnu/packages/lisp-check.scm
AgeCommit message (Expand)Author
2024-01-04gnu: cl-try: Update to 0.0.1-2.cf2a888....* gnu/packages/lisp-check.scm (sbcl-try): Update to 0.0.1-2.cf2a888. Change-Id: Iaa21e7ab9baf362c58b03f28513796abd59f0099 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Paul A. Patience
2023-11-23 gnu: sbcl-lisp-critic: Update to 1.1-ea19f82....* gnu/packages/lisp-xyz.scm (sbcl-lisp-critic): Update to 1.1-ea19f82. [define-public]: Refactor to use let block for getting commit and revision. [version]: Add in version mentioned in ASD file. [source]: Pass in commit variable. Change-Id: Ie2ee4b77aab815c69445a8800e25631b6c9ab4a7 jgart
2023-11-23gnu: Add cl-lisp-critic....* gnu/packages/lisp-check.scm (cl-lisp-critic, sbcl-lisp-critic, ecl-lisp-critic): New variables. Change-Id: I38ed8af8f4316f47695a22e949b931770e350c1e Signed-off-by: jgart <jgart@dismail.de> Michal Atlas
2023-11-18gnu: cl-clunit2: Update to 0.6.1-b24c568....* gnu/packages/lisp-check.scm (sbcl-clunit2): Update to 0.6.1-b24c568. Change-Id: Iba21a1cf108ae86b87090c9b5439ffe04f219af8 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> cage
2023-11-09gnu: cl-lift: Update to 1.7.1-3.a794184....* gnu/packages/lisp-check.scm (sbcl-lift): Update to 1.7.1-3.a794184. [source]: Update URL as maintainer and owner of repository was changed. Change-Id: I068bbea25422c89810919499e96655cd9e5223ad Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2023-08-08gnu: cl-clunit2: Update to 0.5.2-2.5e28343....* gnu/packages/lisp-check.scm (sbcl-clunit2): Update to 0.5.2-2.5e28343. [source, home-page]: Switch from Notabug to Codeberg. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> cage
2023-07-19gnu: cl-lisp-unit2: Update to 0.9.4-0.b5aa17b....* gnu/packages/lisp-check.scm (sbcl-lisp-unit2): Update to 0.9.4-0.b5aa17b. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Andre A. Gomes
2023-07-10gnu: cl-rove: Update to 0.10.0-1.6a5dfcd....* gnu/packages/lisp-check.scm (sbcl-rove): Update to 0.10.0-1.6a5dfcd. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Mike Delago