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:
parent
74c94d1a35
commit
58b27b5ffe
@ -192,6 +192,7 @@ in mkDerivation rec {
|
|||||||
qrupdate = qrupdate';
|
qrupdate = qrupdate';
|
||||||
arpack = arpack';
|
arpack = arpack';
|
||||||
suitesparse = suitesparse';
|
suitesparse = suitesparse';
|
||||||
|
inherit python;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user