mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-robot-log: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-robot-log)[arguments]<tests?>: Skip them. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
84dddc5fb8
commit
7bb8201e61
1 changed files with 3 additions and 0 deletions
|
@ -9508,6 +9508,9 @@ keywords and smart indentation.")
|
|||
(base32
|
||||
"1l9yxryrhvylh2x17cczd8v8978w1nv8173d4l9hv0cr26kp5b68"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
;; XXX: Tests are currently broken due to python-robotframework.
|
||||
(list #:tests? #f))
|
||||
(native-inputs (list python-robotframework))
|
||||
(home-page "https://sr.ht/~apteryx/emacs-robot-log/")
|
||||
(synopsis "Emacs major mode for viewing RobotFramework debug log files")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue