mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-21 05:04:00 +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";
|
sha256 = "0xslckwdh2i0g2qjsb6rnm8mjmbagvziz0hjlf7d1lbljfms1iw1";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake ];
|
strictDeps = true;
|
||||||
buildInputs = [ libtool ];
|
nativeBuildInputs = [ autoconf automake libtool ];
|
||||||
|
|
||||||
preConfigure = "./autogen.sh";
|
preConfigure = "./autogen.sh";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user