Skip to content

Commit

Permalink
chickenPackages.chickenEggs.comparse: unbreak
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Oct 3, 2024
1 parent 124f89d commit f192751
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pkgs/development/compilers/chicken/5/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ in
(addToBuildInputsWithPkgConfig pkgs.cairo old)
// (addToPropagatedBuildInputs (with chickenEggs; [ srfi-1 srfi-13 ]) old);
cmark = addToBuildInputs pkgs.cmark;
comparse = old: {
# For some reason lazy-seq 2 gets interpreted as lazy-seq 0.0.0??
postPatch = ''
substituteInPlace comparse.egg \
--replace-fail 'lazy-seq "0.1.0"' 'lazy-seq "0.0.0"'
'';
};
epoxy = old:
(addToPropagatedBuildInputsWithPkgConfig pkgs.libepoxy old)
// lib.optionalAttrs stdenv.cc.isClang {
Expand Down Expand Up @@ -210,7 +217,6 @@ in
begin-syntax = broken;
canvas-draw = broken;
chicken-doc-admin = broken;
comparse = broken;
coops-utils = broken;
crypt = broken;
hypergiant = broken;
Expand Down

0 comments on commit f192751

Please sign in to comment.