1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

libxmi: Fix for GNU Libtool 2.2.6a.

svn path=/nixpkgs/trunk/; revision=16197
This commit is contained in:
Ludovic Courtès 2009-07-06 21:09:47 +00:00
parent c49dddb1ab
commit 0c9d18f815

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation {
};
# For the x86_64 linux arch to be recognized by 'configure'
preConfigure = "cp ${libtool}/share/libtool/config.sub .";
preConfigure = "cp ${libtool}/share/libtool/config/config.sub .";
meta = {
description = "Library for rasterizing 2-D vector graphics";