LASzip2: Use nativeBuildInputs for cmake
This commit is contained in:
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "b8e8cc295f764b9d402bc587f3aac67c83ed8b39f1cb686b07c168579c61fbb2";
|
sha256 = "b8e8cc295f764b9d402bc587f3aac67c83ed8b39f1cb686b07c168579c61fbb2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [cmake];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Turn quickly bulky LAS files into compact LAZ files without information loss";
|
description = "Turn quickly bulky LAS files into compact LAZ files without information loss";
|
||||||
|
|||||||
Reference in New Issue
Block a user