Skip to content

Commit

Permalink
octave-modules: packages inherit same bins/libs that octave uses
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlJoad committed Jan 6, 2021
1 parent dd18a6d commit c5fbd61
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkgs/development/interpreters/octave/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,11 @@ let
inherit pkgs;
inherit (pkgs) lib stdenv fetchurl newScope;
octave = self;
lapack = pkgs.lapack;
blas = pkgs.blas;
gfortran = pkgs.gfortran;
inherit blas lapack gfortran texinfo gnuplot;
autoreconfHook = pkgs.autoreconfHook;
python3 = pkgs.python3;
python3Packages = pkgs.python3Packages;
jdk = jdk;
gnuplot = pkgs.gnuplot;
texinfo = pkgs.texinfo;
nettle = pkgs.nettle;
};

Expand Down

0 comments on commit c5fbd61

Please sign in to comment.