[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72871: [PATCH] gnu: Add emacs-qt-pro-mode.
From: |
Nicolas Goaziou |
Subject: |
bug#72871: [PATCH] gnu: Add emacs-qt-pro-mode. |
Date: |
Thu, 05 Sep 2024 19:52:16 +0200 |
Hello,
> * gnu/packages/emacs-xyz.scm (emacs-qt-pro-mode): New variable.
Thank you. I applied the patch with the following changes:
> + (package
> + (name "emacs-qt-pro-mode")
> + (version (git-version "1.0.1" revision commit))
I set base version to 1.0.0, as specified in the main file. I'm not sure
where 1.0.1 is coming from.
> + (list
> + #:tests? #t
> + #:phases #~(modify-phases %standard-phases
> + (replace 'check
> + (lambda* (#:key tests? #:allow-other-keys)
> + (when tests?
> + (invoke "make" "test")))))))
I replaced the whole phase with #:test-command keyword.
Regards,
--
Nicolas Goaziou
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#72871: [PATCH] gnu: Add emacs-qt-pro-mode.,
Nicolas Goaziou <=