Updated nixkpkgs/pkgs/os-specific/linux/dmtcp/devel.nix
svn path=/nixpkgs/trunk/; revision=20116
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# Perl and python are needed in order to run the test suite.
|
# Perl and python are needed in order to run the test suite.
|
||||||
|
|
||||||
let
|
let
|
||||||
revision = "489";
|
revision = "495";
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
url = https://dmtcp.svn.sourceforge.net/svnroot/dmtcp/trunk;
|
url = https://dmtcp.svn.sourceforge.net/svnroot/dmtcp/trunk;
|
||||||
rev = revision;
|
rev = revision;
|
||||||
sha256 = "c21d38888553a50f401e1e49dec646b574f2014121e1186949f909c51e4911ed";
|
sha256 = "25991cc079942c51fc3cf279b24ef481810cfa0305c8a92f215711d4308a40f7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ perl python ];
|
buildInputs = [ perl python ];
|
||||||
|
|||||||
Reference in New Issue
Block a user