mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
gnu: msmtp: Fix vim file install location.
* gnu/packages/mail.scm (msmtp)[arguments]: Adjust custom 'install-additional-files phase to install vim file in correct directory.
This commit is contained in:
@@ -1761,7 +1761,7 @@ addons which can add many functionalities to the base client.")
|
||||
(bin (string-append out "/bin"))
|
||||
(doc (string-append out "/share/doc/msmtp"))
|
||||
(msmtpq "scripts/msmtpq")
|
||||
(vimfiles (string-append out "/share/vim/vimfiles/plugin")))
|
||||
(vimfiles (string-append out "/share/vim/vimfiles/syntax")))
|
||||
(install-file (string-append msmtpq "/msmtpq") bin)
|
||||
(install-file (string-append msmtpq "/msmtp-queue") bin)
|
||||
(install-file (string-append msmtpq "/README.msmtpq") doc)
|
||||
|
||||
Reference in New Issue
Block a user