mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 20:53:48 +00:00
Merge pull request #178496 from trofi/strictDeps-for-gumbo
gumbo: fix depends for strictDeps = true
This commit is contained in:
commit
2215ea19fa
@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0xslckwdh2i0g2qjsb6rnm8mjmbagvziz0hjlf7d1lbljfms1iw1";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ libtool ];
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [ autoconf automake libtool ];
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user