|
|
@ -1,6 +1,5 @@
|
|
|
|
(define-module (homelab)
|
|
|
|
(define-module (homelab)
|
|
|
|
#:use-module ((guix licenses) #:prefix licenses:)
|
|
|
|
#:use-module ((guix licenses) #:prefix licenses:)
|
|
|
|
#:use-module (nonguix licenses)
|
|
|
|
|
|
|
|
#:use-module (gnu packages)
|
|
|
|
#:use-module (gnu packages)
|
|
|
|
#:use-module (gnu packages base)
|
|
|
|
#:use-module (gnu packages base)
|
|
|
|
#:use-module (gnu packages autotools)
|
|
|
|
#:use-module (gnu packages autotools)
|
|
|
@ -116,7 +115,7 @@
|
|
|
|
(synopsis "C++ Library for Ledger Hardware Wallets")
|
|
|
|
(synopsis "C++ Library for Ledger Hardware Wallets")
|
|
|
|
(description "C++ Library for Ledger Hardware Wallets")
|
|
|
|
(description "C++ Library for Ledger Hardware Wallets")
|
|
|
|
(home-page "https://www.ledger.com/")
|
|
|
|
(home-page "https://www.ledger.com/")
|
|
|
|
(license licenses:expat)))
|
|
|
|
(license licenses:gpl3+)))
|
|
|
|
|
|
|
|
|
|
|
|
(define-public vim-guile
|
|
|
|
(define-public vim-guile
|
|
|
|
(package
|
|
|
|
(package
|
|
|
@ -136,7 +135,7 @@
|
|
|
|
(synopsis "Syntax highlighting and file type detect of GNU Guile code in Vim")
|
|
|
|
(synopsis "Syntax highlighting and file type detect of GNU Guile code in Vim")
|
|
|
|
(description "Provides syntax highlighting and file type detection for GNU Guile files with the .scm extension.")
|
|
|
|
(description "Provides syntax highlighting and file type detection for GNU Guile files with the .scm extension.")
|
|
|
|
(home-page "https://gitlab.com/HiPhish/guile.vim")
|
|
|
|
(home-page "https://gitlab.com/HiPhish/guile.vim")
|
|
|
|
(license licenses:expat)))
|
|
|
|
(license licenses:gpl3+)))
|
|
|
|
|
|
|
|
|
|
|
|
(define-public vimwiki
|
|
|
|
(define-public vimwiki
|
|
|
|
(package
|
|
|
|
(package
|
|
|
@ -156,7 +155,7 @@
|
|
|
|
("syntax" "share/vim/vimfiles/")
|
|
|
|
("syntax" "share/vim/vimfiles/")
|
|
|
|
("test" "share/vim/vimfiles/"))))
|
|
|
|
("test" "share/vim/vimfiles/"))))
|
|
|
|
(synopsis "A personal wiki plugin for vim")
|
|
|
|
(synopsis "A personal wiki plugin for vim")
|
|
|
|
(license licenses:expat)
|
|
|
|
(license licenses:gpl3+)
|
|
|
|
(home-page "https://github.com/vimwiki/vimwiki")
|
|
|
|
(home-page "https://github.com/vimwiki/vimwiki")
|
|
|
|
(description "VimWiki is a personal wiki for Vim -- a number of linked text files that have their own syntax highlighting. With VimWiki, you can:
|
|
|
|
(description "VimWiki is a personal wiki for Vim -- a number of linked text files that have their own syntax highlighting. With VimWiki, you can:
|
|
|
|
- Organize notes and ideas
|
|
|
|
- Organize notes and ideas
|
|
|
|