summaryrefslogtreecommitdiff
path: root/vkraus/packages/blog.scm
diff options
context:
space:
mode:
Diffstat (limited to 'vkraus/packages/blog.scm')
-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")