about summary refs log tree commit diff
path: root/pkgs/tools/graphics/graphviz
AgeCommit message (Collapse)AuthorFilesLines
2024-02-12graphviz: add more reverse-dependencies to passthru.testsRobert Scott1-4/+16
2024-02-12graphviz: 9.0.0 -> 10.0.1R. Ryantm1-4/+11
2023-09-19graphviz: 8.1.0 -> 9.0.0Kirill Radzikhovskyy1-2/+2
2023-08-07graphviz: 8.0.5 -> 8.1.0Anselm Schüler1-2/+2
2023-07-25pkgs/tools/graphics: remove dead codefigsoda1-1/+0
2023-06-29graphviz: 7.1.0 -> 8.0.5R. Ryantm1-2/+2
2023-05-28graphviz: drop libdevil backendK9001-2/+0
Seems unmaintained upstream, both the backend and the library, and the feature set is already covered by other backends. Removes a Mesa dependency, which is especially relevant in light of #233265.
2023-02-12graphviz: 7.0.2 -> 7.1.0R. Ryantm1-2/+2
2022-11-25graphviz: 7.0.0 -> 7.0.2Aaron Jheng1-15/+4
2022-10-25graphviz: 5.0.1 -> 7.0.0kilianar1-10/+2
https://gitlab.com/graphviz/graphviz/-/releases/7.0.0
2022-09-05graphviz: patch a regression in 5.0.1Vladimír Čunát1-0/+9
The issue was breaking tests in python3Packages.*graphviz. It's a big rebuild, but I think we should fix the regression during this staging-next iteration. /cc 5.0.1 PR: #188175
2022-08-24graphviz: 5.0.0 -> 5.0.1R. Ryantm1-2/+2
2022-07-13graphviz: 3.0.0 -> 5.0.0Sergei Trofimovich1-6/+4
While at it switch back to tag-based fetches to ease automatic updates. Changes: https://gitlab.com/graphviz/graphviz/-/blob/main/CHANGELOG.md
2022-05-25graphviz: add reverse deps to passthru.testsArtturin1-0/+7
taken from the packages mentioned in the previous bump PR 168502
2022-05-25graphviz: 2.50.0 -> 3.0.0Artturin1-5/+5
https://gitlab.com/graphviz/graphviz/-/tags/3.0.0 also fixed the substituteInPlace it was replacing /usr/bin/vim to $(command -v vi)m
2022-04-21graphviz: 2.49.3 -> 2.50.0Samuel Rounce1-14/+3
2021-11-25graphviz_2_32: removeKerstin Humm3-117/+112
It is broken and their is no usage in current nixpkgs. Also the notice about its necessity is from 2014: 08131bd5d5f627f03625cf28ca8afbd7eb83e7fa
2021-11-12graphviz: fix crossAlyssa Ross1-0/+7
2021-11-05graphviz: remove xorg null overrideSandro Jäckel1-6/+7
2021-11-05graphviz: fix build with strictDepsArtturin1-4/+9
2021-10-27graphviz: 2.47.3 -> 2.49.3 (#143231)Felix Singer1-4/+4
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-07-24graphviz: 2.47.2 -> 2.47.3Ana Hobden1-3/+3
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-06-22Merge pull request #123108 from Mindavi/graphviz/2.47.1Robert Schütz2-5/+5
graphviz: 2.42.2 -> 2.47.2
2021-06-21graphviz: 2.42.2 -> 2.47.2Rick van Schijndel2-5/+5
also cleanup some parameters
2021-05-28graphviz: patch CVE-2020-18032Robert Schütz1-1/+8
2021-04-04yacc: deprecate aliasSandro Jäckel1-2/+2
and add a new line after the alphabetically sorting to please my inner monk
2021-03-17graphviz: remove ? null from ApplicationServicesSandro Jäckel1-3/+1
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob1-2/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-5/+5
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-12-17graphviz: enable parallel buildingJörg Thalheim1-0/+2
it's autotools so it should be safe
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-12-31treewide: configureFlags is a flat listRobin Gloster1-1/+1
2019-10-07graphviz: 2.40.1 -> 2.42.2Will Dietz2-8/+8
Little uncertain what's going on re:versions, here's some info: 2.42.0 "Fixes quite a few bugs"[1], which is primary motivation. [1] https://gitlab.com/graphviz/graphviz/blob/stable_release_2.42.0/ChangeLog 2.42.1 has a note in 2.42.2's ChangeLog[2] which is good but also interesting as 2.42.2 doesn't have an entry in its own ChangeLog :). FWIW there are two tags for 2.42.2 but happily they're equivalent. While a bit verbose, the changes between these versions can be looked at using git locally or a URL like one of these: * https://gitlab.com/graphviz/graphviz/compare/stable_release_2.42.0...stable_release_2.42.2 * https://gitlab.com/graphviz/graphviz/compare/stable_release_2.40.1...stable_release_2.42.0 Anyway, looks like a bunch of bugfixes! :)
2019-09-06Merge master into staging-nextFrederik Rietdijk1-1/+1
2019-09-06graphviz: use git hash for removed release tagDylan Simon1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-17treewide: name -> pnamevolth1-1/+2
2018-09-23graphviz: fix CVE-2018-10196Symphorien Gibol1-1/+19
2018-07-20[bot] treewide: remove unused 'inherit' in let blocksvolth1-1/+1
2018-04-25tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski1-0/+7
trivial part)
2018-03-22treewide: remove some more gettext referencesMatthew Bauer1-1/+2
2018-02-05graphviz: Explicitly specify libltdl directoriesJosef Kemetmueller1-1/+4
This should prevent the build from picking up /usr/lib/libltdl.so in non-chroot builds on non-nixOS.
2017-12-16graphviz: cleanup, source from GitLabYegor Timoshenko5-187/+66
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2-2/+2
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-02-15graphviz_2_0: hide inside monotoneVizMichael Raskin1-40/+0
The old Graphviz version is vulnerable, but monotone-viz will never feed it bad input.
2017-01-10graphviz: add darwin frameworksDaiderd Jordan2-3/+5
2017-01-02graphviz: 2.38.0 -> 2.40.1Michael Raskin1-10/+6
2016-11-24graphviz: Make derivations pure on non-NixOS systems.Travis Whitaker2-0/+4
2016-08-03Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster3-2/+3