summary refs log tree commit diff
path: root/pkgs/development/python-modules/lightgbm
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-09-13 16:48:52 -0700
committerJonathan Ringer <jonringer117@gmail.com>2019-09-13 16:48:52 -0700
commiteb8bd784b19d3bad1ba868e65897578149844c3e (patch)
tree82847d2f582ca4af7d5aa499d635fc6c4712e98b /pkgs/development/python-modules/lightgbm
parent0c457cb348c66abfc26abbbccc2b42d78f52d458 (diff)
downloadnixpkgs-eb8bd784b19d3bad1ba868e65897578149844c3e.tar
nixpkgs-eb8bd784b19d3bad1ba868e65897578149844c3e.tar.gz
nixpkgs-eb8bd784b19d3bad1ba868e65897578149844c3e.tar.bz2
nixpkgs-eb8bd784b19d3bad1ba868e65897578149844c3e.tar.lz
nixpkgs-eb8bd784b19d3bad1ba868e65897578149844c3e.tar.xz
nixpkgs-eb8bd784b19d3bad1ba868e65897578149844c3e.tar.zst
nixpkgs-eb8bd784b19d3bad1ba868e65897578149844c3e.zip
pythonPackages.lightgbm: fix build
Diffstat (limited to 'pkgs/development/python-modules/lightgbm')
-rw-r--r--pkgs/development/python-modules/lightgbm/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/lightgbm/default.nix b/pkgs/development/python-modules/lightgbm/default.nix
index 10dbcafd04b..f428e7dbfba 100644
--- a/pkgs/development/python-modules/lightgbm/default.nix
+++ b/pkgs/development/python-modules/lightgbm/default.nix
@@ -21,6 +21,8 @@ buildPythonPackage rec {
     cmake
   ];
 
+  dontUseCmakeConfigure = true;
+
   # we never actually explicitly call the install command so this is the only way
   # to inject these options to it - however, openmp-library doesn't appear to have
   # any effect, so we have to inject it into NIX_LDFLAGS manually below