mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
hdf5-blosc: move cmake to nativeBuildInputs
This commit is contained in:
parent
f6a583eeec
commit
f12f79cb9f
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
outputs = [ "out" "dev" "plugin" ];
|
||||
|
||||
buildInputs = [ c-blosc cmake hdf5 ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ c-blosc hdf5 ];
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace CMakeLists.txt --replace 'set(BLOSC_INSTALL_DIR "''${CMAKE_CURRENT_BINARY_DIR}/blosc")' 'set(BLOSC_INSTALL_DIR "${c-blosc}")'
|
||||
|
|
Loading…
Reference in a new issue