Merge pull request #178496 from trofi/strictDeps-for-gumbo

gumbo: fix depends for strictDeps = true
This commit is contained in:
Sandro 2022-06-22 03:05:01 +02:00 committed by GitHub
commit 2215ea19fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "0xslckwdh2i0g2qjsb6rnm8mjmbagvziz0hjlf7d1lbljfms1iw1";
};
nativeBuildInputs = [ autoconf automake ];
buildInputs = [ libtool ];
strictDeps = true;
nativeBuildInputs = [ autoconf automake libtool ];
preConfigure = "./autogen.sh";