laszip_2: remove with lib;
This commit is contained in:
@@ -18,11 +18,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
meta = with lib; {
|
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";
|
||||||
homepage = "https://laszip.org";
|
homepage = "https://laszip.org";
|
||||||
license = licenses.lgpl2;
|
license = lib.licenses.lgpl2;
|
||||||
maintainers = [ maintainers.michelk ];
|
maintainers = with lib.maintainers; [ michelk ];
|
||||||
platforms = platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user