Upgrade dmtcp to version 1.1.8

svn path=/nixpkgs/trunk/; revision=22933
This commit is contained in:
Marco Maggesi 2010-08-03 17:39:12 +00:00
parent a993d5190a
commit 8dca34b5ed
2 changed files with 3 additions and 7 deletions

View file

@ -4,7 +4,7 @@
let let
pname = "dmtcp"; pname = "dmtcp";
version = "1.1.4"; version = "1.1.8";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
@ -12,7 +12,7 @@ stdenv.mkDerivation {
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}_${version}.tar.gz"; url = "mirror://sourceforge/${pname}/${pname}_${version}.tar.gz";
sha256 = "0asqzndy4is285rmd1dw406ar3wkfaaw9ivyrmhx2w5lwf4gl7sk"; sha256 = "05klyml5maw3f5rxl3i20fqyvpmx69bh09h7a48y19q3r4nqd8f2";
}; };
buildInputs = [ perl python ]; buildInputs = [ perl python ];

View file

@ -4268,8 +4268,6 @@ let
dmtcp = callPackage ../os-specific/linux/dmtcp { }; dmtcp = callPackage ../os-specific/linux/dmtcp { };
dmtcp_devel = callPackage ../os-specific/linux/dmtcp/devel.nix { };
dietlibc = callPackage ../os-specific/linux/dietlibc { dietlibc = callPackage ../os-specific/linux/dietlibc {
# Dietlibc 0.30 doesn't compile on PPC with GCC 4.1, bus GCC 3.4 works. # Dietlibc 0.30 doesn't compile on PPC with GCC 4.1, bus GCC 3.4 works.
stdenv = if stdenv.system == "powerpc-linux" then overrideGCC stdenv gcc34 else stdenv; stdenv = if stdenv.system == "powerpc-linux" then overrideGCC stdenv gcc34 else stdenv;
@ -6671,9 +6669,7 @@ let
hol_light = callPackage ../applications/science/logic/hol_light { }; hol_light = callPackage ../applications/science/logic/hol_light { };
hol_light_binaries = callPackage ../applications/science/logic/hol_light/binaries.nix { hol_light_binaries = callPackage ../applications/science/logic/hol_light/binaries.nix { };
dmtcp = dmtcp_devel;
};
# This is a special version of OCaml handcrafted especially for # This is a special version of OCaml handcrafted especially for
# hol_light it should be merged with the current expresion for ocaml # hol_light it should be merged with the current expresion for ocaml