Nick Cao
9589a3cda7
libtoxcore: drop unnecessary dependency on msgpack
2023-06-25 23:22:34 +08:00
Stanisław Pitucha
e37ab4441e
libtoxcore: mark not broken on darwin
...
It just works.
2023-03-24 21:11:41 +11:00
Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Emery Hemingway
4fd6adc34b
libtoxcore: 0.2.17 -> 0.2.18
2022-10-10 16:38:41 -05:00
Emery Hemingway
93ea7dd8f9
libtoxcore_0_1: remove
...
This version has a known vulnerability
https://github.com/advisories/GHSA-62pr-4hg6-fwph
2022-10-10 16:38:41 -05:00
Emery Hemingway
1a62113dd9
toxprpl: mark broken, unmantained and doesn't build
2022-10-10 16:38:41 -05:00
Rick van Schijndel
7d58a30286
treewide: pkgs/development/libraries: mark broken for darwin
2022-05-30 13:42:53 +02:00
Alexander Bakker
395a39c551
libtoxcore: 0.2.13 -> 0.2.17
2022-03-23 11:33:46 +01:00
Alyssa Ross
e07182012b
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/pint/default.nix
2021-12-17 05:50:06 +00:00
Robert Scott
bbf825544e
libtoxcore: 0.2.12 -> 0.2.13
2021-12-13 23:48:40 +00:00
Felix Buehler
82d629fc0a
pkgs/development: rename name to pname&version
2021-12-01 18:42:45 +01:00
Ben Siraphob
66e44425c6
pkgs/development/libraries: stdenv.lib -> lib
2021-01-21 19:11:02 -08:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Lluís Batlle i Rossell
e53ea47241
libtoxcore: 0.2.10 -> 0.2.12
2020-06-06 18:46:33 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Emery Hemingway
e298a63fdc
libtoxcore: repair paths in pkg-config file
2019-12-23 16:09:25 +00:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
R. RyanTM
07fc403138
libtoxcore: 0.2.9 -> 0.2.10
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libtoxcore/versions
2019-07-02 18:49:59 -07:00
Jascha Geerds
ffedc3e4a9
misc: Remove myself from list of maintainers
...
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
R. RyanTM
cfbe9a43dd
libtoxcore: 0.2.8 -> 0.2.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libtoxcore/versions
2019-01-16 02:34:41 -08:00
Matthew Bauer
2c47a4229f
treewide: remove ctest usages
...
These are already in the generated makefiles!
2018-11-18 19:31:02 -06:00
R. RyanTM
3251dab047
libtoxcore: 0.2.3 -> 0.2.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libtoxcore/versions
2018-10-13 17:14:36 -07:00
Vladimír Čunát
153a19df05
Merge branch 'master' into staging-next
...
Hydra: ?compare=1474536
2018-08-20 09:15:33 +02:00
Orivej Desh
65663f883c
msgpack: rename from libmsgpack
...
The project does not use the name "libmsgpack". It variously uses "msgpack" and
"msgpack-c", and "msgpackc" for the name of the library.
2018-08-18 23:19:54 +00:00
Jan Malakhovski
f01ff6545d
libtoxcore: cleanup tests
2018-08-10 12:56:34 +00:00
Lluís Batlle i Rossell
66d7126255
Take me (viric) out of most maintenance
...
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
Peter Hoeg
8374b9ddbf
libtoxcore: 0.2.2 -> 0.2.3
2018-07-08 20:35:20 +08:00
Matthew Justin Bauer
eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions
2018-05-02 15:40:38 -05:00
Peter Hoeg
15268306fe
libtoxcore: introduce 0.2.2 in addition to 0.1.11
2018-04-29 07:52:54 +08:00
John Ericson
ba52ae5048
treewide: isArm -> isAarch32
...
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.
The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:
```
ISA: ARMv8 {-A, -R, -M}
/ \
Mode: Aarch32 Aarch64
| / \
Encoding: A64 A32 T32
```
At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.
The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.
[1]: https://developer.arm.com/products/architecture/a-profile
2018-04-25 15:28:55 -04:00
Jan Malakhovski
7438083a4d
tree-wide: disable doCheck
and doInstallCheck
where it fails (the trivial part)
2018-04-25 04:18:46 +00:00
volth
61c1a307a9
libtoxcore: add libconfig to buildInputs
...
$out/bin/tox-bootstrapd is not built without it, silently
2018-02-23 02:47:16 +00:00
Peter Hoeg
11bdc1da6f
libtoxcore: 0.1.10 -> 0.1.11
2017-12-31 15:20:35 +08:00
Jan Malakhovski
ea477463a2
libtoxcore-old: remove unused derivation
2017-12-17 14:33:45 +00:00
Peter Hoeg
1d2ecd9661
libtoxcore: 0.1.8 -> 0.1.10
2017-11-06 15:31:34 +08:00
Peter Hoeg
0eac38c4ce
libtoxcore: 0.1.7 -> 0.1.8
2017-05-07 10:40:29 +08:00
Peter Hoeg
4f33f909f3
libtoxcore: 0.1.6 -> 0.1.7
2017-03-27 23:06:35 +08:00
Peter Hoeg
8cef304ede
libtoxcore: init at 0.1.6 and move old versions away
2017-02-14 14:57:48 +08:00
Franz Pletz
dd1858be90
libtoxcore-dev: 20160319 -> 20160727
2016-09-08 21:50:42 +02:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Slawomir Gonet
eddb7a55f8
utox: 0.5.0 -> 0.7.0, libtoxcore: 20160131 -> 20160319
2016-03-22 08:42:07 +01:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
tg(x)
7b91d708af
qtox: 20151221 -> 1.2.4, libtoxcore-dev: 20160105 -> 20160131
2016-02-15 01:15:41 +01:00
Vladimír Čunát
716aac2519
Merge branch 'staging' into closure-size
2016-01-19 09:55:31 +01:00
Robin Gloster
53b389327e
refactor to use autoreconfHook where possible
...
Close #12446 .
2016-01-18 10:45:31 +01:00
Slawomir Gonet
0d02182843
utox, libutoxcore and filter_audio version bump
2016-01-12 21:44:38 +01:00
Vladimír Čunát
86cc3d32ac
libsodium: split dev output, enableParallelBuilding
2015-10-14 14:27:08 +02:00
Artjom Vejsel
68f4a0f0ea
libtoxcore: added new-api version
2015-07-01 14:38:56 +03:00