summary refs log tree commit diff
path: root/nixos/modules/services/x11/window-managers/wmii.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2018-07-19 13:27:22 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2018-07-19 13:32:25 +0200
commit88a35d8bb5e8809e19afca23076c49f23151e187 (patch)
tree118f0b0a95636acf3a5fdb8ff22d1c526804794d /nixos/modules/services/x11/window-managers/wmii.nix
parentb9e7469c441ec8ebb5d8d06793bd47c2ea3b0faf (diff)
downloadnixpkgs-88a35d8bb5e8809e19afca23076c49f23151e187.tar
nixpkgs-88a35d8bb5e8809e19afca23076c49f23151e187.tar.gz
nixpkgs-88a35d8bb5e8809e19afca23076c49f23151e187.tar.bz2
nixpkgs-88a35d8bb5e8809e19afca23076c49f23151e187.tar.lz
nixpkgs-88a35d8bb5e8809e19afca23076c49f23151e187.tar.xz
nixpkgs-88a35d8bb5e8809e19afca23076c49f23151e187.tar.zst
nixpkgs-88a35d8bb5e8809e19afca23076c49f23151e187.zip
pythonPackages.xgboost: fix build
The setup.py of `python-package` contains some path resolution magic to
find `libxgboost.so` which is needed for the python API.

Unfortunately the code is incompatible with Nix as it isn't compatible
with the store-based structure for each package and tries to express the
location of the shared object with relative paths.

The detection in `setup.py` and `xgboost/libpath.py` has been either
removed entirely or patched to link to the proper store path of the
`libxgboost` build input.

See https://hydra.nixos.org/build/77702715 for further reference.
Diffstat (limited to 'nixos/modules/services/x11/window-managers/wmii.nix')
0 files changed, 0 insertions, 0 deletions