forked from extern/nix-config
tari-core: Use one line per package
This makes it easy to remove unwanted packages as needed. It also improves git diffs, since the line with the closing parenthesis is not changed.
This commit is contained in:
parent
54c2f73d67
commit
f649795900
6
.archlinux/PKGBUILDs/tari-core/PKGBUILD
vendored
6
.archlinux/PKGBUILDs/tari-core/PKGBUILD
vendored
@ -3,7 +3,8 @@ pkgver=0.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="My Arch Linux setup"
|
||||
arch=('any')
|
||||
depends=(stow
|
||||
depends=(
|
||||
stow
|
||||
python-pywal
|
||||
rng-tools
|
||||
fd
|
||||
@ -150,7 +151,8 @@ depends=(stow
|
||||
gnome-weather
|
||||
gnome-break-timer
|
||||
firefox
|
||||
chromium)
|
||||
chromium
|
||||
)
|
||||
source=(
|
||||
'local-settings.js'
|
||||
'mozilla.cfg'
|
||||
|
Loading…
Reference in New Issue
Block a user