cleanups, problems not fixed yet

svn path=/nixpkgs/trunk/; revision=8693
This commit is contained in:
Armijn Hemel 2007-05-14 18:25:18 +00:00
parent 1a879a423a
commit 6c64b29d2a
2 changed files with 2 additions and 11 deletions

View file

@ -1,9 +0,0 @@
. $stdenv/setup
preConfigure() {
autoreconf -i
}
preConfigure=preConfigure
genericBuild

View file

@ -1,8 +1,8 @@
{stdenv, fetchurl, autoconf, automake, gettext, libtool, cvs, wxGTK, gtk, pkgconfig, libxml2, zip, libpng, libjpeg}:
{stdenv, fetchurl, autoconf, automake, gettext, libtool, cvs, wxGTK, gtk,
pkgconfig, libxml2, zip, libpng, libjpeg}:
stdenv.mkDerivation {
name = "xaralx-0.7r1766";
builder = ./builder.sh;
src = fetchurl {
url = http://downloads2.xara.com/opensource/XaraLX-0.7r1766.tar.bz2;
sha256 = "1rcl7hqvcai586jky7hvzxhnq8q0ka2rsmgiq5ijwclgr5d4ah7n";