[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#61031: [PATCH] Add emacs-kodi-remote.
From: |
Nicolas Goaziou |
Subject: |
bug#61031: [PATCH] Add emacs-kodi-remote. |
Date: |
Fri, 27 Jan 2023 23:04:53 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hello,
racin@free.fr writes:
> You were right about the problem that it did not compile; I did not
> understand that I had to to make
> before ./pre-inst-env guix build emacs-kodi-remote. I think I properly
> tested it now.
Great. I added a commit message and applied your patch, with the changes below.
> + (package
> + (name "emacs-kodi-remote")
> + (version (git-version "0" revision commit))
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/spiderbit/kodi-remote.el.git")
I removed ".git" suffix
> + (commit commit)))
I added
(file-name (git-file-name name version))
here
> + (sha256
> + (base32
> + "1gck7lvqxcr9ikrzlpvcf4408cq6i4s8ijgb0kdsbkfzv0w86934"))))
> + (build-system emacs-build-system)
> + (propagated-inputs (list emacs-f emacs-json-mode emacs-let-alist
> emacs-request))
I added a newline character after "propagated-inputs".
> + (home-page "http://github.com/spiderbit/kodi-remote.el")
> + (synopsis "Remote Control for Kodi")
Control -> control
Regards,
--
Nicolas Goaziou