about summary refs log tree commit diff
path: root/pkgs/applications/graphics/hugin/default.nix
diff options
context:
space:
mode:
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 9215695975089..ae6b7a43d02db 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";