vcsh: pin automake to version 1.16 to fix the build
This commit is contained in:
@@ -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 { })
|
||||
|
||||
Reference in New Issue
Block a user