me
/
guix
Archived
1
0
Fork 0

gnu: vim-neosnippet-snippets: Use copy-build-system.

* gnu/packages/vim.scm (vim-neosnippet-snippets)[build-system]: Switch
to copy-build-system.
[arguments]: Adjust accordingly.
master
Efraim Flashner 2020-03-04 11:00:13 +02:00
parent 72194753d9
commit 90d64d9ca9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 13 deletions

View File

@ -321,20 +321,10 @@ features than Vim's built-in completion.")
(sha256 (sha256
(base32 (base32
"151wpvbj6jb9jdkbhj3b77f5sq7y328spvwfbqyj1y32rg4ifmc6")))) "151wpvbj6jb9jdkbhj3b77f5sq7y328spvwfbqyj1y32rg4ifmc6"))))
(build-system gnu-build-system) (build-system copy-build-system)
(arguments (arguments
`(#:tests? #f '(#:install-plan
#:phases '(("neosnippets" "share/vim/vimfiles/"))))
(modify-phases %standard-phases
(delete 'configure)
(delete 'build)
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(vimfiles (string-append out "/share/vim/vimfiles")))
(copy-recursively "neosnippets"
(string-append vimfiles "/neosnippets"))
#t))))))
(synopsis "Snippets for neosnippet") (synopsis "Snippets for neosnippet")
(description (description
"@code{neosnippet-snippets} provides standard snippets for the Vim plugin "@code{neosnippet-snippets} provides standard snippets for the Vim plugin