chickenPackages_5.chickenEggs.medea: fix build (#358365)
This commit is contained in:
commit
2629bb467b
@ -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 ]);
|
||||
|
Loading…
Reference in New Issue
Block a user