R. RyanTM
900be0239e
batik: 1.13 -> 1.14
2021-01-29 08:21:01 +00: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
Sebastien Braun
26fa0edfd9
batik: replace builder script by installPhase
2020-11-24 18:50:08 +01:00
Sebastien Braun
4725ad214a
batik: 1.6 -> 1.13
2020-11-24 18:43:46 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Andreas Rammhold
1103b3fbe6
batik: mark as insecure
...
The package hasn't been updated in a long time. There have been several
issues with the package. There is no dependant package in the
repository so marking it as insecure until someone maintains it sounds
reasonable.
2018-10-26 12:17:58 +02:00
Markus Kowalewski
b97ea32ff0
batik: add meta data
2018-08-23 11:28:06 +02:00
Chris Martin
ce44f8df5c
batik: md5->sha256
2016-09-10 13:46:06 -04:00
Tuomas Tynkkynen
2258b21e4b
treewide: Add lots of platforms to packages with no meta
...
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
Eelco Dolstra
acba9240cd
nixos.org/tarballs -> tarballs.nixos.org
...
It's currently the same machine, but tarballs.nixos.org should become
an S3/CloudFront site eventually.
2013-06-25 14:12:16 +02:00
Eelco Dolstra
aa84bce64d
* Get rid of all references to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=13299
2008-11-14 16:57:19 +00:00
Eelco Dolstra
9f898a586b
* Copy even more files (in particular from losser.st-lab.cs.uu.nl,
...
can't assume that it will live forever).
svn path=/nixpkgs/trunk/; revision=4624
2006-01-30 16:11:00 +00:00
Eelco Dolstra
82e678362f
* "." -> "source".
...
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Martin Bravenboer
560f307623
Added libraries:
...
- gtkmm: C++ bindings for gtk
- glibmm: C++ bindings for glib
- libsigc++ (C++)
Added applications:
- Batik: SVG rasterizer (and more)
- Inkscape: vector graphics drawing application
Upgraded:
- boehm-gc
svn path=/nixpkgs/trunk/; revision=3792
2005-09-07 14:57:30 +00:00