purePackages.octave: Use octaveHg

Pure's Octave package compiles but crashes with Octave 4.2 due to an
upstream bug which is fixed in mercurial.
This commit is contained in:
Alastair Pharo
2017-04-09 21:54:39 +10:00
parent 813eb41cf6
commit 68c56c46fb
2 changed files with 5 additions and 3 deletions
@@ -19,7 +19,9 @@ stdenv.mkDerivation rec {
description = "An Octave module for the Pure programming language";
homepage = http://puredocs.bitbucket.org/pure-octave.html;
license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.linux;
# This is set to none for now because it does not work with the
# current stable version of Octave.
platforms = stdenv.lib.platforms.none;
maintainers = with stdenv.lib.maintainers; [ asppsa ];
};
}