Adding enblend-fuse, libxmi and hugin. Maybe hugin doesn't run well enough still.

svn path=/nixpkgs/trunk/; revision=14894
This commit is contained in:
Lluís Batlle i Rossell
2009-04-05 21:41:38 +00:00
parent 7f9d11782e
commit 2dd00f1a57
4 changed files with 78 additions and 0 deletions
@@ -0,0 +1,16 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "libxmi-1.2";
src = fetchurl {
url = mirror://gnu/libxmi/libxmi-1.2.tar.gz;
sha256 = "03d4ikh29l38rl1wavb0icw7m5pp7yilnv7bb2k8qij1dinsymlx";
};
meta = {
description = "Library for rasterizing 2-D vector graphics";
homepage = http://www.gnu.org/software/libxmi/;
license = "GPLv2";
};
}