* Test xz in stdenv.

svn path=/nixpkgs/branches/stdenv-updates/; revision=30983
This commit is contained in:
Eelco Dolstra 2011-12-20 13:05:51 +00:00
parent b9c26c72ba
commit ff2f4827b4

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, xz, perl }: { stdenv, fetchurl, perl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "strace-4.6"; name = "strace-4.6";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "12n2faqq7whmszpjhv2lcb06r7900j53p0zl7vipi18inr0smycy"; sha256 = "12n2faqq7whmszpjhv2lcb06r7900j53p0zl7vipi18inr0smycy";
}; };
buildNativeInputs = [ xz perl ]; buildNativeInputs = [ perl ];
meta = { meta = {
homepage = http://strace.sourceforge.net/; homepage = http://strace.sourceforge.net/;