mirror of
				https://codeberg.org/hako/Rosenthal.git
				synced 2025-11-04 03:34:37 +00:00 
			
		
		
		
	rosenthal: smartdns: Update to 40.
* rosenthal/packages/dns.scm (smartdns): Update to 40.
This commit is contained in:
		
							parent
							
								
									a461de806b
								
							
						
					
					
						commit
						46fdf0991b
					
				@ -66,7 +66,7 @@ time.
 | 
				
			|||||||
(define-public smartdns
 | 
					(define-public smartdns
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "smartdns")
 | 
					    (name "smartdns")
 | 
				
			||||||
    (version "39")
 | 
					    (version "40")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
@ -75,14 +75,15 @@ time.
 | 
				
			|||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1ih3qf0ncbwfin91fihgfli4s098mjn9l9f6xcg6pdn92cgj6zvi"))))
 | 
					                "0ibbj96s40xgk6q7dsgpx65rjkknl1pn7nca5fcbbhcm2m80nzjj"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list #:tests? #f                  ;no tests
 | 
					     (list #:tests? #f                  ;no tests
 | 
				
			||||||
           #:make-flags
 | 
					           #:make-flags
 | 
				
			||||||
           #~(list (string-append "CC=" #$(cc-for-target))
 | 
					           #~(list (string-append "CC=" #$(cc-for-target))
 | 
				
			||||||
                   (string-append "PREFIX=" #$output)
 | 
					                   (string-append "DESTDIR=" #$output)
 | 
				
			||||||
                   "SYSCONFDIR=no-thanks" "SYSTEMDSYSTEMUNITDIR=no-thanks")
 | 
					                   "PREFIX=''"
 | 
				
			||||||
 | 
					                   "SYSTEMDSYSTEMUNITDIR=no-thanks")
 | 
				
			||||||
           #:phases
 | 
					           #:phases
 | 
				
			||||||
           #~(modify-phases %standard-phases
 | 
					           #~(modify-phases %standard-phases
 | 
				
			||||||
               (delete 'configure))))
 | 
					               (delete 'configure))))
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user