constrain dependency as needed by neovim (#29252)
This commit is contained in:
parent
3a5ae0fb66
commit
d3131cd2da
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Libtermkey(Package):
|
||||||
version('0.14', sha256='3d114d4509499b80a583ea39cd35f18268aacf4a7bbf56c142cd032632005c79')
|
version('0.14', sha256='3d114d4509499b80a583ea39cd35f18268aacf4a7bbf56c142cd032632005c79')
|
||||||
|
|
||||||
depends_on('libtool', type='build')
|
depends_on('libtool', type='build')
|
||||||
depends_on('ncurses')
|
depends_on('unibilium')
|
||||||
depends_on('pkgconfig')
|
depends_on('pkgconfig')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
|
|
Loading…
Reference in a new issue