Skip to content

Commit 22adbbb

Browse files
authored
cope: pin to perl538; fix build (#351156)
2 parents 721cc4f + aec3799 commit 22adbbb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/top-level/all-packages.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,11 @@ with pkgs;
468468
inherit (darwin.apple_sdk.frameworks) AppKit;
469469
};
470470

471+
cope = callPackage ../by-name/co/cope/package.nix {
472+
perl = perl538;
473+
perlPackages = perl538Packages;
474+
};
475+
471476
cmark = callPackage ../development/libraries/cmark { };
472477

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

0 commit comments

Comments
 (0)