guix-patches
[Top][All Lists]
Advanced

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

bug#59974: My GNU Health package


From: Maxim Cournoyer
Subject: bug#59974: My GNU Health package
Date: Mon, 20 Mar 2023 23:46:03 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi,

Morgan.J.Smith@outlook.com writes:

> From: Petr Hodina <phodina@protonmail.com>
>
> * gnu/packages/medical.scm (mygnuhealth): New variable.
> ---
>
> Hello!
>
> I hope I'm not over reaching or stealing anyone's thunder but I completed the
> patch with Maxim's suggestions.
>
> Please double check that the author stays as "Petr Hodina" and not me.  I
> barely did anything.

Excellent.  I still added you as 'Co-author' for the much welcome
initiative, and moved the propagated-inputs to the inputs, as the
command is wrapped (and this is a user application, not a library):

--8<---------------cut here---------------start------------->8---
modified   gnu/packages/medical.scm
@@ -63,13 +63,16 @@ (define-public mygnuhealth
     (inputs (list bash-minimal
                   kirigami
                   python
+                  python-bcrypt
+                  python-matplotlib
+                  python-requests
+                  python-tinydb
                   qtbase-5
                   qtdeclarative-5
                   qtgraphicaleffects
                   qtquickcontrols-5
-                  qtquickcontrols2-5))
-    (propagated-inputs (list python-bcrypt python-matplotlib python-requests
-                             python-tinydb))
+                  qtquickcontrols2-5
+                  qtsvg-5))
     (home-page "https://www.gnuhealth.org";)
     (synopsis "The GNU Health Personal Health Record")
     (description
--8<---------------cut here---------------end--------------->8---

Applied!

-- 
Thanks,
Maxim





reply via email to

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