gnu: fcgiwrap: Don't use unstable tarball.
* gnu/packages/web.scm (fcgiwrap)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
		
							parent
							
								
									bff44abb14
								
							
						
					
					
						commit
						20ab34c16f
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
					@ -413,16 +413,16 @@ APIs.")
 | 
				
			||||||
    (version "1.1.0")
 | 
					    (version "1.1.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (string-append "https://github.com/gnosek/fcgiwrap/"
 | 
					       (uri (git-reference
 | 
				
			||||||
                           "archive/" version ".tar.gz"))
 | 
					             (url "https://github.com/gnosek/fcgiwrap.git")
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					             (commit version)))
 | 
				
			||||||
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32 "1ryw66h9aazi83amk8l7ha8k5g0c7qvk5g6jv376a1ws9xk2qw6f"))))
 | 
				
			||||||
         "07y6s4mm86cv7p1ljz94sxnqa89y9amn3vzwsnbq5hrl4vdy0zac"))))
 | 
					 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f ; no tests included
 | 
					     `(#:tests? #f                      ; no tests included
 | 
				
			||||||
       #:make-flags (list "CC=gcc")))
 | 
					       #:make-flags (list "CC=gcc")))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("autoconf" ,autoconf)
 | 
					     `(("autoconf" ,autoconf)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue