about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/chatterino2
AgeCommit message (Collapse)AuthorFilesLines
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2020-09-14chatterino2: 2.1.7 -> 2.2.2Bruno Bigras1-5/+6
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
2020-07-31chatterino2: unstable-2019-05-11 -> 2.1.7Milan Pässler1-3/+3
2020-02-01chatterino2: fix: Could not find the Qt platform plugin "cocoa" in ""Matthew Glazar1-2/+5
wrapQtAppsHook ignores Mach-O binaries [1]. Additionally, wrapQtAppsHook doesn't look inside $out/Applications [2], which is where chatterino2 is installed. This means chatterino2 for Darwin/macOS is not wrapped properly, causing the following error when launched: > qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in "" > > This application failed to start because no Qt platform plugin could > be initialized. Reinstalling the application may fix this problem. On macOS, explicitly wrap chatterino2's executable. [1] pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh line 85 [2] pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh line 76
2020-02-01chatterino2: fix install on macOSMatthew Glazar1-1/+5
On Darwin/macOS, chatterino2's install phase copies no files into the output. `make install` does not copy chatterino2.app. Copy the .app manually, fixing the installation. With this patch, chatterino2 almost works on macOS. Issue #42893 applies, so to make chatterino2 work, you must install qtbase in your environment. For example: $ nix-env -iA nixpkgs.qt5.qtbase $ open ~/.nix-profile/Applications/chatterino.app
2020-01-23chatterino2: use mkDerivation from qtAndrew Childs1-3/+3
2019-05-10chatterino2: init at unstable-2019-05-11rexim1-0/+28