gnu: guile-picture-language: Update to 0.0.1-1-91d10c9.
* gnu/packages/guile-xyz.scm (guile-picture-language): Update to 0.0.1-1-91d10c9. [build-system]: Use gnu-build-system. [native-inputs]: Add autoconf, automake, imagemagick, pkg-config, and texinfo.
This commit is contained in:
		
							parent
							
								
									58637415be
								
							
						
					
					
						commit
						d1a3a8e15e
					
				
					 1 changed files with 12 additions and 5 deletions
				
			
		| 
						 | 
					@ -60,6 +60,7 @@
 | 
				
			||||||
  #:use-module (gnu packages guile)
 | 
					  #:use-module (gnu packages guile)
 | 
				
			||||||
  #:use-module (gnu packages hurd)
 | 
					  #:use-module (gnu packages hurd)
 | 
				
			||||||
  #:use-module (gnu packages image)
 | 
					  #:use-module (gnu packages image)
 | 
				
			||||||
 | 
					  #:use-module (gnu packages imagemagick)
 | 
				
			||||||
  #:use-module (gnu packages libffi)
 | 
					  #:use-module (gnu packages libffi)
 | 
				
			||||||
  #:use-module (gnu packages libunistring)
 | 
					  #:use-module (gnu packages libunistring)
 | 
				
			||||||
  #:use-module (gnu packages linux)
 | 
					  #:use-module (gnu packages linux)
 | 
				
			||||||
| 
						 | 
					@ -1978,11 +1979,11 @@ format is also supported.")
 | 
				
			||||||
  (deprecated-package "mcron2" mcron))
 | 
					  (deprecated-package "mcron2" mcron))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public guile-picture-language
 | 
					(define-public guile-picture-language
 | 
				
			||||||
  (let ((commit "1ea8b78a8bceb4f7e5eaeb3e76987072267f99bb")
 | 
					  (let ((commit "91d10c96708d732145006dd2802acc4de08b632e")
 | 
				
			||||||
        (revision "2"))
 | 
					        (revision "1"))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "guile-picture-language")
 | 
					      (name "guile-picture-language")
 | 
				
			||||||
      (version (git-version "0" revision commit))
 | 
					      (version (git-version "0.0.1" revision commit))
 | 
				
			||||||
      (source (origin
 | 
					      (source (origin
 | 
				
			||||||
                (method git-fetch)
 | 
					                (method git-fetch)
 | 
				
			||||||
                (uri (git-reference
 | 
					                (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -1990,10 +1991,16 @@ format is also supported.")
 | 
				
			||||||
                      (commit commit)))
 | 
					                      (commit commit)))
 | 
				
			||||||
                (sha256
 | 
					                (sha256
 | 
				
			||||||
                 (base32
 | 
					                 (base32
 | 
				
			||||||
                  "1rvq6q2zq21x7dx0qq1hn568wglsl4bkd8gacbarcx1fs0rrxcqw"))))
 | 
					                  "1ydvw9dvssdvlvhh1dr8inyzy2x6m41qgp8hsivca1xysr4gc23a"))))
 | 
				
			||||||
      (build-system guile-build-system)
 | 
					      (build-system gnu-build-system)
 | 
				
			||||||
      (inputs
 | 
					      (inputs
 | 
				
			||||||
       `(("guile" ,guile-2.2)))
 | 
					       `(("guile" ,guile-2.2)))
 | 
				
			||||||
 | 
					      (native-inputs
 | 
				
			||||||
 | 
					       `(("autoconf" ,autoconf)
 | 
				
			||||||
 | 
					         ("automake" ,automake)
 | 
				
			||||||
 | 
					         ("imagemagick" ,imagemagick)
 | 
				
			||||||
 | 
					         ("pkg-config" ,pkg-config)
 | 
				
			||||||
 | 
					         ("texinfo" ,texinfo)))
 | 
				
			||||||
      (home-page "https://git.elephly.net/software/guile-picture-language.git")
 | 
					      (home-page "https://git.elephly.net/software/guile-picture-language.git")
 | 
				
			||||||
      (synopsis "Picture language for Guile")
 | 
					      (synopsis "Picture language for Guile")
 | 
				
			||||||
      (description
 | 
					      (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue