guix-patches
[Top][All Lists]
Advanced

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

bug#57891: [PATCH 1/1] gnu: Add emacs-org-roam-ui.


From: Nicolas Goaziou
Subject: bug#57891: [PATCH 1/1] gnu: Add emacs-org-roam-ui.
Date: Sun, 18 Sep 2022 11:29:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hello,

Fredrik Salomonsson <plattfot@posteo.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-org-roam-ui): New variable.

Thank you. Applied with the following changes.

> +(define-public emacs-org-roam-ui
> +  (package
> +    (name "emacs-org-roam-ui")
> +    (version "20220803.1024")

Version is actually "0.1".
> +    (source
> +      (origin
> +        (method git-fetch)
> +        (uri (git-reference
> +               (url "https://github.com/org-roam/org-roam-ui.git";)

I removed ".git" suffix.
> +               (commit "c75fc7506ee7f03840a9a93ed9336d7ed24551aa")))
> +        (sha256
> +          (base32 "0mkcd2622np8s5qz2zvx7lch6dc586xqmn6914gi4ym7nvklf3zy"))))
> +    (build-system emacs-build-system)
> +    (propagated-inputs
> +     (list
> +      emacs-org-roam
> +      emacs-simple-httpd
> +      emacs-websocket))
> +    (arguments
> +      (list
> +       #:include #~(cons "^out" %default-include)))
> +    (home-page "https://github.com/org-roam/org-roam-ui";)
> +    (synopsis "Web User Interface for Org-roam")

I capitalzed project name 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.")

I also capitalized project names. I changed "Web app" into "web app",
but I think it should be "web application". I eventually merged the two
into a single one.

Regards,
-- 
Nicolas Goaziou





reply via email to

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