mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-11 16:38:21 +01:00
Add yarn to PKGBUILD
This commit is contained in:
parent
e75fae3842
commit
20d6c784d0
5
PKGBUILD
5
PKGBUILD
@ -42,6 +42,9 @@ depends=(
|
||||
'llvm' # The low level virtual machine
|
||||
'git' # Version control
|
||||
'libsass' # Sass support
|
||||
'shards' # Crystal package manager
|
||||
'npm' # Node package manager
|
||||
'yarn' # Dependency manager
|
||||
|
||||
# Main environment
|
||||
'bspwm' # Window manager
|
||||
@ -95,8 +98,6 @@ depends=(
|
||||
# Other extras
|
||||
'pygmentize' # Command line syntax highlighting (used for 'dog')
|
||||
'ctags' # ctags (used with vim)
|
||||
'shards' # Crystal package manager
|
||||
'npm' # Node package manager
|
||||
'ispell' # Spell checker (an alternative to the built-in vim one)
|
||||
'alsa-utils' # (?) Required for sound support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user