emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62360: closed ([PATCH] gnu: sbcl-trivial-open-browser: Patch xdg-ope


From: GNU bug Tracking System
Subject: bug#62360: closed ([PATCH] gnu: sbcl-trivial-open-browser: Patch xdg-open.)
Date: Wed, 22 Mar 2023 13:42:02 +0000

Your message dated Wed, 22 Mar 2023 13:41:00 +0000
with message-id <87pm90dht5.fsf@kitej>
and subject line Re: [bug#62360] [PATCH] gnu: sbcl-trivial-open-browser: Patch 
xdg-open.
has caused the debbugs.gnu.org bug report #62360,
regarding [PATCH] gnu: sbcl-trivial-open-browser: Patch xdg-open.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62360: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62360
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: sbcl-trivial-open-browser: Patch xdg-open. Date: Tue, 21 Mar 2023 18:12:25 -0500
* gnu/packages/lisp-xyz.scm (sbcl-trivial-open-browser): Patch it.
[inputs]: Add xdg-utils.
[arguments]: Patch xdg-open.
---
 gnu/packages/lisp-xyz.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 15e929086e..955cf0fcfc 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -80,6 +80,7 @@ (define-module (gnu packages lisp-xyz)
   #:use-module (gnu packages file)
   #:use-module (gnu packages fonts)
   #:use-module (gnu packages fontutils)
+  #:use-module (gnu packages freedesktop)
   #:use-module (gnu packages game-development)
   #:use-module (gnu packages gl)
   #:use-module (gnu packages glib)
@@ -22568,6 +22569,16 @@ (define-public sbcl-trivial-open-browser
          (sha256
           (base32 "0ixay1piq420i6adx642qhw45l6ik7rvgk52lyz27dvx5f8yqsdb"))))
       (build-system asdf-build-system/sbcl)
+      (inputs (list xdg-utils))
+      (arguments
+       (list
+        #:phases
+        #~(modify-phases %standard-phases
+            (add-after 'unpack 'fix-paths
+              (lambda* (#:key inputs #:allow-other-keys)
+                (substitute* "src/trivial-open-browser.lisp"
+                  (("xdg-open")
+                   (search-input-file inputs "/bin/xdg-open"))))))))
       (home-page "https://github.com/eudoxia0/trivial-open-browser";)
       (synopsis "Open a browser window from Common Lisp")
       (description
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62360] [PATCH] gnu: sbcl-trivial-open-browser: Patch xdg-open. Date: Wed, 22 Mar 2023 13:41:00 +0000
Patch pushed as 7f1f78c9463680d5e364815e7d6db0031e6cb566.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]