mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
libxmi: Fix for GNU Libtool 2.2.6a.
svn path=/nixpkgs/trunk/; revision=16197
This commit is contained in:
parent
c49dddb1ab
commit
0c9d18f815
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue