libxmi: fix build after libtool bump

The file copied by libxmi builder seems moved.
This commit is contained in:
Vladimír Čunát 2015-03-06 10:27:31 +01:00
parent 1d953779b0
commit 0ce3dcd91a

View file

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