nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

lzip: drop no-op nativeBuildInputs = [ ]; assignment

`nixpkgs` usually omits the assignment for most empty variables.

-2
-2
pkgs/tools/compression/lzip/default.nix
··· 10 10 version = "1.23"; 11 11 outputs = [ "out" "man" "info" ]; 12 12 13 - nativeBuildInputs = [ ]; 14 - 15 13 src = fetchurl { 16 14 url = "mirror://savannah/lzip/${pname}-${version}.tar.gz"; 17 15 sha256 = "sha256-R5LAR93xXvKdVbqOaKGiHgy3aS2H7N9yBEGYZFgvKA0=";