Sergei Trofimovich
9a023e536d
graphviz: 12.1.2 -> 12.2.0
...
Changes: https://gitlab.com/graphviz/graphviz/-/blob/12.2.0/CHANGELOG.md?ref_type=tags
2024-11-04 06:58:33 +00:00
Sergei Trofimovich
82c3c9fe59
graphviz: 12.1.1 -> 12.1.2
2024-10-11 07:09:17 +01:00
Artturin
f0e657f3b1
Merge branch 'master' into staging-next
2024-09-25 06:05:01 +03:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Sergei Trofimovich
e06e75df0e
graphviz: 12.1.0 -> 12.1.1
...
Changes: https://gitlab.com/graphviz/graphviz/-/blob/12.1.1/CHANGELOG.md
2024-09-19 09:04:54 +01:00
April Merrill
3f6f0c80f1
graphviz: 10.0.1 -> 12.1.0
2024-08-12 17:22:16 -05:00
Robert Scott
d88514cb2b
graphviz: add more reverse-dependencies to passthru.tests
2024-02-12 23:49:05 +00:00
R. Ryantm
0ec317b5f6
graphviz: 9.0.0 -> 10.0.1
2024-02-12 22:57:20 +00:00
Kirill Radzikhovskyy
e8d32b940c
graphviz: 8.1.0 -> 9.0.0
2023-09-19 19:23:15 +10:00
Anselm Schüler
1b6e441e02
graphviz: 8.0.5 -> 8.1.0
2023-08-07 10:33:29 +02:00
figsoda
aa9d49bbd2
pkgs/tools/graphics: remove dead code
2023-07-25 11:04:11 -04:00
R. Ryantm
d7474a3a1c
graphviz: 7.1.0 -> 8.0.5
2023-06-29 07:22:59 +00:00
K900
dc6fd4b5e7
graphviz: drop libdevil backend
...
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-05-28 08:46:28 +03:00
R. Ryantm
c70c35601a
graphviz: 7.0.2 -> 7.1.0
2023-02-12 08:16:58 +00:00
Aaron Jheng
dc3614605f
graphviz: 7.0.0 -> 7.0.2
2022-11-25 12:37:08 +00:00
kilianar
ed8f9ffaa4
graphviz: 5.0.1 -> 7.0.0
...
https://gitlab.com/graphviz/graphviz/-/releases/7.0.0
2022-10-25 14:51:15 +02:00
Vladimír Čunát
52fd346837
graphviz: patch a regression in 5.0.1
...
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-09-05 09:52:35 +02:00
R. Ryantm
10c1827eab
graphviz: 5.0.0 -> 5.0.1
2022-08-24 13:27:29 +00:00
Sergei Trofimovich
44283fc557
graphviz: 3.0.0 -> 5.0.0
...
While at it switch back to tag-based fetches to ease automatic updates.
Changes: https://gitlab.com/graphviz/graphviz/-/blob/main/CHANGELOG.md
2022-07-13 22:19:02 +01:00
Artturin
7b447b5151
graphviz: add reverse deps to passthru.tests
...
taken from the packages mentioned in the previous bump PR 168502
2022-05-25 15:23:56 +03:00
Artturin
bde885a181
graphviz: 2.50.0 -> 3.0.0
...
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-05-25 15:20:13 +03:00
Samuel Rounce
8f25cec30f
graphviz: 2.49.3 -> 2.50.0
2022-04-21 16:35:25 +01:00
Kerstin Humm
1d2c379e3b
graphviz_2_32: remove
...
It is broken and their is no usage in current nixpkgs.
Also the notice about its necessity is from 2014:
08131bd5d5
2021-11-25 20:10:34 +01:00
Alyssa Ross
3c710c46b1
graphviz: fix cross
2021-11-12 17:19:02 +00:00
Sandro Jäckel
41892fdd64
graphviz: remove xorg null override
2021-11-05 21:10:03 +01:00
Artturin
74dbb75ea4
graphviz: fix build with strictDeps
2021-11-05 19:57:03 +02:00
Felix Singer
f43dc5431e
graphviz: 2.47.3 -> 2.49.3 ( #143231 )
...
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-10-27 22:27:12 -04:00
Ana Hobden
34cf1e9e17
graphviz: 2.47.2 -> 2.47.3
...
Signed-off-by: Ana Hobden <operator@hoverbear.org>
2021-07-24 15:09:45 +02:00
Robert Schütz
7eb297d5e3
Merge pull request #123108 from Mindavi/graphviz/2.47.1
...
graphviz: 2.42.2 -> 2.47.2
2021-06-22 10:51:18 +02:00
Rick van Schijndel
93e119866d
graphviz: 2.42.2 -> 2.47.2
...
also cleanup some parameters
2021-06-21 22:13:16 +02:00
Robert Schütz
b4e8099795
graphviz: patch CVE-2020-18032
2021-05-28 10:59:08 +02:00
Sandro Jäckel
33a395f195
yacc: deprecate alias
...
and add a new line after the alphabetically sorting to please my inner monk
2021-04-04 03:18:58 +02:00
Sandro Jäckel
23ee6b34fa
graphviz: remove ? null from ApplicationServices
2021-03-17 22:55:10 +01:00
Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +07:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Jörg Thalheim
f6f4f1ab4a
graphviz: enable parallel building
...
it's autotools so it should be safe
2020-12-17 07:38:57 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Robin Gloster
6ca6ac796b
treewide: configureFlags is a flat list
2019-12-31 01:37:49 +01:00
Will Dietz
b906513cf5
graphviz: 2.40.1 -> 2.42.2
...
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-10-07 17:58:09 -05:00
Frederik Rietdijk
66bc7fc1b3
Merge master into staging-next
2019-09-06 22:46:05 +02:00
Dylan Simon
d42ed9b401
graphviz: use git hash for removed release tag
2019-09-06 21:55:53 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
Symphorien Gibol
5a9f7d1fe6
graphviz: fix CVE-2018-10196
2018-09-23 18:24:41 +02:00
volth
6d2857a311
[bot] treewide: remove unused 'inherit' in let blocks
2018-07-20 19:38:19 +00:00
Jan Malakhovski
7438083a4d
tree-wide: disable doCheck
and doInstallCheck
where it fails (the trivial part)
2018-04-25 04:18:46 +00:00
Matthew Bauer
9109a90479
treewide: remove some more gettext references
2018-03-22 16:50:14 -05:00
Josef Kemetmueller
ceeacd5205
graphviz: Explicitly specify libltdl directories
...
This should prevent the build from picking up /usr/lib/libltdl.so in
non-chroot builds on non-nixOS.
2018-02-05 20:41:22 +00:00
Yegor Timoshenko
fcabea616e
graphviz: cleanup, source from GitLab
2017-12-16 15:33:28 +00:00