cleanups, problems not fixed yet
svn path=/nixpkgs/trunk/; revision=8693
This commit is contained in:
parent
1a879a423a
commit
6c64b29d2a
@ -1,9 +0,0 @@
|
|||||||
. $stdenv/setup
|
|
||||||
|
|
||||||
preConfigure() {
|
|
||||||
autoreconf -i
|
|
||||||
}
|
|
||||||
|
|
||||||
preConfigure=preConfigure
|
|
||||||
|
|
||||||
genericBuild
|
|
@ -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 {
|
stdenv.mkDerivation {
|
||||||
name = "xaralx-0.7r1766";
|
name = "xaralx-0.7r1766";
|
||||||
builder = ./builder.sh;
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://downloads2.xara.com/opensource/XaraLX-0.7r1766.tar.bz2;
|
url = http://downloads2.xara.com/opensource/XaraLX-0.7r1766.tar.bz2;
|
||||||
sha256 = "1rcl7hqvcai586jky7hvzxhnq8q0ka2rsmgiq5ijwclgr5d4ah7n";
|
sha256 = "1rcl7hqvcai586jky7hvzxhnq8q0ka2rsmgiq5ijwclgr5d4ah7n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user