about summary refs log tree commit diff
path: root/pkgs/tools/graphics/mscgen
AgeCommit message (Collapse)AuthorFilesLines
2023-11-23treewide: add mainProgramh7x41-0/+1
2021-10-14Drop myself from meta.maintainers for most packages.Peter Simons1-1/+0
I'd like to reduce the number of Github notifications and review requests I receive.
2021-07-16various: cleanup of 'inherit version;'Felix Buehler1-5/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-4/+4
2020-04-20mscgen: clean up buildSirio Balmelli1-2/+4
1. Remove freetype dependency: - was not being used by build - trying to enable freetype gives nontrivial error 'gdoTextWidth: Problem doing text layout (GDFONTPATH=)' 2. Correctly link manpages by specifying 'outputs'. 3. Separate nativeBuildInputs from buildInputs Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-20mscgen: add pkg-config build-time dependencySirio Balmelli1-2/+14
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-17mscgen: enable on darwin (#79996)Sirio Balmelli1-1/+1
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
2016-05-30mscgen: add 'libwebp' to unbreak buildBjørn Forsman1-2/+2
Fixes broken build since commit 7d580b8339a749acd7f61ca6d1f21687ec9680 ("gd: 2.1.1 -> 2.2.1"): $ nix-build -A mscgen [...] gcc -g -O2 -o mscgen mscgen-adraw.o mscgen-cmdparse.o mscgen-main.o mscgen-svg_out.o mscgen-language.o mscgen-msc.o mscgen-ps_out.o mscgen-utf8.o mscgen-gd_out.o mscgen-safe.o mscgen-lexer.o mscgen-null_out.o mscgen-usage.o -lm -lgd -lm -L/nix/store/HASH-zlib-1.2.8/lib -lz -L/nix/store/HASH-libpng-apng-1.6.21/lib -lpng16 -L/nix/store/HASH-freetype-2.6.2/lib -lfreetype -L/nix/store/HASH-fontconfig-2.11.1-lib/lib -L/nix/store/HASH-freetype-2.6.2/lib -lfontconfig -lfreetype -ljpeg -lwebp -lgd -lm /nix/store/HASH-binutils-2.26/bin/ld: cannot find -lwebp collect2: error: ld returned 1 exit status
2016-05-16Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons1-1/+1
2016-05-14mscgen: add libjpeg to build inputsJoachim Fasting1-2/+2
Possibly jpeg used to be propagated from gd but is no longer after f8bdd7969d1af9b1f4ab5f968fae336190c1ae1c.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-01-14Fix bad URLs lacking a schemeEelco Dolstra1-3/+3
2011-10-13mscgen: added version 0.20Peter Simons1-0/+42
svn path=/nixpkgs/trunk/; revision=29803