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:
Ricardo Wurmus 2024-12-02 12:53:53 +01:00
parent 541abedc0a
commit af774e2780
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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$")))))))