forked from extern/nix-config
Add gem install to PKGBUILD
This commit is contained in:
parent
60c9340720
commit
f0fad93722
7
PKGBUILD
7
PKGBUILD
@ -112,3 +112,10 @@ depends=(
|
|||||||
'texlive-bibtexextra' # More features for BibTeX
|
'texlive-bibtexextra' # More features for BibTeX
|
||||||
'minted' # Add syntax highlighting support to LaTeX
|
'minted' # Add syntax highlighting support to LaTeX
|
||||||
)
|
)
|
||||||
|
|
||||||
|
package() {
|
||||||
|
gem install haml
|
||||||
|
gem install sass
|
||||||
|
gem install lolcat
|
||||||
|
gem install jekyll
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user