sandbox: add build dependency on gawk (#22748)

This commit is contained in:
darmac 2021-04-02 20:45:05 +08:00 committed by GitHub
parent bbaf6e05d2
commit d528ff6e5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,3 +13,5 @@ class Sandbox(AutotoolsPackage):
url = "https://dev.gentoo.org/~mgorny/dist/sandbox-2.12.tar.xz"
version('2.12', sha256='265a490a8c528237c55ad26dfd7f62336fa5727c82358fc9cfbaa2e52c47fc50')
depends_on('gawk', type='build')