summary refs log tree commit diff
path: root/pkgs/applications/graphics/xara
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/xara')
-rw-r--r--pkgs/applications/graphics/xara/builder.sh9
-rw-r--r--pkgs/applications/graphics/xara/default.nix4
2 files changed, 2 insertions, 11 deletions
diff --git a/pkgs/applications/graphics/xara/builder.sh b/pkgs/applications/graphics/xara/builder.sh
deleted file mode 100644
index fee6649b35f..00000000000
--- a/pkgs/applications/graphics/xara/builder.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-. $stdenv/setup
-
-preConfigure() {
-	autoreconf -i
-}
-
-preConfigure=preConfigure
-
-genericBuild
diff --git a/pkgs/applications/graphics/xara/default.nix b/pkgs/applications/graphics/xara/default.nix
index 6f51b3f2b46..dc296c5b481 100644
--- a/pkgs/applications/graphics/xara/default.nix
+++ b/pkgs/applications/graphics/xara/default.nix
@@ -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";