gnu: jekyll: Use gexps and remove input labels.
* gnu/packages/ruby.scm (jekyll) [arguments]: Use gexps, remove trailing #t. [propagated-inputs]: Remove labels.
This commit is contained in:
		
							parent
							
								
									7885580b77
								
							
						
					
					
						commit
						67c80dfe4e
					
				
					 1 changed files with 22 additions and 24 deletions
				
			
		|  | @ -13232,31 +13232,29 @@ Unicode formatted tables.") | ||||||
|                 "0cqkh78jw8scrajyx5nla0vwm9fvp2qql3kdcvvplcq9mazy8snq")))) |                 "0cqkh78jw8scrajyx5nla0vwm9fvp2qql3kdcvvplcq9mazy8snq")))) | ||||||
|     (build-system ruby-build-system) |     (build-system ruby-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      ;; No rakefile, but a test subdirectory. |      (list #:tests? #f                  ;no rakefile, but a test subdirectory | ||||||
|      `(#:tests? #f |            #:phases | ||||||
|        #:phases |            #~(modify-phases %standard-phases | ||||||
|        (modify-phases %standard-phases |                (add-before 'build 'fix-i18n | ||||||
|          (add-before 'build 'fix-i18n |                  (lambda _ | ||||||
|            (lambda _ |                    (substitute* ".gemspec" | ||||||
|              (substitute* ".gemspec" |                      (("~> 0.7") ">= 0.7") | ||||||
|                (("~> 0.7") ">= 0.7") |                      (("~> 1.14") ">= 1.14"))))))) | ||||||
|                (("~> 1.14") ">= 1.14")) |  | ||||||
|              #t))))) |  | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|      `(("ruby-addressable" ,ruby-addressable) |      (list ruby-addressable | ||||||
|        ("ruby-colorator" ,ruby-colorator) |            ruby-colorator | ||||||
|        ("ruby-em-websocket" ,ruby-em-websocket) |            ruby-em-websocket | ||||||
|        ("ruby-i18n" ,ruby-i18n) |            ruby-i18n | ||||||
|        ("ruby-jekyll-sass-converter" ,ruby-jekyll-sass-converter) |            ruby-jekyll-sass-converter | ||||||
|        ("ruby-jekyll-watch" ,ruby-jekyll-watch) |            ruby-jekyll-watch | ||||||
|        ("ruby-kramdown" ,ruby-kramdown-parser-gfm) |            ruby-kramdown-parser-gfm | ||||||
|        ("ruby-liquid" ,ruby-liquid) |            ruby-liquid | ||||||
|        ("ruby-mercenary" ,ruby-mercenary) |            ruby-mercenary | ||||||
|        ("ruby-pathutil" ,ruby-pathutil) |            ruby-pathutil | ||||||
|        ("ruby-rouge" ,ruby-rouge) |            ruby-rouge | ||||||
|        ("ruby-safe-yaml" ,ruby-safe-yaml) |            ruby-safe-yaml | ||||||
|        ("ruby-sassc" ,ruby-sassc) |            ruby-sassc | ||||||
|        ("ruby-terminal-table" ,ruby-terminal-table))) |            ruby-terminal-table)) | ||||||
|     (home-page "https://jekyllrb.com/") |     (home-page "https://jekyllrb.com/") | ||||||
|     (synopsis "Static site generator") |     (synopsis "Static site generator") | ||||||
|     (description "Jekyll is a simple, blog aware, static site generator.") |     (description "Jekyll is a simple, blog aware, static site generator.") | ||||||
|  |  | ||||||
		Reference in a new issue