1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00

testing/cockroach: depend on coreutils for build

Buildsystem uses some GNU extension for rm and possibly others.
This commit is contained in:
Sören Tempel 2019-10-04 18:56:39 +02:00
parent ee96166af3
commit 9eea81c09e

View file

@ -7,7 +7,7 @@ pkgdesc="The open source, cloud-native SQL database."
url="https://cockroachlabs.com"
arch="x86_64 aarch64"
license="Apache-2.0"
makedepends="go bash cmake autoconf linux-headers ncurses-dev"
makedepends="go bash cmake autoconf linux-headers ncurses-dev coreutils"
install="$pkgname.pre-install"
pkgusers="cockroach"
pkggroups="cockroach"