about summary refs log tree commit diff
path: root/pkgs/applications/graphics/xara
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-02-27 16:13:47 -0600
committerGraham Christensen <graham@grahamc.com>2016-02-27 16:13:47 -0600
commit4a54794d18683db41d2a4203f14c5debf628883c (patch)
tree0e3c5b05bb07d08b93ff3bd4b1176bc6e97d5dc5 /pkgs/applications/graphics/xara
parent73f64108511fc8978599fca14df053c49889e2f5 (diff)
downloadnixlib-4a54794d18683db41d2a4203f14c5debf628883c.tar
nixlib-4a54794d18683db41d2a4203f14c5debf628883c.tar.gz
nixlib-4a54794d18683db41d2a4203f14c5debf628883c.tar.bz2
nixlib-4a54794d18683db41d2a4203f14c5debf628883c.tar.lz
nixlib-4a54794d18683db41d2a4203f14c5debf628883c.tar.xz
nixlib-4a54794d18683db41d2a4203f14c5debf628883c.tar.zst
nixlib-4a54794d18683db41d2a4203f14c5debf628883c.zip
xara: broken due to patch-tracker.debian.org being missing.
Diffstat (limited to 'pkgs/applications/graphics/xara')
-rw-r--r--pkgs/applications/graphics/xara/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/xara/default.nix b/pkgs/applications/graphics/xara/default.nix
index cd3a09887d0f..cc456465ba63 100644
--- a/pkgs/applications/graphics/xara/default.nix
+++ b/pkgs/applications/graphics/xara/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
     url = http://downloads2.xara.com/opensource/XaraLX-0.7r1785.tar.bz2;
     sha256 = "05xbzq1i1vw2mdsv7zjqfpxfv3g1j0g5kks0gq6sh373xd6y8lyh";
   };
-    
+
   nativeBuildInputs = [ automake pkgconfig gettext perl zip ];
   buildInputs = [ wxGTK gtk libxml2 freetype pango ];
 
@@ -17,4 +17,6 @@ stdenv.mkDerivation {
   patches = map fetchurl (import ./debian-patches.nix);
 
   prePatch = "patchShebangs Scripts";
+
+  meta.broken = true;
 }