core/pkgs/by-name/pa/patchutils/packages.nix

10 lines
179 B
Nix
Raw Normal View History

2024-05-02 00:46:19 +00:00
{ ... }:
res: pkgs: super:
with pkgs;
{
patchutils = callPackage ./. { };
patchutils_0_3_3 = callPackage ./0.3.3.nix { };
patchutils_0_4_2 = callPackage ./0.4.2.nix { };
}