octave: Remove version from passthru

It's already defined in the derivation.
This commit is contained in:
Doron Behar 2020-12-19 10:27:41 +02:00
parent 247cf9f283
commit 74c94d1a35

View file

@ -186,7 +186,6 @@ in mkDerivation rec {
'';
passthru = {
inherit version;
sitePath = "share/octave/${version}/site";
blas = blas';
lapack = lapack';