Skip to content

Commit

Permalink
cope: pin to perl538; fix build (#351156)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Oct 25, 2024
2 parents 721cc4f + aec3799 commit 22adbbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,11 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) AppKit;
};

cope = callPackage ../by-name/co/cope/package.nix {
perl = perl538;
perlPackages = perl538Packages;
};

cmark = callPackage ../development/libraries/cmark { };

cmark-gfm = callPackage ../development/libraries/cmark-gfm { };
Expand Down

0 comments on commit 22adbbb

Please sign in to comment.