python3Packages.pycangjie: moving ibtool autoconf automake cython to nativeBuildInputs

This commit is contained in:
Marek Mahut
2019-08-19 20:13:46 +02:00
committed by Frederik Rietdijk
parent 80f4d61534
commit 5ba074ede5
@@ -14,10 +14,8 @@ in buildPythonPackage rec {
sha256 = "12yi09nyffmn4va7lzk4irw349qzlbxgsnb89dh15cnw0xmrin05"; sha256 = "12yi09nyffmn4va7lzk4irw349qzlbxgsnb89dh15cnw0xmrin05";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig libtool autoconf automake cython ];
buildInputs = [ buildInputs = [ libcangjie sqlite ];
autoconf automake libtool libcangjie sqlite cython
];
preConfigure = '' preConfigure = ''
find . -name '*.sh' -exec sed -e 's@#!/bin/bash@${bash}/bin/bash@' -i '{}' ';' find . -name '*.sh' -exec sed -e 's@#!/bin/bash@${bash}/bin/bash@' -i '{}' ';'