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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "sharutils-4.8";
|
name = "sharutils-4.8";
|
||||||
@ -8,6 +8,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "19nlbzwlr93f7bam51rsqyj3z3sd65x32zhwxc9dgdgzcbggncnm";
|
sha256 = "19nlbzwlr93f7bam51rsqyj3z3sd65x32zhwxc9dgdgzcbggncnm";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# GNU Gettext is needed on non-GNU platforms.
|
||||||
|
buildInputs = [ gettext ];
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "GNU Sharutils, tools for remote synchronization and `shell archives'";
|
description = "GNU Sharutils, tools for remote synchronization and `shell archives'";
|
||||||
|
|
||||||
|
@ -1507,7 +1507,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
sharutils = import ../tools/archivers/sharutils {
|
sharutils = import ../tools/archivers/sharutils {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv gettext;
|
||||||
};
|
};
|
||||||
|
|
||||||
shebangfix = import ../tools/misc/shebangfix {
|
shebangfix = import ../tools/misc/shebangfix {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user