chickenPackages_5.chickenEggs.medea: fix build (#358365)

This commit is contained in:
Weijia Wang 2024-11-23 15:30:03 +01:00 committed by GitHub
commit 2629bb467b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ]);