mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
lzip: enable structuredAttrs (#551449)
This commit is contained in:
@@ -40,6 +40,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
enableParallelBuilding = true;
|
||||
strictDeps = true;
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
meta = {
|
||||
homepage = "https://www.nongnu.org/lzip/lzip.html";
|
||||
description = "Lossless data compressor based on the LZMA algorithm";
|
||||
|
||||
Reference in New Issue
Block a user