Merging from trunk. I resolved some conflicts; I hope that well.

svn path=/nixpkgs/branches/stdenv-updates/; revision=24429
This commit is contained in:
Lluís Batlle i Rossell
2010-10-23 14:52:21 +00:00
221 changed files with 3452 additions and 1129 deletions
+6 -5
View File
@@ -1,17 +1,18 @@
{ stdenv, fetchurl, texinfo }:
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "mtools-4.0.13";
name = "mtools-4.0.15";
src = fetchurl {
url = "mirror://gnu/mtools/${name}.tar.bz2";
sha256 = "1nj7lc2q1g66l3ma8z1c95nglf9himnr6k85b5rry99f9za7npbg";
sha256 = "169qjy3fmmhxiy0jljh84jvjh8mh1p8gglwqgjhq7hbw235fy399";
};
buildInputs = [ texinfo ];
doCheck = true;
meta = {
homepage = http://www.gnu.org/software/mtools/;
description = "Utilities to access MS-DOS disks without mounting them";
description = "GNU mtools, utilities to access MS-DOS disks";
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
};
}
@@ -13,5 +13,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://fuse.sourceforge.net/sshfs.html;
description = "FUSE-based filesystem that allows remote filesystems to be mounted over SSH";
platforms = stdenv.lib.platforms.linux;
};
}