nghttp2: add diffutils (#43954)

This commit is contained in:
Harmen Stoppels 2024-05-02 14:22:53 +02:00 committed by GitHub
parent 9b62a9c238
commit a9fea9f611
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,7 @@ class Nghttp2(AutotoolsPackage):
version("1.26.0", sha256="daf7c0ca363efa25b2cbb1e4bd925ac4287b664c3d1465f6a390359daa3f0cf1") version("1.26.0", sha256="daf7c0ca363efa25b2cbb1e4bd925ac4287b664c3d1465f6a390359daa3f0cf1")
depends_on("pkgconfig", type="build") depends_on("pkgconfig", type="build")
depends_on("diffutils", type="build")
def configure_args(self): def configure_args(self):
return [ return [