forked from mirrors/nixpkgs
lftp: remove unused 'xz' expression argument
xz used to be in buildInputs but was removed in commit
d4d7931a62
(Cleanup: remove obsolete
references to ‘xz’, which is in stdenv).
This commit is contained in:
parent
460ea9e841
commit
3ad289dff9
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, gnutls, pkgconfig, readline, zlib, xz }:
|
||||
{ stdenv, fetchurl, gnutls, pkgconfig, readline, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lftp-4.5.2";
|
||||
|
|
Loading…
Reference in a new issue