Commit Graph

23 Commits

Author SHA1 Message Date
R. Ryantm
c9cc0803aa chatterino2: 2.4.6 -> 2.5.0 2024-04-24 11:46:39 +02:00
Supa
dfc2c88169
chatterino2: include qtwayland
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-04-11 21:43:08 +03:00
0Supa
756672d106 chatterino2: add supa as maintainer 2024-04-03 20:10:18 +03:00
0Supa
a986892985 chatterino2: build with Qt6 2024-04-03 20:08:48 +03:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
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.
2024-03-19 03:14:51 +01:00
R. Ryantm
e6f8264415 chatterino2: 2.4.5 -> 2.4.6 2023-10-02 18:14:11 +00:00
R. Ryantm
bc9a863d91 chatterino2: 2.4.4 -> 2.4.5 2023-08-31 17:24:23 +00:00
R. Ryantm
6ed8bb42d1 chatterino2: 2.4.3 -> 2.4.4 2023-05-21 09:02:28 +00:00
R. Ryantm
611d3a10de chatterino2: 2.4.2 -> 2.4.3 2023-05-07 04:29:11 +00:00
BKSalman
102e3d5102 chatterino2: 2.4.0 -> 2.4.2 2023-03-17 01:00:02 +03:00
Frederick Schwalbe
1d56f75f94
chatterino2: 2.3.5 -> 2.4.0
Switch to stdenv.mkDerivation due to
https://github.com/NixOS/nixpkgs/issues/180841.
2023-01-01 01:25:41 +01:00
Bruno Bigras
4f3fc00d75 chatterino2: add missing icon 2022-06-02 17:40:59 -04:00
R. Ryantm
d78bf7598a chatterino2: 2.3.4 -> 2.3.5 2022-04-10 11:24:02 +00:00
Dmitry Kalinkin
e0532475bc
treewide: remove darwin-only manual wrapQtApp invocations 2021-09-28 10:29:46 -04:00
Ilan Joselevich
6e20be978b chatterino2: 2.3.0 -> 2.3.4 2021-09-25 22:26:47 +03:00
jalr
298035ada6 chatterino2: 2.2.2 -> 2.3.0 2021-04-25 23:19:32 -04:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Bruno Bigras
d8bc3fa196 chatterino2: 2.1.7 -> 2.2.2
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
2020-09-14 23:10:03 -04:00
Milan Pässler
a11a629fcc chatterino2: unstable-2019-05-11 -> 2.1.7 2020-07-31 18:50:58 +02:00
Matthew Glazar
1221a6b096 chatterino2: fix: Could not find the Qt platform plugin "cocoa" in ""
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-01 19:59:08 -08:00
Matthew Glazar
cdd1c216ff chatterino2: fix install on macOS
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-02-01 19:15:05 -08:00
Andrew Childs
7e0dd3833d chatterino2: use mkDerivation from qt 2020-01-23 01:00:34 +09:00
rexim
79586cae40 chatterino2: init at unstable-2019-05-11 2019-05-10 21:03:48 -04:00