epgstation: init at 1.7.4
This commit is contained in:
@@ -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}";
|
||||
});
|
||||
|
||||
@@ -66,6 +66,7 @@
|
||||
, "elm-oracle"
|
||||
, "emoj"
|
||||
, "emojione"
|
||||
, {"epgstation": "../../applications/video/epgstation"}
|
||||
, "escape-string-regexp"
|
||||
, "eslint"
|
||||
, "eslint_d"
|
||||
|
||||
4384
pkgs/development/node-packages/node-packages.nix
generated
4384
pkgs/development/node-packages/node-packages.nix
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user