NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.01k stars 14.02k forks source link

Bomi player broken #57532

Open michalrus opened 5 years ago

michalrus commented 5 years ago

Issue description

Bomi returns errors and doesn’t load skins.

/cc @abbradar @oxij

Steps to reproduce

  1. nix-shell -p bomi --run bomi

  2. See this:

    file:///nix/store/sx3dvv0acfm3gxb1i6gxwsqwhfr61cmz-bomi-0.9.11/share/bomi/skins/Tethys/bomi.qml:9:1: Type B.AppWithDock unavailable
     B.AppWithDock {
     ^
    file:///nix/store/sx3dvv0acfm3gxb1i6gxwsqwhfr61cmz-bomi-0.9.11/share/bomi/imports/bomi/AppWithDock.qml:15:5: Type Player unavailable
         Player {
         ^
    file:///nix/store/sx3dvv0acfm3gxb1i6gxwsqwhfr61cmz-bomi-0.9.11/share/bomi/imports/bomi/Player.qml:150:9: Type PlayInfoView unavailable
             PlayInfoView { }
             ^
    file:///nix/store/sx3dvv0acfm3gxb1i6gxwsqwhfr61cmz-bomi-0.9.11/share/bomi/imports/bomi/PlayInfoView.qml:22:9: PlayInfoText is not a type
             PlayInfoText { content: engine.media.name }
             ^

Technical details

stale[bot] commented 4 years ago

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.
toyo-chi commented 4 years ago

Bomi from NixOS still returns error on launch. So still important (at least to me).

If anybody wants to build it locally, you can use this:

self: super: {
  bomi = super.bomi.overrideAttrs (oldAttrs: rec {
    patches = oldAttrs.patches ++ [
      (self.pkgs.fetchurl rec {
        name = "qml_internal_types.patch";
        url = "https://aur.archlinux.org/cgit/aur.git/plain/${name}?h=bomi";
        sha256 = "14xnjp6c3i066h9s9i8zbbnx3xilzicsnmjvrr0372madi0qa79v";
      })
    ];
  });
} 
stale[bot] commented 3 years ago

I marked this as stale due to inactivity. → More info