GNU Sharutils: Pass `gettext'; run the test suite.
svn path=/nixpkgs/trunk/; revision=20164
This commit is contained in:
parent
7abc6a6b7d
commit
913503155a
@ -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'";
|
||||
|
||||
|
@ -1507,7 +1507,7 @@ let
|
||||
};
|
||||
|
||||
sharutils = import ../tools/archivers/sharutils {
|
||||
inherit fetchurl stdenv;
|
||||
inherit fetchurl stdenv gettext;
|
||||
};
|
||||
|
||||
shebangfix = import ../tools/misc/shebangfix {
|
||||
|
Loading…
Reference in New Issue
Block a user