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
Léo Gaspard
8aff02e024
nheko: 0.4.2 -> 0.4.3
2018-06-07 17:34:41 +02:00
Léo Gaspard
8b6ddc89dd
nheko: 0.4.1 -> 0.4.2 ( #41077 )
2018-05-25 13:47:18 +02:00
Léo Gaspard
0e84af1772
nheko: make darwin build fail later
2018-05-24 20:00:35 +02:00
Léo Gaspard
291808359b
nheko: 0.4.0 -> 0.4.1
2018-05-24 17:09:15 +02:00
Léo Gaspard
c770e61622
nheko: 0.3.1 -> 0.4.0
2018-05-04 00:46:05 +02:00
Léo Gaspard
59bf698238
nheko: 0.3.0 -> 0.3.1
2018-04-13 15:57:41 +02:00
Léo Gaspard
5a75e845ad
nheko: init at 0.3.0
2018-04-07 04:05:11 +02:00