about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/toxic
AgeCommit message (Collapse)AuthorFilesLines
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace1-2/+2
2019-03-12misc: Remove myself from list of maintainersJascha Geerds1-1/+1
Unfortunately I don't have the time anymore to maintain those packages.
2019-01-01qrencode: merge with libqrencodeJan Tojnar1-2/+2
2018-11-08toxic: 0.8.2 -> 0.8.3R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/toxic/versions
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell1-1/+1
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-04-29toxic: 0.7.2 -> 0.8.2Peter Hoeg1-2/+2
2018-04-25treewide: isArm -> isAarch32John Ericson1-1/+1
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
2017-09-12toxic: Disable on DarwinTuomas Tynkkynen1-1/+1
Last successful build 2014-03-12 17:47:58 https://hydra.nixos.org/build/59716009
2017-02-14toxic: 20160728 -> 0.7.2Peter Hoeg1-12/+13
2016-12-13toxic: fix arm buildTomas Hlavaty1-2/+2
2016-09-08toxic: 20150125 -> 20160728Franz Pletz1-8/+9
2015-01-31libtoxcore, utox, qtox, toxic: Update to the newest Dev versionAndrey Arapov1-3/+3
2014-12-04toxic: Update to the newest dev versionJascha Geerds1-13/+13
This update is necessary due to API changes in libtoxcore. Sad to say that the recent stable version doesn't work with our libtoxcore. We need to update to the recent dev version.
2014-09-29Updating toxic to 0.5.1Lluís Batlle i Rossell1-2/+2
2014-09-29Fix toxic install for DHTnodes and other share files.Lluís Batlle i Rossell1-1/+1
2014-09-29Making tox/toxic A/V libs disabled in ARM.Lluís Batlle i Rossell1-2/+4
2014-09-29Updating toxic/libtoxcore/libsodiumLluís Batlle i Rossell1-2/+2
2014-08-25toxic: git -> 0.4.7Domen Kožar1-8/+5
2014-07-28toxic: Update to latest upstream Git master.aszlig1-18/+9
Unfortunately they've changed their build system to be makefile-only and they don't seem to include test cases in the CLI anymore, so we needed to adapt accordingly. Also added freealut and openal to the buildInputs, in order to allow audio support. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-02-24Updating toxic and toxcore to newer code.Lluís Batlle i Rossell1-3/+3
2014-02-04Updating tox/toxicLluís Batlle i Rossell1-3/+3
2013-11-13Updating tox to masterLluís Batlle i Rossell1-3/+3
2013-10-11Moving the attribute tox_core to libtoxcore. It seems more appropiate.Lluís Batlle i Rossell1-6/+6
2013-10-11Adding toxic, the reference CLI for ToxLluís Batlle i Rossell1-0/+40