* Cleanup: remove obsolete references to ‘xz’, which is in stdenv now.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31678
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{fetchurl, stdenv, acl, openssl, libxml2, attr, zlib, bzip2, xz, e2fsprogs
|
||||
{fetchurl, stdenv, acl, openssl, libxml2, attr, zlib, bzip2, e2fsprogs
|
||||
, sharutils}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "16095d15334b3c8dbb02db5af3d415f12c1c3bdd4eb43af7bbc36ab7572c0b7a";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [libxml2 zlib bzip2 xz openssl] ++
|
||||
propagatedBuildInputs = [libxml2 zlib bzip2 openssl] ++
|
||||
(if stdenv.isLinux then [e2fsprogs attr acl] else []);
|
||||
|
||||
buildInputs = [sharutils];
|
||||
|
||||
Reference in New Issue
Block a user