summary refs log tree commit diff
path: root/pkgs/applications/misc/lxterminal
Commit message (Collapse)AuthorAge
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pnamevolth2019-08-17
|
* lxterminal: wrap for GSettings schemasJan Tojnar2018-10-21
| | | | Closes: https://github.com/NixOS/nixpkgs/issues/48657
* lxterminal: 0.3.1 -> 0.3.2R. RyanTM2018-10-03
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lxterminal/versions
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* lxterminal: switch to using GTK3Tyler Compton2018-02-25
| | | | | | | | The version of VTE that uses GTK2 is not maintained, so using lxterminal with GTK2 means dealing with a lot of bugs that have already been fixed in newer VTE versions. I actually meant to set up lxterminal to use GTK3 in the first place, but didn't realize that wasn't the default until now.
* lxterminal: use nativeBuildInputs for compile-time-only depsWill Dietz2018-01-02
|
* lxterminal: patch m4 to respect XML_CATALOG_FILESTyler Compton2018-01-02
| | | | | The patch removes the need for a separate script to combine existing catalog files, making the package simpler.
* lxterminal: init at 0.3.1Tyler Compton2017-12-31