From 874ff44b7637ad076915ff410735a3faa03783fc Mon Sep 17 00:00:00 2001 From: Saku Laesvuori Date: Tue, 23 Sep 2025 12:06:18 +0300 Subject: [PATCH] Mahdollista Git-tietovarantojen kopiointi ssh:n yli --- .guix/modules/tiedote-md-package.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.guix/modules/tiedote-md-package.scm b/.guix/modules/tiedote-md-package.scm index 0b074db..f48f1ba 100644 --- a/.guix/modules/tiedote-md-package.scm +++ b/.guix/modules/tiedote-md-package.scm @@ -11,6 +11,7 @@ #:use-module (gnu packages haskell-check) #:use-module (gnu packages haskell-web) #:use-module (gnu packages golang-web) + #:use-module (gnu packages ssh) #:use-module (gnu packages version-control)) (define vcs-file? @@ -41,6 +42,7 @@ ghc-scotty ghc-exit-codes git + openssh-sans-x go-github-com-aymerick-douceur)) (arguments (list @@ -51,6 +53,7 @@ (wrap-program (string-append #$output "/bin/tiedote.md") `("PATH" prefix (,(string-append (assoc-ref inputs "git") "/bin") + ,(string-append (assoc-ref inputs "openssh-sans-x") "/bin") ,(string-append (assoc-ref inputs "go-github-com-aymerick-douceur") "/bin"))))))))) (home-page "https://git.olarinmaensamoojat.fi/OMS/tiedote.md")