core/pkgs/by-name/cl/cloog/packages.nix

9 lines
154 B
Nix
Raw Normal View History

2024-05-02 00:46:19 +00:00
{ ... }:
res: pkgs: super:
2024-05-13 21:24:10 +00:00
with pkgs; {
cloog = callPackage ./. { isl = isl_0_14; };
2024-05-02 00:46:19 +00:00
2024-05-13 21:24:10 +00:00
cloog_0_18_0 = callPackage ./0.18.0.nix { isl = isl_0_11; };
2024-05-02 00:46:19 +00:00
}