octave: Remove version from passthru
It's already defined in the derivation.
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user