Mahdollista Git-tietovarantojen kopiointi ssh:n yli
This commit is contained in:
parent
cb7973d6b2
commit
874ff44b76
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user