all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72008] [PATCH] gnu: Add emacs-casual-calc.
@ 2024-07-09 13:52 peter
  2024-07-18 15:19 ` bug#72008: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: peter @ 2024-07-09 13:52 UTC (permalink / raw)
  To: 72008
  Cc: Peter Polidoro, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

From: Peter Polidoro <peter@polidoro.io>

* gnu/packages/emacs-xyz.scm (emacs-casual-calc): New variable.

Change-Id: I7c2816534481d8602d91be2309c7561393f70f65
---
 gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ae588f4913..288c0aaaf5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33133,6 +33133,33 @@ (define-public emacs-cascading-dir-locals
 all of your projects, then override or add variables on a per-project basis.")
       (license license:gpl3+))))
 
+(define-public emacs-casual-calc
+  (package
+    (name "emacs-casual-calc")
+    (version "1.10.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/kickingvegas/casual-calc")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0qdi6p3aybg0zwscf35l2dx51q7h4rz2g7r4xf7ml520dag7h5cw"))))
+    (build-system emacs-build-system)
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'chdir
+            (lambda _ (chdir "lisp"))))))
+    (propagated-inputs (list emacs-casual-lib))
+    (home-page "https://github.com/kickingvegas/casual-calc")
+    (synopsis "Transient-based porcelain for calc")
+    (description
+     "Casual Calc is an opinionated Transient-based porcelain for Emacs Calc.")
+    (license license:gpl3+)))
+
 (define-public emacs-casual-dired
   (package
     (name "emacs-casual-dired")

base-commit: c6f4757ed2c78c63e642703805867caf5d0ab277
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#72008: [PATCH] gnu: Add emacs-casual-calc.
  2024-07-09 13:52 [bug#72008] [PATCH] gnu: Add emacs-casual-calc peter
@ 2024-07-18 15:19 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-07-18 15:19 UTC (permalink / raw)
  To: peter; +Cc: 72008-done, Katherine Cox-Buday, Liliana Marie Prikler,
	Andrew Tropin

peter@polidoro.io skribis:

> From: Peter Polidoro <peter@polidoro.io>
>
> * gnu/packages/emacs-xyz.scm (emacs-casual-calc): New variable.
>
> Change-Id: I7c2816534481d8602d91be2309c7561393f70f65

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-18 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09 13:52 [bug#72008] [PATCH] gnu: Add emacs-casual-calc peter
2024-07-18 15:19 ` bug#72008: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.