Revert revision 24602. diffutils is part of stdenv and shouldn't have
been modified in trunk. svn path=/nixpkgs/trunk/; revision=24609
This commit is contained in:
parent
027f42695c
commit
ffebdb77c3
@ -2,24 +2,17 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "diffutils-2.8.1";
|
name = "diffutils-2.8.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://gnu/diffutils/diffutils-2.8.1.tar.gz;
|
url = mirror://gnu/diffutils/diffutils-2.8.1.tar.gz;
|
||||||
md5 = "71f9c5ae19b60608f6c7f162da86a428";
|
md5 = "71f9c5ae19b60608f6c7f162da86a428";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
|
||||||
configureFlags="--infodir=$out/share/info --mandir=$out/share/man"
|
|
||||||
'';
|
|
||||||
|
|
||||||
/* If no explicit coreutils is given, use the one from stdenv. */
|
/* If no explicit coreutils is given, use the one from stdenv. */
|
||||||
buildInputs = [coreutils];
|
buildInputs = [coreutils];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.gnu.org/software/diffutils/diffutils.html;
|
homepage = http://www.gnu.org/software/diffutils/diffutils.html;
|
||||||
description = "Commands for showing the differences between files (diff, cmp, etc.)";
|
description = "Commands for showing the differences between files (diff, cmp, etc.)";
|
||||||
|
|
||||||
platforms = stdenv.lib.platforms.all;
|
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user