core/pkgs/by-name/au/automake/packages.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
238 B
Nix
Raw Normal View History

2024-05-02 00:46:19 +00:00
{ ... }:
res: pkgs: super:
with pkgs; {
automake = automake116x;
automake111x = callPackage ./automake-1.11.x.nix { };
automake115x = callPackage ./automake-1.15.x.nix { };
automake116x = callPackage ./automake-1.16.x.nix { };
}