about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/turses
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-05-25treewide: make fetchPypi more explicitWeijia Wang1-0/+1
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.
2022-06-06turses: update tweepy overrideMartin Weinelt1-0/+4
2021-11-13turses: override tweepyFabian Affolter1-15/+51
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-1/+1
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
2020-02-21turses: Fix buildSilvan Mosberger1-0/+2
2019-09-21turses: fix python3.7 support (#61984)Ihar Hrachyshka1-6/+7
2019-07-03Remove me (garbas) as maintainer since I don't have much time to maintain ↵Rok Garbas1-1/+1
anything
2019-03-11turses: fix crash when starting with existing config fileIhar Hrachyshka1-2/+9
Fixes #57460
2019-03-11Switch homepage for turses to louipc forkIhar Hrachyshka1-1/+1
The original repo is gone.
2019-03-09turses: FixSilvan Mosberger1-4/+7
2019-02-18Replace platforms.linux with platforms.darwin for expressions that compile ↵Freezeboy1-1/+1
on darwin too (too restrictive platforms)
2017-09-01turses: fix buildJörg Thalheim1-0/+41