about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/mikutter
AgeCommit message (Collapse)AuthorFilesLines
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2023-06-28treewide: gobject-introspection from buildInputs to nativeBuildInputsArtturin1-2/+1
gobject-introspection should be in nativeBuildInputs for cross to work properly (so propagations and hook work properly)
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