about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/chatterino2
AgeCommit message (Collapse)AuthorFilesLines
2024-04-28chatterino2: 2.5.0 -> 2.5.1R. Ryantm1-2/+2
2024-04-24chatterino2: 2.4.6 -> 2.5.0R. Ryantm1-2/+2
2024-04-11chatterino2: include qtwaylandSupa1-1/+12
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-04-03chatterino2: add supa as maintainer0Supa1-1/+1
2024-04-03chatterino2: build with Qt60Supa1-3/+4
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-10-02chatterino2: 2.4.5 -> 2.4.6R. Ryantm1-2/+2
2023-08-31chatterino2: 2.4.4 -> 2.4.5R. Ryantm1-2/+2
2023-05-21chatterino2: 2.4.3 -> 2.4.4R. Ryantm1-2/+2
2023-05-07chatterino2: 2.4.2 -> 2.4.3R. Ryantm1-2/+2
2023-03-17chatterino2: 2.4.0 -> 2.4.2BKSalman1-4/+4
2023-01-01chatterino2: 2.3.5 -> 2.4.0Frederick Schwalbe1-6/+6
Switch to stdenv.mkDerivation due to https://github.com/NixOS/nixpkgs/issues/180841.
2022-06-02chatterino2: add missing iconBruno Bigras1-0/+3
2022-04-10chatterino2: 2.3.4 -> 2.3.5R. Ryantm1-2/+2
2021-09-28treewide: remove darwin-only manual wrapQtApp invocationsDmitry Kalinkin1-3/+0
2021-09-25chatterino2: 2.3.0 -> 2.3.4Ilan Joselevich1-2/+2
2021-04-25chatterino2: 2.2.2 -> 2.3.0jalr1-2/+2
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