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';
|
||||
arpack = arpack';
|
||||
suitesparse = suitesparse';
|
||||
inherit python;
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user