gnu: dtach: Install man page.
* gnu/packages/screen.scm (dtach)[arguments]: Install the dtach(1) man page.
This commit is contained in:
		
							parent
							
								
									249ab8cc3e
								
							
						
					
					
						commit
						b85a66b4d5
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -5,6 +5,7 @@
 | 
				
			||||||
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
 | 
					;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
 | 
				
			||||||
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
 | 
					;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
 | 
				
			||||||
 | 
					;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -85,7 +86,8 @@ view to show two terminals at once.")
 | 
				
			||||||
         (replace 'install
 | 
					         (replace 'install
 | 
				
			||||||
           (lambda* (#:key outputs #:allow-other-keys)
 | 
					           (lambda* (#:key outputs #:allow-other-keys)
 | 
				
			||||||
             (let ((out (assoc-ref outputs "out")))
 | 
					             (let ((out (assoc-ref outputs "out")))
 | 
				
			||||||
               (install-file "dtach" (string-append out "/bin"))))))
 | 
					               (install-file "dtach" (string-append out "/bin"))
 | 
				
			||||||
 | 
					               (install-file "dtach.1" (string-append out "/share/man/man1"))))))
 | 
				
			||||||
       ;; No check target.
 | 
					       ;; No check target.
 | 
				
			||||||
       #:tests? #f))
 | 
					       #:tests? #f))
 | 
				
			||||||
    (home-page "http://dtach.sourceforge.net/")
 | 
					    (home-page "http://dtach.sourceforge.net/")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue