epgstation: init at 1.7.4

This commit is contained in:
midchildan
2018-10-21 03:14:34 +09:00
parent 2dfcbdb548
commit b75887a4b1
9 changed files with 3471 additions and 1206 deletions

View File

@@ -39,6 +39,14 @@ let
meta.broken = since "12";
};
# NOTE: this is a stub package to fetch npm dependencies for
# ../../applications/video/epgstation
epgstation = super."epgstation-../../applications/video/epgstation".override (drv: {
meta = drv.meta // {
broken = true; # not really broken, see the comment above
};
});
bitwarden-cli = pkgs.lib.overrideDerivation super."@bitwarden/cli" (drv: {
name = "bitwarden-cli-${drv.version}";
});