summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/terminal-emulators/mlterm
AgeCommit message (Collapse)Author
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar
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-12-02mlterm: fix build on darwin/clang_16Atemu
2023-09-21treewide: use finalAttrs in all packages I maintain (#255902)Doron Behar
* mpd-touch-screen-gui: use finalAttrs in mkDerivation; reformat * musescore: use finalAttrs in mkDerivation * syncthingtray: use stdenv.mkDerivation with a function; reformat * ocrfeeder: use finalAttrs in mkDerivation; reformat * castget: use finalAttrs in mkDerivation * gnome-network-displays: use finalAttrs in mkDerivation * mailreaders: use finalAttrs in mkDerivation * mswatch: use finalAttrs in mkDerivation * uhd: use finalAttrs in mkDerivation * maxima: use finalAttrs in mkDerivation * qalculate-gtk: use finalAttrs in mkDerivation * qalculate-qt: use finalAttrs in mkDerivation * wxmaxima: use finalAttrs in mkDerivation * lammps: use finalAttrs in mkDerivation * mlterm: use finalAttrs in mkDerivation * video-trimmer: use finalAttrs in mkDerivation * nerdfonts: use finalAttrs in mkDerivation * gnomeExtensions.easyScreenCast: use finalAttrs in mkDerivation * octave: use finalAttrs in mkDerivation; reformat * comedilib: use finalAttrs in mkDerivation * cpp-utilities: use finalAttrs in mkDerivation * libsForQt5.kpeoplevcard: use finalAttrs in mkDerivation; reformat * liberio: use finalAttrs in mkDerivation * libqalculate: use finalAttrs in mkDerivation; reformat * libwtk-sdl2: use finalAttrs in mkDerivation * libsForQt5.pulseaudio-qt: use finalAttrs in mkDerivation; reformat * qrupdate: use finalAttrs in mkDerivation; reformat * libsForQt5.qtforkawesome: use finalAttrs in mkDerivation; reformat * libsForQt5.qtutilities: use finalAttrs in mkDerivation; reformat * sqlitecpp: use finalAttrs in mkDerivation; reformat * tweeny: use finalAttrs in mkDerivation * volk: use finalAttrs in mkDerivation * wiringpi: use finalAttrs in mkDerivation * snzip: use finalAttrs in mkDerivation; reformat * bpm-tools: use finalAttrs in mkDerivation; reformat * sacd: use finalAttrs in mkDerivation * gtk-gnutella: use finalAttrs in mkDerivation; reformat * sile: use finalAttrs in mkDerivation * pplatex: use finalAttrs in mkDerivation; reformat
2023-05-19mlterm: disable fb gui due to mlconfig tool issueDoron Behar
2023-04-21mlterm: enable to configure many build features declarativelyDoron Behar
2023-04-18mlterm: cleanup `Cocoa` unused inputDoron Behar
2023-04-18mlterm: add doronbehar as maintainerDoron Behar
2023-04-18mlterm: desktopItem: update attributes to remove warningsDoron Behar
Remove deprecated `Application` category and make `comment` different then `name`.
2023-04-12mlterm: remove vrthra from maintainersAtemu
2023-04-12mlterm: clean up libssh supportAtemu
openssl is not necessary as a direct dep and we no longer need the linker magic.
2023-04-12mlterm: support all platformsAtemu
This app can run on pretty much anything. Windows, BSDs, Solaris, Android, Haiku; you name it.
2023-04-12mlterm: enable libvte on darwinAtemu
2023-04-12mlterm: unbreak darwinAtemu
2023-04-09mlterm: 3.9.2 -> 3.9.3Atemu
2023-04-09mlterm: enableParallelBuildingAtemu
2023-04-09mlterm: indentAtemu
2023-03-13mlterm: update fcitx dependency to fcitx5Vonfry
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie
2022-10-15mlterm: unbreak on aarch64-linuxAtemu
Untested
2022-10-15mlterm: mark as broken on aarch64-darwinAtemu
2022-03-20nixos/tests: add passthru.tests to all tested terminal emulatorsJamie McClymont
2022-02-25treewide: switch all desktop file generators to new APIK900
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2022-01-26mlterm: use new tag versioning schemeAtemu
The maintainer decided to change the release tag name after the fact. The new naming scheme is a lot more sane but I'd rather they didn't change it after releasing with the old one. Fixes https://github.com/NixOS/nixpkgs/issues/156856
2022-01-16mlterm: 3.9.1 -> 3.9.2Atemu
2021-05-08gnome: rename from gnome3Jan Tojnar
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-11-19mlterm: fetch from GitHub instead of SourceforgeAtemu
2020-11-19mlterm: 3.9.0 -> 3.9.1R. RyanTM
2020-11-07mlterm: add myself as maintainerAtemu
2020-11-07mlterm: add Darwin supportAtemu
2020-10-31mlterm: stdenv.lib -> libAtemu
2020-10-28A directory-category for terminal emulatorsAndersonTorres
This is a mostly cosmetical commit, in the sense it doesn't change the contents of any package, but reorganizes the overall Nixpkgs expressions. Terminal emulators are an ubiquitous tool for any Unix user; even the beginners are routinely familiarized to it. And, manifestly, there are many implementations of terminal emulators out there, from those traditionally made in C and C++ to those written in Haskell and Go. Terminal emulators deserve more highlight. This commit does that by creating a category for them.