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

`nixpkgs` usually omits the assignment for most empty variables.
This commit is contained in:
Sergei Trofimovich 2023-01-16 16:44:13 +00:00
parent 55b5b71fba
commit ea1a841e6f

View file

@ -10,8 +10,6 @@ stdenv.mkDerivation rec {
version = "1.23";
outputs = [ "out" "man" "info" ];
nativeBuildInputs = [ ];
src = fetchurl {
url = "mirror://savannah/lzip/${pname}-${version}.tar.gz";
sha256 = "sha256-R5LAR93xXvKdVbqOaKGiHgy3aS2H7N9yBEGYZFgvKA0=";