GNU Sharutils: Pass `gettext'; run the test suite.

svn path=/nixpkgs/trunk/; revision=20164
This commit is contained in:
Ludovic Courtès 2010-02-22 09:52:39 +00:00
parent 7abc6a6b7d
commit 913503155a
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl }:
{ stdenv, fetchurl, gettext }:
stdenv.mkDerivation rec {
name = "sharutils-4.8";
@ -8,6 +8,11 @@ stdenv.mkDerivation rec {
sha256 = "19nlbzwlr93f7bam51rsqyj3z3sd65x32zhwxc9dgdgzcbggncnm";
};
# GNU Gettext is needed on non-GNU platforms.
buildInputs = [ gettext ];
doCheck = true;
meta = {
description = "GNU Sharutils, tools for remote synchronization and `shell archives'";

View File

@ -1507,7 +1507,7 @@ let
};
sharutils = import ../tools/archivers/sharutils {
inherit fetchurl stdenv;
inherit fetchurl stdenv gettext;
};
shebangfix = import ../tools/misc/shebangfix {