Author: raskin
Date: 2010-07-06 12:34:05 +0000 (Tue, 06 Jul 2010)
New Revision: 22496

You can view the changes in this commit at:
   https://svn.nixos.org/viewvc/nix?rev=22496&view=rev

Modified:
   nixpkgs/trunk/pkgs/tools/graphics/cuneiform/default.nix

Log:
Fix linking of the cuneiform

Changes:

Modified: nixpkgs/trunk/pkgs/tools/graphics/cuneiform/default.nix
===================================================================
--- nixpkgs/trunk/pkgs/tools/graphics/cuneiform/default.nix     2010-07-06 
11:54:11 UTC (rev 22495)
+++ nixpkgs/trunk/pkgs/tools/graphics/cuneiform/default.nix     2010-07-06 
12:34:05 UTC (rev 22496)
@@ -29,7 +29,7 @@
   '') ["minInit" "addInputs" "doUnpack" "defEnsureDir"];
       
   postInstall = a.fullDepEntry(''
-    patchelf --set-rpath $out/lib${if a.stdenv.gcc.gcc != null then 
":${a.stdenv.gcc.gcc}/lib" else ""} $out/bin/cuneiform
+    patchelf --set-rpath $out/lib${if a.stdenv.gcc.gcc != null then 
":${a.stdenv.gcc.gcc}/lib" else ""}:${a.imagemagick}/lib $out/bin/cuneiform
   '') ["minInit" "addInputs" "doMakeInstall"];
 
   name = "cuneiform-" + version;

_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to