about summary refs log tree commit diff
path: root/pkgs/applications/networking/termius
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-11-27treewide: add mainProgramh7x41-0/+1
2023-10-03termius: remove atomEnvSandro Jäckel1-4/+10
2023-09-15termius: 7.56.1 -> 8.1.2Steven Kou1-3/+3
2023-02-22termius: 7.45.3 -> 7.56.1Jon Molina1-3/+3
2022-07-25termius: 7.42.1 -> 7.45.3Serhii Zhuravel1-3/+3
2022-06-23treewide/applications: add `sourceType` `binaryNativeCode` for many packagesRobert Scott1-0/+1
2022-06-20termius: 7.41.2 -> 7.42.1Serhii Zhuravel1-3/+3
2022-05-26termius: 7.40.2 -> 7.41.2Serhii Zhuravel1-3/+3
2022-05-05termius: 7.39.0 -> 7.40.2Serhii Zhuravel1-3/+3
2022-04-19termius: 7.37.0 -> 7.39.0Serhii Zhuravel1-3/+3
2022-03-29termius: 7.36.1 -> 7.37.0Serhii Zhuravel1-3/+3
2022-03-25termius: 7.34.1 -> 7.36.1Serhii Zhuravel1-12/+4
2022-03-05Merge pull request #161265 from dxops/patch-1Renaud1-4/+7
termius: 7.17.1 -> 7.34.1
2022-02-25treewide: switch all desktop file generators to new APIK9001-1/+1
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2022-02-21termius: 7.17.1 -> 7.34.1Serhii Zhuravel1-4/+7
2021-08-04termius: switch to a snap sourceArtturin1-15/+28
2021-07-13termius: switch to a official sourceArtturin1-4/+5
2021-07-11termius: unbreakArtturin1-4/+8
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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-11-27Merge pull request #100532 from piegamesde/fix-desktopitemsSandro1-0/+1
treewide: Fix broken desktop files and mark packages as broken
2020-11-21termius: 6.4.1 -> 7.1.0Thomas Marchand1-5/+4
2020-11-17maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko1-1/+1
2020-10-15treewide: Fix broken desktop files and mark packages as brokenpiegames1-0/+1
This fixes all packages that are failed `nixpkgs-review` in #91790. Packages that were broken prior to that PR were marked as broken. Packages that failed because of #75729 were fixed.
2020-08-31termius: 6.1.1 -> 6.4.1R. RyanTM1-2/+2
2020-08-13termius: use lib.getLib udev instead of udev.libFlorian Klink1-1/+2
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-07-07termius: 5.10.1 -> 6.1.1R. RyanTM1-2/+2
2020-05-01termius: 5.6.2 -> 5.10.1Oleksii Filonenko1-2/+2
2020-03-27termius: init at 5.6.2Oleksii Filonenko1-0/+68
Co-authored-by: misuzu <bakalolka@gmail.com> Co-authored-by: Thomas Marhchand <thomas.marchand@tuta.io>