guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: Add emacs-org-roam-ui."


From: guix-commits
Subject: branch master updated: Revert "gnu: Add emacs-org-roam-ui."
Date: Mon, 19 Sep 2022 06:23:59 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d845326b5c Revert "gnu: Add emacs-org-roam-ui."
d845326b5c is described below

commit d845326b5cb33453a50b9c8fd8f21dfd8198a158
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Sep 19 12:19:53 2022 +0200

    Revert "gnu: Add emacs-org-roam-ui."
    
    This reverts commit 1225fe013e2f5e91a7a05be745e5cbf8ae507b02.
    
    The package includes minified Javascript. See
    <https://issues.guix.gnu.org/issue/57891>.
---
 gnu/packages/emacs-xyz.scm | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 30bd0ca48b..2cca4eab69 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30902,34 +30902,6 @@ as a plug-and-play solution for anyone already using 
Org mode for their
 personal wiki.")
     (license license:gpl3+)))
 
-(define-public emacs-org-roam-ui
-  (let ((commit "c75fc7506ee7f03840a9a93ed9336d7ed24551aa")
-        (revision "0"))
-    (package
-      (name "emacs-org-roam-ui")
-      (version (git-version "0.1" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/org-roam/org-roam-ui";)
-               (commit commit)))
-         (sha256
-          (base32 "0mkcd2622np8s5qz2zvx7lch6dc586xqmn6914gi4ym7nvklf3zy"))))
-      (build-system emacs-build-system)
-      (arguments
-       (list #:include #~(cons "^out" %default-include)))
-      (propagated-inputs
-       (list emacs-org-roam emacs-simple-httpd emacs-websocket))
-      (home-page "https://github.com/org-roam/org-roam-ui";)
-      (synopsis "Web User Interface for Org Roam")
-      (description
-       "Org Roam UI is meant as a successor of Org Roam server that extends
-functionality of Org Roam with a web app that runs side-by-side with Emacs,
-providing a web interface for navigating around notes created within Org
-Roam.")
-      (license license:gpl3+))))
-
 (define-public emacs-org-roam-bibtex
   (package
     (name "emacs-org-roam-bibtex")



reply via email to

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