summary refs log tree commit diff
path: root/pkgs/development/python-modules/pycangjie
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-08-19 16:27:19 +0200
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-08-19 20:13:46 +0200
commit5ba074ede51d30c60e5d47a4e006fb8c5b273059 (patch)
tree900888a8cbb99e23966cf78b874d1ed4a2da017c /pkgs/development/python-modules/pycangjie
parent80f4d61534c9eefee582d5abc7589f5cadfc25ba (diff)
downloadnixpkgs-5ba074ede51d30c60e5d47a4e006fb8c5b273059.tar
nixpkgs-5ba074ede51d30c60e5d47a4e006fb8c5b273059.tar.gz
nixpkgs-5ba074ede51d30c60e5d47a4e006fb8c5b273059.tar.bz2
nixpkgs-5ba074ede51d30c60e5d47a4e006fb8c5b273059.tar.lz
nixpkgs-5ba074ede51d30c60e5d47a4e006fb8c5b273059.tar.xz
nixpkgs-5ba074ede51d30c60e5d47a4e006fb8c5b273059.tar.zst
nixpkgs-5ba074ede51d30c60e5d47a4e006fb8c5b273059.zip
python3Packages.pycangjie: moving ibtool autoconf automake cython to nativeBuildInputs
Diffstat (limited to 'pkgs/development/python-modules/pycangjie')
-rw-r--r--pkgs/development/python-modules/pycangjie/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/pycangjie/default.nix b/pkgs/development/python-modules/pycangjie/default.nix
index 80b17034aa0..163477a2725 100644
--- a/pkgs/development/python-modules/pycangjie/default.nix
+++ b/pkgs/development/python-modules/pycangjie/default.nix
@@ -14,10 +14,8 @@ in buildPythonPackage rec {
     sha256 = "12yi09nyffmn4va7lzk4irw349qzlbxgsnb89dh15cnw0xmrin05";
   };
 
-  nativeBuildInputs = [ pkgconfig ];
-  buildInputs = [
-    autoconf automake libtool libcangjie sqlite cython
-  ];
+  nativeBuildInputs = [ pkgconfig libtool autoconf automake cython ];
+  buildInputs = [ libcangjie sqlite ];
 
   preConfigure = ''
     find . -name '*.sh' -exec sed -e 's@#!/bin/bash@${bash}/bin/bash@' -i '{}' ';'