gnu: public-suffix-list: Update to 0-2.d2d3e2e.
* gnu/packages/dns.scm (public-suffix-list): Update to 0-2.d2d3e2e. [build-system]: Switch to copy-build-system. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
		
							parent
							
								
									3afbef08e6
								
							
						
					
					
						commit
						f7b889e445
					
				
					 1 changed files with 12 additions and 21 deletions
				
			
		| 
						 | 
					@ -1207,10 +1207,10 @@ local networks.")
 | 
				
			||||||
  ;; so its contents will change over time.  If you update this commit, please
 | 
					  ;; so its contents will change over time.  If you update this commit, please
 | 
				
			||||||
  ;; make sure that the new commit refers to a list which is identical to the
 | 
					  ;; make sure that the new commit refers to a list which is identical to the
 | 
				
			||||||
  ;; officially published list available from the URL above.
 | 
					  ;; officially published list available from the URL above.
 | 
				
			||||||
  (let ((commit "9375b697baddb0827a5995c81bd3c75877a0b35d"))
 | 
					  (let ((commit "d2d3e2e36a8f2b68c4f09e8c87f4f1d685cbf5e7"))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "public-suffix-list")
 | 
					      (name "public-suffix-list")
 | 
				
			||||||
      (version (git-version "0" "1" commit))
 | 
					      (version (git-version "0" "2" commit))
 | 
				
			||||||
      (source (origin
 | 
					      (source (origin
 | 
				
			||||||
                (method git-fetch)
 | 
					                (method git-fetch)
 | 
				
			||||||
                (uri (git-reference
 | 
					                (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -1219,26 +1219,17 @@ local networks.")
 | 
				
			||||||
                (file-name (git-file-name name version))
 | 
					                (file-name (git-file-name name version))
 | 
				
			||||||
                (sha256
 | 
					                (sha256
 | 
				
			||||||
                 (base32
 | 
					                 (base32
 | 
				
			||||||
                  "1sm7pni01rnl4ldzi8z8nc4cbgq8nxda9gwc68v0s3ij7jd1jmik"))))
 | 
					                  "1f6rydx4hdd6lja376f4sdp7iv64vqlmhmnlkg0rb17279dc9483"))))
 | 
				
			||||||
      (build-system trivial-build-system)
 | 
					      (build-system copy-build-system)
 | 
				
			||||||
      (arguments
 | 
					      (arguments
 | 
				
			||||||
       `(#:modules ((guix build utils))
 | 
					       (list #:install-plan
 | 
				
			||||||
         #:builder
 | 
					 | 
				
			||||||
         (begin
 | 
					 | 
				
			||||||
           (use-modules (guix build utils))
 | 
					 | 
				
			||||||
           (let* ((out (assoc-ref %outputs "out"))
 | 
					 | 
				
			||||||
             ;; Install to /share because that is where "read-only
 | 
					             ;; Install to /share because that is where "read-only
 | 
				
			||||||
                  ;; architecture-independent data files" should go (see:
 | 
					             ;; architecture-independent data files" should go (see: (standards)
 | 
				
			||||||
                  ;; (standards) Directory Variables).  Include the version in
 | 
					             ;; Directory Variables).  Include the version in the directory name
 | 
				
			||||||
                  ;; the directory name so that if multiple versions are ever
 | 
					             ;; so that if multiple versions are ever installed in the same
 | 
				
			||||||
                  ;; installed in the same profile, they will not conflict.
 | 
					             ;; profile, they will not conflict.
 | 
				
			||||||
                  (destination (string-append
 | 
					             #~'(("public_suffix_list.dat"
 | 
				
			||||||
                                out "/share/public-suffix-list-" ,version))
 | 
					                  #$(string-append "/share/public-suffix-list-" version "/")))))
 | 
				
			||||||
                  (source (assoc-ref %build-inputs "source")))
 | 
					 | 
				
			||||||
             (with-directory-excursion source
 | 
					 | 
				
			||||||
             (install-file "public_suffix_list.dat" destination)
 | 
					 | 
				
			||||||
             (install-file "LICENSE" destination))
 | 
					 | 
				
			||||||
             #t))))
 | 
					 | 
				
			||||||
      (home-page "https://publicsuffix.org/")
 | 
					      (home-page "https://publicsuffix.org/")
 | 
				
			||||||
      (synopsis "Database of current and historical DNS suffixes")
 | 
					      (synopsis "Database of current and historical DNS suffixes")
 | 
				
			||||||
      (description "This is the Public Suffix List maintained by Mozilla.  A
 | 
					      (description "This is the Public Suffix List maintained by Mozilla.  A
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue