diff mbox series

bug#59558: [PATCH] gnu: Add buku-run.

Message ID 87y1rhbmo8.fsf@gnu.org
State New
Headers show
Series bug#59558: [PATCH] gnu: Add buku-run. | expand

Commit Message

Ludovic Courtès Dec. 8, 2022, 9:39 p.m. UTC
Hi,

Hilton Chain <hako@ultrarare.space> skribis:

> * gnu/packages/web.scm (buku-run): New variable.

Applied with the changes below, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index e53e123e19..99b8a3698c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -189,6 +189,7 @@  (define-module (gnu packages web)
   #:use-module (gnu packages video)
   #:use-module (gnu packages vim)
   #:use-module (gnu packages wget)
+  #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xml)
   #:use-module ((srfi srfi-1) #:select (delete-duplicates)))
 
@@ -7801,9 +7802,8 @@  (define-public buku-run
     (home-page "https://github.com/carnager/buku_run")
     (synopsis "rofi frontend for buku bookmarks manager")
     (description
-     "This package provides a @code{rofi} frontend for @code{buku} bookmark
-manager.")
-    (license license:gpl3)))
+     "This package provides a rofi frontend for the buku bookmark manager.")
+    (license license:gpl3+)))
 
 (define-public anonip
   (package