mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-07-27 02:15:21 +00:00
rosenthal: Remove smartdns. [upstreamed]
* rosenthal/packages/dns.scm (smartdns): Delete variable.
This commit is contained in:
parent
7d0593aad1
commit
698731e230
@ -62,38 +62,3 @@ time.
|
|||||||
@item Block ISP ads on NXDOMAIN result (like 114so).
|
@item Block ISP ads on NXDOMAIN result (like 114so).
|
||||||
@end itemize\n")
|
@end itemize\n")
|
||||||
(license license:wtfpl2))))
|
(license license:wtfpl2))))
|
||||||
|
|
||||||
(define-public smartdns
|
|
||||||
(package
|
|
||||||
(name "smartdns")
|
|
||||||
(version "40")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/pymumu/smartdns")
|
|
||||||
(commit (string-append "Release" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet '(substitute* "Makefile"
|
|
||||||
((".*SYSTEMDSYSTEMUNITDIR.*") "")))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0ibbj96s40xgk6q7dsgpx65rjkknl1pn7nca5fcbbhcm2m80nzjj"))))
|
|
||||||
(build-system gnu-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:tests? #f ;no tests
|
|
||||||
#:make-flags
|
|
||||||
#~(list (string-append "CC=" #$(cc-for-target))
|
|
||||||
(string-append "DESTDIR=" #$output)
|
|
||||||
"PREFIX=''")
|
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(delete 'configure))))
|
|
||||||
(inputs (list openssl))
|
|
||||||
(home-page "https://github.com/pymumu/smartdns")
|
|
||||||
(synopsis "Local DNS server")
|
|
||||||
(description
|
|
||||||
"SmartDNS accepts DNS query requests from local clients, obtains DNS
|
|
||||||
query results from multiple upstream DNS servers, and returns the fastest
|
|
||||||
access results to clients.")
|
|
||||||
(license license:gpl3+)))
|
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (gnu services)
|
#:use-module (gnu services)
|
||||||
#:use-module (gnu services configuration)
|
#:use-module (gnu services configuration)
|
||||||
|
#:use-module (gnu packages dns)
|
||||||
#:use-module (gnu services shepherd)
|
#:use-module (gnu services shepherd)
|
||||||
#:use-module (rosenthal packages dns)
|
|
||||||
#:export (smartdns-configuration
|
#:export (smartdns-configuration
|
||||||
smartdns-service-type))
|
smartdns-service-type))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user