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:
Bjørn Forsman 2014-06-23 16:38:05 +02:00
parent 460ea9e841
commit 3ad289dff9

View file

@ -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";