mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: homer: Install homer executable.
* gnu/packages/bioinformatics.scm (homer)[arguments]: Update 'install phase to also install "homer" to the bin directory. Change-Id: Ia2d23fce493f9c10cc43ac126cd83956b4b9bb05
This commit is contained in:
parent
541abedc0a
commit
af774e2780
1 changed files with 2 additions and 0 deletions
|
@ -7959,6 +7959,8 @@ (define-public homer
|
|||
(mkdir-p (string-append #$output "/bin"))
|
||||
(symlink (string-append #$output "/share/homer/bin/homer2")
|
||||
(string-append #$output "/bin/homer2"))
|
||||
(symlink (string-append #$output "/share/homer/bin/homer")
|
||||
(string-append #$output "/bin/homer"))
|
||||
(for-each patch-shebang
|
||||
(find-files (string-append #$output "/share/homer/bin")
|
||||
"\\.pl$")))))))
|
||||
|
|
Loading…
Reference in a new issue