Commit graph

5 commits

Author SHA1 Message Date
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
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
2018-07-18 23:25:20 -04:00
Tyler Compton 4b9b82c038
lxterminal: switch to using GTK3
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.
2018-02-25 12:46:10 +01:00
Will Dietz fa777a4de7 lxterminal: use nativeBuildInputs for compile-time-only deps 2018-01-02 11:05:58 -06:00
Tyler Compton a5880ace7f lxterminal: patch m4 to respect XML_CATALOG_FILES
The patch removes the need for a separate script to combine existing
catalog files, making the package simpler.
2018-01-02 00:58:20 -07:00
Tyler Compton b1d1679d5c lxterminal: init at 0.3.1 2017-12-31 03:28:06 -07:00