chickenPackages_5.chickenEggs.medea: fix build

This commit is contained in:
Jacek Galowicz
2024-11-23 09:47:28 +00:00
parent 1fb3496b1e
commit fbbf8d36c2
@@ -95,6 +95,13 @@ in
"-Wno-error=implicit-int"
];
};
medea = old: {
# For some reason comparse gets interpreted as comparse 0.0.0
postPatch = ''
substituteInPlace medea.egg \
--replace-fail 'comparse "0.3.0"' 'comparse "0.0.0"'
'';
};
# missing dependency in upstream egg
mistie = addToPropagatedBuildInputs (with chickenEggs; [ srfi-1 ]);
mosquitto = addToPropagatedBuildInputs ([ pkgs.mosquitto ]);