about summary refs log tree commit diff
path: root/pkgs/development/libraries/agg
AgeCommit message (Collapse)AuthorFilesLines
2021-12-08agg: Fix darwin buildDario Bertini1-2/+4
This had been broken with #136095
2021-09-17lite-xl: init at 2.0.1Zack A1-6/+6
Co-authored-by: Bobby Rong <rjl931189261@126.com> Co-authored-by: OPNA2608 <christoph.neidahl@gmail.com> Co-authored-by: SuperSandro2000 <sandro.jaeckel@gmail.com> Co-authored-by: Samuel Ainsworth <skainsworth@gmail.com>
2021-08-30agg: enable build on darwinZack A1-3/+17
Co-authored-by: OPNA2608 <christoph.neidahl@gmail.com> Co-authored-by: SuperSandro2000 <sandro.jaeckel@gmail.com>
2021-07-02development: /s/name/pname&version/Felix Buehler1-2/+3
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-06-17agg: fix build with gcc8Franz Pletz1-0/+5
2018-08-03treewide: Make configureFlags listsJohn Ericson1-1/+1
2018-04-17libraries/agg: disable building of examples to fix buildRuben Maher1-1/+1
Previously the build was failing with due to not being able to find libexamples.la.
2017-11-26agg: do not enable parallel buildingOrivej Desh1-0/+4
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-08-30treewide: Fix output references to libX11Tuomas Tynkkynen1-1/+1
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-10-05Some description fixesBjørn Forsman1-1/+1
There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
2013-02-23agg: fix for new automakeVladimír Čunát1-1/+6
2009-04-28Agg: Fix compilation.Ludovic Courtès1-2/+21
svn path=/nixpkgs/trunk/; revision=15352
2008-03-10GNU Gnash 0.8.2, Agg 2.5.Ludovic Courtès1-4/+5
svn path=/nixpkgs/trunk/; revision=11030
2007-09-11* Fixed some more URLs.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=9294
2007-09-05* Some more attempts at getting OpenOffice (2.2.1) to build.Eelco Dolstra1-0/+11
It compiles now, but I haven't figure out how to do the equivalent of a "make install". But you can build with -K and then do $ cd /tmp/nix-.../OOF680_m18/instsetoo_native/util $ dmake openoffice_en-US PKGFORMAT=archive and you get a big tarball in /tmp/nix-.../OOF680_m18/instsetoo_native/unxlngi6.pro/OpenOffice/archive/install/en-US that you can unpack anywhere to get a more-or-less working OpenOffice. svn path=/nixpkgs/trunk/; revision=9257