mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: dtach: Return #t from all phases.
* gnu/packages/screen.scm (dtach)[arguments]: Return #t from the custom install phase.
This commit is contained in:
parent
745e83ca3b
commit
5b80aa5945
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ (define-public dtach
|
|||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out")))
|
||||
(install-file "dtach" (string-append out "/bin"))
|
||||
(install-file "dtach.1" (string-append out "/share/man/man1"))))))
|
||||
(install-file "dtach.1" (string-append out "/share/man/man1"))
|
||||
#t))))
|
||||
;; No check target.
|
||||
#:tests? #f))
|
||||
(home-page "http://dtach.sourceforge.net/")
|
||||
|
|
Loading…
Reference in a new issue