haskellPackages.miso-examples: fix build on js backend

This commit is contained in:
Alexandre Esteves
2025-03-06 02:02:40 +00:00
parent 033cf4331e
commit 7a25c988db
@@ -41,4 +41,17 @@ with haskellLib;
(drv: {
jsaddle-webkit2gtk = null;
});
miso-examples = pkgs.lib.pipe super.miso-examples [
(addBuildDepends (
with self;
[
aeson
ghcjs-base
jsaddle-warp
miso
servant
]
))
];
})