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 = { passthru = {
inherit version;
sitePath = "share/octave/${version}/site"; sitePath = "share/octave/${version}/site";
blas = blas'; blas = blas';
lapack = lapack'; lapack = lapack';