Commit Graph

57 Commits

Author SHA1 Message Date
Cynthia Fox
7c7ba68773
nheko: Add meta.mainProgram
Signed-off-by: Cynthia Fox <cyntheticfox@gh0st.sh>
2023-12-01 13:02:59 -05:00
Tobias Mayer
05a33a5015
nheko: fix build with fmt-10.1 2023-09-04 21:01:48 +02:00
Tobias Mayer
315d100113 boost17x, boost18x: remove aliases 2023-07-13 17:48:33 +03:00
Weijia Wang
f7ac4b4eda nheko: remove -lgcc from NIX_LDFLAGS 2023-03-04 11:51:34 +02:00
Philipp
4d230ab3c0 nheko: 0.11.1 -> 0.11.3 2023-02-23 17:50:14 +01:00
Weijia Wang
a10858477f nheko: fix build on aarch64-linux 2023-01-22 09:14:42 +01:00
rnhmjoj
fda8020476
nheko: 0.11.0 -> 0.11.1 2023-01-16 11:08:04 +01:00
Peter Hoeg
37b97ae3dd nheko: 0.10.2 -> 0.11.0 2023-01-13 18:34:48 +08:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
Philipp
12d03efffd nheko: 0.10.1-1 -> 0.10.2 2022-09-28 17:10:12 +02:00
Azat Bahawi
8676f60f1f
nheko: 0.10.0 -> 0.10.1-1
Fixes a build failure https://hydra.nixos.org/build/190031815
2022-09-10 22:25:02 +03:00
Philipp
a3aef504aa nheko: 0.9.3 -> 0.10.0 2022-07-22 23:21:36 +02:00
Francesco Gazzetta
069fd78e32 nheko: 0.9.2 -> 0.9.3 2022-03-27 18:52:21 +02:00
Francesco Gazzetta
a892724898 nheko: 0.9.1 -> 0.9.2 2022-03-10 20:24:14 +01:00
Philipp
f1dad29597
nheko: 0.9.0 -> 0.9.1 2021-12-21 11:38:56 +01:00
Viacheslav Lotsmanov
0a645b01e4
nheko: add WebP support
Add “qtimageformats” dependency that provides “libqwebp.so”.
2021-12-12 16:57:26 +02:00
rnhmjoj
cc7a0816fa
nheko: 0.8.2 -> 0.9.0 2021-11-19 11:48:51 +01:00
Artturin
b4fab0a98b treewide: remove fmt from buildInputs where spdlog is used
spdlog_1 has fmt_8 in propagatedBuildInputs and having fmt which points
to fmt_7 in buildInputs makes the builds use wrong fmt
2021-11-07 22:05:08 +02:00
Philipp
2e896fce98
nheko: 0.8.1 -> 0.8.2 2021-04-23 13:20:43 +02:00
rnhmjoj
59fb4293fc
nheko: build with VoIP support 2021-02-23 10:46:49 +01:00
CrystalGamma
3fe45da22a nheko: 0.8.0 -> 0.8.1 2021-01-28 22:31:00 +01:00
Malte Brandy
35676cba19
nheko: 0.7.2 -> 0.8.0 2021-01-21 16:59:05 +01:00
Sandro
feb4059865
Merge pull request #110221 from symphorien/nheko-cache
nheko: build qml
2021-01-20 23:26:02 +01:00
Symphorien Gibol
a26cb6b37d nheko: build qml
fixes cache issues on update:
https://github.com/Nheko-Reborn/nheko/issues/389
2021-01-20 21:56:10 +01:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
SCOTT-HAMILTON
ddf90cb942 spdlog: use nixpkgs' fmt instead of bundled one 2020-12-10 10:47:00 +01:00
Michael Weiss
31f23ebc1f
Revert "nheko: dirty fix to #94942 (#95060)"
This reverts commit f8a49ec8db.
With 57f0574595 in master this workaround is not required anymore.
2020-08-25 19:22:24 +02:00
Doron Behar
f8a49ec8db
nheko: dirty fix to #94942 (#95060)
The real issue is #94952 or #94905.
2020-08-23 00:16:14 +02:00
Philipp
02a712166b
nheko: 0.7.1 -> 0.7.2
Signed-off-by: Philipp <philipp+dev@xndr.de>
2020-06-26 09:28:58 +02:00
Doron Behar
bdcbfc77c9 nheko && mtxclient: enable for Darwin but mark as broken 2020-04-30 10:30:52 +03:00
Doron Behar
0577b994af nheko: remove redundent parallel building flag 2020-04-30 10:30:52 +03:00
Doron Behar
67d0c4f130 nheko: apply patch recommended by upstream 2020-04-30 10:30:52 +03:00
Doron Behar
648712b7bf nheko: fix boost make issue 2020-04-30 10:30:51 +03:00
Doron Behar
6d4c381838 nheko: 0.6.4 -> 0.7.1 2020-04-30 10:30:51 +03:00
Doron Behar
e6cf5d3d16 nheko: use nixpkgs' versions of libraries 2020-04-30 10:30:51 +03:00
Doron Behar
13aa8b58ca nheko: format inputs and arguments 2020-04-30 10:30:51 +03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
David McKay
43380f49b4 nheko: use qt5's mkDerivation
See #65399
2019-08-09 10:31:49 -04:00
Doron Behar
0b383bdf78 nheko: 0.6.3 -> 0.6.4, mtxclient: 0.2.0 -> 0.2.1
Use new URL of mtxclient. Make them both aware of nlohmann_json
dependency using `-Dnlohmann_json_DIR` in `cmakeFlags`.
2019-06-19 15:33:52 +03:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Robert Schütz
c7c911136f
nheko: add meta.homepage (#55472) 2019-02-12 01:05:04 +01:00
Franz Pletz
e2460a9d41
nheko: 0.6.2 -> 0.6.3 2019-02-11 22:46:07 +01:00
Léo Gaspard
ad992cbde1 nheko: mark as insecure (#48281)
The package is no longer maintained and includes potential security
vulnerabilities (a use-after-free and several crashes) that are known
and not fixed in the version present in nixpkgs. They don't look too bad
judging from the trigger vectors mentioned in the changelog, but with
the project going unmaintained one of them becoming a security
vulnerability would likely not be noticed.
2018-10-12 21:28:30 +02:00
Will Dietz
9a904b3a08 nheko: 0.6.1 -> 0.6.2 2018-10-07 20:21:37 -05:00
Will Dietz
98cb225d9f nheko: 0.6.0 -> 0.6.1 2018-09-26 13:42:36 -05:00
Will Dietz
ab2061bff3 nheko: 0.5.5 -> 0.6.0 2018-09-25 15:01:42 -05:00
Franz Pletz
ff8fc5c46c
nheko: 0.4.3 -> 0.5.5 2018-09-09 22:16:51 +02:00
Pascal Wittmann
456b67e70f
nheko: add license
see issue #43716
2018-08-09 12:59:52 +02:00