~ruther/guix-local

6b195fc7c49424f1f79e867f2954cd717ee6b072 — Hilton Chain 2 years ago b6835ef
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
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/dns.scm
M gnu/packages/dns.scm => gnu/packages/dns.scm +4 -4
@@ 1273,7 1273,7 @@ nameservers other than libc.")
(define-public smartdns
  (package
    (name "smartdns")
    (version "43")
    (version "45")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 1285,7 1285,7 @@ nameservers other than libc.")
                          ((".*SYSTEMDSYSTEMUNITDIR.*") "")))
              (sha256
               (base32
                "0s789l6i4yirmarg80mknc1pp65rz01ky9f7gidgclkfcwzz41l3"))))
                "1f0j6d8vz1x2f4nr2w3q7azkjh8hlkj81v61a8sw1kq5160qhlb9"))))
    (build-system gnu-build-system)
    (arguments
     (list #:test-target "test"


@@ 1293,7 1293,7 @@ nameservers other than libc.")
           #~(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 @@ nameservers other than libc.")
                 (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