octave: Remove version from passthru
It's already defined in the derivation.
This commit is contained in:
parent
247cf9f283
commit
74c94d1a35
@ -186,7 +186,6 @@ in mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit version;
|
|
||||||
sitePath = "share/octave/${version}/site";
|
sitePath = "share/octave/${version}/site";
|
||||||
blas = blas';
|
blas = blas';
|
||||||
lapack = lapack';
|
lapack = lapack';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user