* Added the GNU diffutils.
svn path=/nixpkgs/trunk/; revision=312
This commit is contained in:
13
pkgs/diffutils/diffutils.fix
Normal file
13
pkgs/diffutils/diffutils.fix
Normal file
@@ -0,0 +1,13 @@
|
||||
Package(
|
||||
[ ("name", "diffutils-2.8.1")
|
||||
|
||||
, ("build", Relative("diffutils/diffutils-build.sh"))
|
||||
|
||||
, ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
|
||||
[ ("url", "ftp://ftp.nluug.nl/pub/gnu/diffutils/diffutils-2.8.1.tar.gz")
|
||||
, ("md5", "71f9c5ae19b60608f6c7f162da86a428")
|
||||
]))
|
||||
|
||||
, ("stdenv", IncludeFix("stdenv-linux/stdenv-nativetools.fix"))
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user