sandbox: add build dependency on gawk (#22748)
This commit is contained in:
parent
bbaf6e05d2
commit
d528ff6e5a
1 changed files with 2 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue