gnu: jekyll: Loosen the requirement for kramdown.
* gnu/packages/ruby.scm (jekyll): Loosen the requirement for kramdown. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
		
							parent
							
								
									dad963a439
								
							
						
					
					
						commit
						b7e76699d2
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -22,6 +22,7 @@
 | 
				
			||||||
;;; Copyright © 2019 Brett Gilio <brettg@posteo.de>
 | 
					;;; Copyright © 2019 Brett Gilio <brettg@posteo.de>
 | 
				
			||||||
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 | 
					;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 | 
				
			||||||
;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 | 
					;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 | 
				
			||||||
 | 
					;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -10986,7 +10987,8 @@ Pathname.")
 | 
				
			||||||
         (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"))
 | 
				
			||||||
             #t)))))
 | 
					             #t)))))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("ruby-addressable" ,ruby-addressable)
 | 
					     `(("ruby-addressable" ,ruby-addressable)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue