summary refs log tree commit diff
path: root/pkgs/applications/graphics/hugin/default.nix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-07-13 16:24:47 +0000
committerLudovic Courtès <ludo@gnu.org>2009-07-13 16:24:47 +0000
commited658483e9e42198a5cbbeff950ecbf8a12bc330 (patch)
tree394a6de90b5434dbcb2c5a3e39df1aafa22d893c /pkgs/applications/graphics/hugin/default.nix
parentb09382fcd1baa62df37253594a65cef6dfb4fa48 (diff)
downloadnixpkgs-ed658483e9e42198a5cbbeff950ecbf8a12bc330.tar
nixpkgs-ed658483e9e42198a5cbbeff950ecbf8a12bc330.tar.gz
nixpkgs-ed658483e9e42198a5cbbeff950ecbf8a12bc330.tar.bz2
nixpkgs-ed658483e9e42198a5cbbeff950ecbf8a12bc330.tar.lz
nixpkgs-ed658483e9e42198a5cbbeff950ecbf8a12bc330.tar.xz
nixpkgs-ed658483e9e42198a5cbbeff950ecbf8a12bc330.tar.zst
nixpkgs-ed658483e9e42198a5cbbeff950ecbf8a12bc330.zip
Hugin: Fix segfault on x86_64.
svn path=/nixpkgs/trunk/; revision=16340
Diffstat (limited to 'pkgs/applications/graphics/hugin/default.nix')
-rw-r--r--pkgs/applications/graphics/hugin/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix
index 92156959750..ae6b7a43d02 100644
--- a/pkgs/applications/graphics/hugin/default.nix
+++ b/pkgs/applications/graphics/hugin/default.nix
@@ -9,6 +9,8 @@ stdenv.mkDerivation {
     sha256 = "0nbrvzz94gqgk2v1900lly101g0wjz4zksnh5718226n2g8zlccf";
   };
 
+  patches = [ ./levmar-64-bit-alignment.patch ];
+
   NIX_CFLAGS_COMPILE = "-I${ilmbase}/include/OpenEXR";
 
   NIX_LDFLAGS = "-lrt";