mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
LASzip2: Use nativeBuildInputs
for cmake
This commit is contained in:
parent
0866700e3b
commit
8f753cb7fb
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "b8e8cc295f764b9d402bc587f3aac67c83ed8b39f1cb686b07c168579c61fbb2";
|
||||
};
|
||||
|
||||
buildInputs = [cmake];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = {
|
||||
description = "Turn quickly bulky LAS files into compact LAZ files without information loss";
|
||||
|
Loading…
Reference in New Issue
Block a user