about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/utox
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-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
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.
2021-10-29utox: 0.17.0 -> 0.18.1R. Ryantm1-2/+2
2021-03-03remove myself from a bunch of software I no longer use/maintainDomen Kožar1-1/+1
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen 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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
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-11-18treewide: remove ctest usagesMatthew Bauer1-5/+0
These are already in the generated makefiles!
2018-08-11utox: use checkInputs, also cleanupJan Malakhovski1-4/+5
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-04-30utox: 0.16.1 -> 0.17.0Peter Hoeg1-9/+15
2017-11-06utox: run testsPeter Hoeg1-2/+2
2017-11-02utox: Fixed test configurationEvan Wallace1-2/+4
Moved 'check' to nativeBuildInputs, as it is only used by the tests
2017-11-01utox: 0.13.1 -> 0.16.1Evan Wallace1-5/+5
2017-02-25utox: 0.13.0 -> 0.13.1Peter Hoeg1-3/+8
2017-02-22utox: remove unnecessary linePeter Hoeg1-2/+0
2017-02-22utox: 0.12.2 -> 0.13.0Peter Hoeg1-2/+3
2017-02-14utox: 0.9.8 -> 0.12.2Peter Hoeg1-9/+15
2016-09-08utox: 0.9.4 -> 0.9.8Franz Pletz1-2/+2
2016-07-03utox: 0.9.0 -> 0.9.4Kranium Gikos Mendoza1-2/+2
2016-05-21utox: 0.7.0 -> 0.9.0Tobias Geerinckx-Rice1-2/+2
Upstream is weird.
2016-05-17rename iElectric to domenkozar to match GitHubDomen Kožar1-1/+1
2016-03-22utox: 0.5.0 -> 0.7.0, libtoxcore: 20160131 -> 20160319Slawomir Gonet1-2/+2
2016-02-17utox: 7e290747 -> 0.5.0tg(x)1-25/+7
2016-01-12utox, libutoxcore and filter_audio version bumpSlawomir Gonet1-11/+14
2015-01-31libtoxcore, utox, qtox, toxic: Update to the newest Dev versionAndrey Arapov1-5/+21
2014-12-04utox: Update to the newest dev versionJascha Geerds1-5/+5
This update is necessary due to API changes in libtoxcore.
2014-09-29Updating utox/libtoxcore to the latest, to fix utox build.Lluís Batlle i Rossell1-3/+3
There was a test failing. I also renamed the attr uTox to utox, for the more common lowercase in all-packages.
2014-09-29Updating utox (fixing PREFIX too)Lluís Batlle i Rossell1-4/+4
2014-08-25uTox: downgrade to work with current libtoxcoreDomen Kožar1-2/+2
2014-07-31add uToxDomen Kožar1-0/+28