mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
libxmi: fix build after libtool bump
The file copied by libxmi builder seems moved.
This commit is contained in:
parent
1d953779b0
commit
0ce3dcd91a
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# For the x86_64 GNU/Linux arch to be recognized by 'configure'
|
# 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 = {
|
meta = {
|
||||||
description = "Library for rasterizing 2-D vector graphics";
|
description = "Library for rasterizing 2-D vector graphics";
|
||||||
|
Loading…
Reference in New Issue
Block a user