octave: inherit python in passthru
For in case one day python will be overridden, we'll know which python to use.
This commit is contained in:
@@ -192,6 +192,7 @@ in mkDerivation rec {
|
|||||||
qrupdate = qrupdate';
|
qrupdate = qrupdate';
|
||||||
arpack = arpack';
|
arpack = arpack';
|
||||||
suitesparse = suitesparse';
|
suitesparse = suitesparse';
|
||||||
|
inherit python;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|||||||
Reference in New Issue
Block a user