summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2023-05-11 22:58:26 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2023-05-11 22:58:26 +0200
commit568caa64d24ff922392b579543d3103b56e7af68 (patch)
tree2f312be600b6beb66dd8366105445d202e289ac4
parent60530cfc341fbb61773e320246fcb73c9b2d2f21 (diff)
Use the new just released gnutls 3.7.12 with hashes built in
-rw-r--r--vkraus/packages/blog.scm28
1 files changed, 1 insertions, 27 deletions
diff --git a/vkraus/packages/blog.scm b/vkraus/packages/blog.scm
index b475e7d..59e252c 100644
--- a/vkraus/packages/blog.scm
+++ b/vkraus/packages/blog.scm
@@ -108,32 +108,6 @@ programs, in order to enhance portability across operating systems. It also
provides common maintainer tools for gnu packages. This package provides a
recent snapshot of gnulib.")))
-(define guile-gnutls-with-hashes
- (package
- (inherit guile-gnutls)
- (source
- (origin
- (method git-fetch)
- (uri
- (git-reference
- (url (package-home-page guile-gnutls))
- (commit "fdc6f6504e5b7815f888a40565c14568fb75b789")))
- (sha256
- (base32
- "08a3i1836f1gall33f4g8b4a6mjz8q5z0q2j2cilngls4zmycsmv"))))
- (arguments
- (substitute-keyword-arguments (package-arguments guile-gnutls)
- ((#:phases phases #~%standard-phases)
- #~(modify-phases #$phases
- (add-after 'unpack 'patch-more-shebangs
- (lambda _
- (for-each patch-shebang
- '("autopull.sh" "autogen.sh"))))))))
- (native-inputs
- (modify-inputs (package-native-inputs guile-gnutls)
- (prepend git)
- (prepend gnulib)))))
-
(define-public blog
(package
(name "blog")
@@ -191,7 +165,7 @@ recent snapshot of gnulib.")))
(invoke bash-in "../build"))))))))
(native-inputs
(list emacs bash jekyll emacs-org emacs-htmlize ruby-minima
- guile-3.0 emacs-geiser emacs-geiser-guile guile-gnutls-with-hashes))
+ guile-3.0 emacs-geiser emacs-geiser-guile gnutls-guile))
(synopsis "La vie trépidante d’un chat au foyer — blog personnel")
(description "Ceci est mon blog personnel.")
(home-page "https://vivien.planete-kraus.eu")