mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
* Test xz in stdenv.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30983
This commit is contained in:
parent
b9c26c72ba
commit
ff2f4827b4
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, xz, perl }:
|
||||
{ stdenv, fetchurl, perl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "strace-4.6";
|
||||
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "12n2faqq7whmszpjhv2lcb06r7900j53p0zl7vipi18inr0smycy";
|
||||
};
|
||||
|
||||
buildNativeInputs = [ xz perl ];
|
||||
buildNativeInputs = [ perl ];
|
||||
|
||||
meta = {
|
||||
homepage = http://strace.sourceforge.net/;
|
||||
|
Loading…
Reference in New Issue
Block a user