mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: smartdns: Update to 45.
* gnu/packages/dns.scm (smartdns): Update to 45. [arguments]<#:make-flags>: Obtain version with ‘package-version’. [native-inputs]: Add which. Change-Id: I1b572753cba53f6e8f8105541c1292e03dec9053
This commit is contained in:
parent
b6835ef462
commit
6b195fc7c4
1 changed files with 4 additions and 4 deletions
|
@ -1273,7 +1273,7 @@ (define-public openresolv
|
|||
(define-public smartdns
|
||||
(package
|
||||
(name "smartdns")
|
||||
(version "43")
|
||||
(version "45")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1285,7 +1285,7 @@ (define-public smartdns
|
|||
((".*SYSTEMDSYSTEMUNITDIR.*") "")))
|
||||
(sha256
|
||||
(base32
|
||||
"0s789l6i4yirmarg80mknc1pp65rz01ky9f7gidgclkfcwzz41l3"))))
|
||||
"1f0j6d8vz1x2f4nr2w3q7azkjh8hlkj81v61a8sw1kq5160qhlb9"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:test-target "test"
|
||||
|
@ -1293,7 +1293,7 @@ (define-public smartdns
|
|||
#~(list (string-append "CC=" #$(cc-for-target))
|
||||
(string-append "DESTDIR=" #$output)
|
||||
"PREFIX=''"
|
||||
(string-append "VER=" #$version))
|
||||
(string-append "VER=" #$(package-version this-package)))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
|
@ -1321,7 +1321,7 @@ (define-public smartdns
|
|||
(lambda _
|
||||
(chdir "../../source"))))))
|
||||
(inputs (list openssl))
|
||||
(native-inputs (list googletest `(,isc-bind "utils")))
|
||||
(native-inputs (list googletest `(,isc-bind "utils") which))
|
||||
(home-page "https://github.com/pymumu/smartdns")
|
||||
(synopsis "Local DNS server")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue