about summary refs log tree commit diff
path: root/pkgs/tools/graphics/fim
AgeCommit message (Collapse)AuthorFilesLines
2023-10-24fim: 0.6 -> 0.7R. Ryantm1-2/+2
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob1-2/+2
2021-01-06fim: Fix the build by switching back to GCC 9Michael Weiss1-5/+5
GCC 10 breaks the build: https://hydra.nixos.org/build/134272249 There are workarounds to fix the build with GCC 10 [0] but since upstream is inactive it's probably best to deprecate fim soon. [0]: https://aur.archlinux.org/cgit/aur.git/commit/?h=fim&id=66258387a099da72f7758495fb0e3c93e16068e7
2020-09-10inkscape_0: dropJan Tojnar1-2/+2
Inkscape 1.0.1 re-added the old CLI flags: https://gitlab.com/inkscape/inkscape/-/commit/3ca6a4ed08405f2a530a9ed3065f77443f9f7ebe
2020-07-19treewide: replace inkscape with inkscape_0Pavol Rusnak1-2/+2
The Inkscape CLI interface has been changed with 1.x and packages are not adjusted yet to this change. Let's use inkscape 0.x instead.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-31treewide: NIX_*_COMPILE -> stringRobin Gloster1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-02Treewide: use HTTPS on NonGNU domainsc0bw3b1-1/+1
2018-02-04fim: 0.5rc3 -> 0.6Michael Weiss1-3/+3
2017-09-21fim: Add X11 support and "USE flags"Michael Weiss1-8/+20
2017-09-21fim: init at 0.5rc3Michael Weiss1-0/+40