Commit 718503e0 authored by Peter Simons's avatar Peter Simons
Browse files

vcsh: pin automake to version 1.16 to fix the build

parent d7600c77
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6450,6 +6450,10 @@ with pkgs;

  or1k-newlib = callPackage ../development/misc/or1k/newlib.nix { };

  vcsh = callPackage ../by-name/vc/vcsh/package.nix {
    automake = automake116x;
  };

  ### DEVELOPMENT / TOOLS

  inherit (callPackage ../development/tools/alloy { })