mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
GNU mtools 4.0.16.
svn path=/nixpkgs/trunk/; revision=27045
This commit is contained in:
parent
159fead4c5
commit
163c51f299
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mtools-4.0.15";
|
||||
name = "mtools-4.0.16";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/mtools/${name}.tar.bz2";
|
||||
sha256 = "169qjy3fmmhxiy0jljh84jvjh8mh1p8gglwqgjhq7hbw235fy399";
|
||||
sha256 = "1m9fml46f86p30x24836x7sb7gwm5w0g4br06yfkjhnihrvk77kw";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
@ -14,5 +14,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.gnu.org/software/mtools/;
|
||||
description = "GNU mtools, utilities to access MS-DOS disks";
|
||||
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue