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
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* 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-08-01 22:03:30 +02:00
Michael Raskin
c731738ecc
graphviz_2_0: hide inside monotoneViz
...
The old Graphviz version is vulnerable, but monotone-viz will never feed
it bad input.
2017-02-15 15:10:00 +01:00
Daiderd Jordan
6bdecbf1ba
graphviz: add darwin frameworks
2017-01-10 22:20:25 +01:00
Michael Raskin
f38f46ee41
graphviz: 2.38.0 -> 2.40.1
2017-01-02 20:18:48 +01:00
Travis Whitaker
528d353b65
graphviz: Make derivations pure on non-NixOS systems.
2016-11-24 14:45:45 +01:00
Robin Gloster
1b979d8384
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-03 13:34:44 +00:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen
1bf5ded193
treewide: Lots of meta.hydraPlatforms -> meta.platforms
...
In all of these files, there is no meta.platforms but only
meta.hydraPlatforms, which doesn't seem to have any purpose except being
inconsistent.
2016-08-02 21:17:44 +03:00
Robin Gloster
2d382f3d98
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-30 19:39:34 +00:00
Michael Raskin
f345d01974
graphviz_2_0: dependency reasons now make libwebp needed
2016-05-30 12:13:34 +02:00
Tuomas Tynkkynen
309b2644ac
treewide: Make explicit that 'dev' output of libpng is used
2016-05-19 10:00:44 +02:00
Tuomas Tynkkynen
be00816cab
treewide: Make explicit that 'dev' output of libjpeg is used
2016-05-19 10:00:42 +02:00
Tuomas Tynkkynen
8bbc3fe801
treewide: Make explicit that 'dev' output of expat is used
2016-05-19 10:00:30 +02:00
Franz Pletz
f8d481754c
Merge remote-tracking branch 'origin/master' into hardened-stdenv
2016-05-18 17:10:02 +02:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Robin Gloster
d020caa5b2
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-04-18 13:49:22 +00:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00
Anthony Cowley
9b0890cfa5
graphviz: build with pango even without xorg
...
The pango dependency enables outputting PDF files, and is somewhat
independent of the larger xorg dependencies.
2016-04-07 18:19:01 -04:00
Franz Pletz
aff1f4ab94
Use general hardening flag toggle lists
...
The following parameters are now available:
* hardeningDisable
To disable specific hardening flags
* hardeningEnable
To enable specific hardening flags
Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.
cc-wrapper supports the following flags:
* fortify
* stackprotector
* pie (disabled by default)
* pic
* strictoverflow
* format
* relro
* bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
4bf29b83f8
graphviz_2_0: disable format/fortify hardening
2016-02-23 15:03:14 +00:00
Robin Gloster
071bdd4639
graphviz: turn off fortify hardening
2016-02-12 01:25:17 +00:00
Robin Gloster
c10ca363c6
graphviz: no fortify hardening
2016-01-30 16:36:57 +00:00