about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/qtox
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
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.
2023-08-15treewide: clean up all qttranslations workaroundsK9001-2/+0
There are two kinds of changes here: - removing explicit qttranslations path hardcoding from applications that were patched to do it - replacing qttranslations in buildInputs with qttools for packages that really depend on the latter After this, qttranslation is never used outside Qt itself, as it should.
2022-05-29treewide: pkgs/applications: mark broken for darwinRick van Schijndel1-0/+1
2022-03-13qtox: 1.17.5 -> 1.17.6R. Ryantm1-2/+2
2022-03-10qtox: 1.17.4 -> 1.17.5R. Ryantm1-2/+2
2021-12-22qtox: 1.17.3 -> 1.17.4R. Ryantm1-2/+2
2021-04-27qtox: ffmpeg_3 -> ffmpegPeter Hoeg1-11/+44
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-12-09qtox: Fix compilation on darwin, remove parallelBuilds, cleanupsSandro Jäckel1-22/+16
2020-11-26qtox: 1.17.2 -> 1.17.3R. RyanTM1-2/+2
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-2/+2
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-05-04qtox: 1.16.3 -> 1.17.2R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-17treewide: name -> pnamevolth1-1/+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.
2018-09-18qtox: 1.16.1 -> 1.16.3 (#46204)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from qtox
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-07-08qtox: 1.15.0 -> 1.16.1Peter Hoeg1-2/+2
2018-04-29qtox: 1.13.1 -> 1.15.0Peter Hoeg1-13/+18
2018-02-27qtox: remove opencv dependencyIvan Sorokin1-2/+2
It doesn't depend on it for a long time.
2017-11-26qtox: 1.12.1 -> 1.13.0Peter Hoeg1-2/+2
2017-11-09qtox: fix compilationPeter Hoeg1-3/+3
2017-11-06qtox: 1.11.0 -> 1.12.1Peter Hoeg1-5/+6
2017-09-11qtox: drop gtk2 dependencyPeter Hoeg1-14/+11
Tray icon still works without gtk2.
2017-07-19qtox: add missing pcre dependencyPeter Hoeg1-13/+12
2017-07-18qtox: 1.10.2 -> 1.11.0Peter Hoeg1-2/+2
2017-06-18qt5: remove makeQtWrapperThomas Tuegel1-8/+5
2017-06-02qtox: 1.10.1 -> 1.10.2Peter Hoeg1-2/+2
2017-05-14qtox: 1.10.0 -> 1.10.1Peter Hoeg1-2/+2
2017-05-09qtox: 1.9.0 -> 1.10.0Peter Hoeg1-5/+4
2017-03-21qtox: 1.8.1 -> 1.9.0Peter Hoeg1-2/+6
2017-02-14qtox: 1.5.0 -> 1.8.1Peter Hoeg1-35/+20
2016-09-08qtox: 1.4.1 -> 1.5.0Franz Pletz1-2/+2
2016-06-02qtox: 1.3.0 -> 1.4.1Emery Hemingway1-2/+2
2016-05-30qtox: run pre- and post-install hooksThomas Tuegel1-0/+4
Fixes #15744.
2016-04-20qtox: move to qmakeHookNikolay Amiantov1-11/+5
2016-03-13qtox: 1.2.4 -> 1.3.0Edward Tjörnhammar1-2/+2
2016-02-15qtox: 20151221 -> 1.2.4, libtoxcore-dev: 20160105 -> 20160131tg(x)1-7/+10
2016-01-12qTox updated due to bug with A/V subsystemSlawomir Gonet1-4/+5
2016-01-12qtsvg dependency added for qtoxSlawomir Gonet1-1/+1
2015-12-20qtox: Qt 5 infrastructure updateThomas Tuegel1-5/+6
2015-09-25qtox: 20150821 -> 20150925Artjom Vejsel1-3/+3
2015-09-25qtox: fix git hash revisionArtjom Vejsel1-3/+11
2015-08-22qtox: 20150624 -> 20150821Artjom Vejsel1-4/+4
2015-08-22qtox: add wrapper for set runtime qt5.svg pluginArtjom Vejsel1-4/+7
2015-07-01qtox: 20150128 -> 20150624Artjom Vejsel1-29/+27
2015-05-16openal to openalSoft conversionJoachim Schiele1-2/+2
2015-03-24qt5: make qt-5.4.1 defaultThomas Tuegel1-1/+6