summary refs log tree commit diff
path: root/pkgs/development/libraries/libxmi
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-03-06 10:27:31 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-03-06 10:28:29 +0100
commit0ce3dcd91a7b7823f0582668ae66e1c6957d3c87 (patch)
treed5c4668c6d9d7b6ae6bbf750de36192bed297445 /pkgs/development/libraries/libxmi
parent1d953779b06bcaee9159dc8fb697b8db2bcd7a18 (diff)
downloadnixpkgs-0ce3dcd91a7b7823f0582668ae66e1c6957d3c87.tar
nixpkgs-0ce3dcd91a7b7823f0582668ae66e1c6957d3c87.tar.gz
nixpkgs-0ce3dcd91a7b7823f0582668ae66e1c6957d3c87.tar.bz2
nixpkgs-0ce3dcd91a7b7823f0582668ae66e1c6957d3c87.tar.lz
nixpkgs-0ce3dcd91a7b7823f0582668ae66e1c6957d3c87.tar.xz
nixpkgs-0ce3dcd91a7b7823f0582668ae66e1c6957d3c87.tar.zst
nixpkgs-0ce3dcd91a7b7823f0582668ae66e1c6957d3c87.zip
libxmi: fix build after libtool bump
The file copied by libxmi builder seems moved.
Diffstat (limited to 'pkgs/development/libraries/libxmi')
-rw-r--r--pkgs/development/libraries/libxmi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libxmi/default.nix b/pkgs/development/libraries/libxmi/default.nix
index 71c641770e4..46d38b16ccf 100644
--- a/pkgs/development/libraries/libxmi/default.nix
+++ b/pkgs/development/libraries/libxmi/default.nix
@@ -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";