about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/mikutter
AgeCommit message (Collapse)AuthorFilesLines
2022-02-25treewide: switch all desktop file generators to new APIK9001-2/+2
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2021-06-10Change all alsaUtils references to alsa-utilsAndersonTorres1-3/+3
2021-04-17mikutter: 4.0.0 -> 4.1.4 (#119454)midchildan12-195/+310
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
2019-12-31treewide: *inputs are listsRobin Gloster1-8/+8
2019-12-27mikutter: 3.8.7 -> 4.0.0; mark brokenAlyssa Ross8-243/+159
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-03mikutter: 3.5.13 -> 3.8.7 (#60808)Michael Fellinger7-130/+257
2019-04-05mikutter: mark as brokenJan Tojnar1-0/+1
2019-02-15mikutter: drop maintainershipmidchildan1-1/+0
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2017-11-01mikutter: prevent gems from locally-installed plugins from being included as ↵midchildan1-0/+1
a dependency
2017-11-01mikutter: 3.5.7 -> 3.5.13midchildan5-92/+108
2017-10-30mikutter: mark as brokenzimbatm1-0/+1
The package doesn't build anymore /cc @midchildan
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-05-21mikutter: init at 3.5.7midchildan10-0/+609
fixes #25852