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:
parent
ee96166af3
commit
9eea81c09e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue