Compare commits

..

No commits in common. "874ff44b7637ad076915ff410735a3faa03783fc" and "751741c9155c741768820131b4d8ecfc42725064" have entirely different histories.

View File

@ -11,7 +11,6 @@
#: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?
@ -42,19 +41,17 @@
ghc-scotty
ghc-exit-codes
git
openssh-sans-x
go-github-com-aymerick-douceur))
(arguments
(list
#:phases
#~(modify-phases %standard-phases
(add-after 'install 'wrap-binaries
(lambda* (#:key inputs #:allow-other-keys)
(lambda _
(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")
`("PATH" prefix (,(string-append #$(this-package-input "git") "/bin")
,(string-append #$(this-package-input "go-github-com-aymerick-douceur")
"/bin")))))))))
(home-page "https://git.olarinmaensamoojat.fi/OMS/tiedote.md")
(synopsis "Git- ja markdown-pohjainen masssasähköpostijärjestelmä OMS:lle")