mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: jekyll: Update to 4.4.1.
* gnu/packages/ruby-xyz.scm (jekyll): Update to 4.4.1. [arguments]{phases}: Refresh phase 'disable-problematic-tests.
This commit is contained in:
parent
3052ab699f
commit
49eccddc98
1 changed files with 9 additions and 3 deletions
|
@ -13783,7 +13783,7 @@ Unicode formatted tables.")
|
||||||
(define-public jekyll
|
(define-public jekyll
|
||||||
(package
|
(package
|
||||||
(name "jekyll")
|
(name "jekyll")
|
||||||
(version "4.3.4")
|
(version "4.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch) ;for tests
|
(method git-fetch) ;for tests
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -13792,7 +13792,7 @@ Unicode formatted tables.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sz285x5ppbifrnixi9sdzv28kg4x3qbzds3qniiwh1ip9hi1yk4"))))
|
"13cgr7nhxsmackzc976pcvrmam0il623rz13fnr9f7g4g3d1m1lq"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:modules '((guix build ruby-build-system)
|
(list #:modules '((guix build ruby-build-system)
|
||||||
|
@ -13851,7 +13851,13 @@ Unicode formatted tables.")
|
||||||
;; These tests fail non-deterministically (see:
|
;; These tests fail non-deterministically (see:
|
||||||
;; https://github.com/jekyll/jekyll/issues/9323).
|
;; https://github.com/jekyll/jekyll/issues/9323).
|
||||||
(delete-file "test_new_command.rb")
|
(delete-file "test_new_command.rb")
|
||||||
(delete-file "test_collections.rb"))))
|
(delete-file "test_collections.rb")
|
||||||
|
;; This requires post-install run with GEM_PATH.
|
||||||
|
;; Also requires more native-inputs.
|
||||||
|
(substitute* "test_commands_serve.rb"
|
||||||
|
((".*\"fork is not supported.*" all)
|
||||||
|
(string-append all
|
||||||
|
" skip('fails on guix')\n"))))))
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue