gnu: git-annex: Drop Haskell documentation.
* gnu/packages/haskell-apps.scm (git-annex)[arguments]: Disable #:haddock?.
This commit is contained in:
parent
47673272c4
commit
be398aa2b4
1 changed files with 2 additions and 11 deletions
|
@ -306,6 +306,7 @@ to @code{cabal repl}).")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
'("--flags=-Android -Webapp")
|
'("--flags=-Android -Webapp")
|
||||||
|
#:haddock? #f
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'patch-shell-for-tests
|
(add-before 'configure 'patch-shell-for-tests
|
||||||
|
@ -386,17 +387,7 @@ to @code{cabal repl}).")
|
||||||
(symlink (string-append bin "/git-annex")
|
(symlink (string-append bin "/git-annex")
|
||||||
(string-append bin "/git-annex-shell"))
|
(string-append bin "/git-annex-shell"))
|
||||||
(symlink (string-append bin "/git-annex")
|
(symlink (string-append bin "/git-annex")
|
||||||
(string-append bin "/git-remote-tor-annex")))))
|
(string-append bin "/git-remote-tor-annex"))))))))
|
||||||
(add-after 'install 'touch-static-output
|
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
|
||||||
;; The Haskell build system adds a "static" output by
|
|
||||||
;; default, and there is no way to override this until
|
|
||||||
;; <https://issues.guix.gnu.org/41569> is fixed. Without
|
|
||||||
;; this phase, the daemon complains because we do not
|
|
||||||
;; create the "static" output.
|
|
||||||
(with-output-to-file (assoc-ref outputs "static")
|
|
||||||
(lambda ()
|
|
||||||
(display "static output not used\n"))))))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list curl
|
(list curl
|
||||||
ghc-aeson
|
ghc-aeson
|
||||||
|
|
Reference in a new issue