Skip to content

Commit

Permalink
Merge pull request #211111 from trofi/lzip-no-op-cleanup
Browse files Browse the repository at this point in the history
lzip: drop no-op nativeBuildInputs = [ ]; assignment
  • Loading branch information
trofi authored Jan 16, 2023
2 parents 55b5b71 + ea1a841 commit 532346c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/tools/compression/lzip/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
Expand Down

0 comments on commit 532346c

Please sign in to comment.