Skip to content

Commit

Permalink
octave-packages: use recurseIntoAttrs in all-packages.nix
Browse files Browse the repository at this point in the history
This way, there is no messy passing of packages to define
octavePackages in all-packages.nix.
  • Loading branch information
KarlJoad committed Jan 7, 2021
1 parent 0faf68f commit e1c449e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10735,11 +10735,7 @@ in
overridePlatforms = ["x86_64-linux" "x86_64-darwin"];
};

octavePackages = callPackage ./octave-packages.nix {
lapack = lapack;
blas = blas;
jdk = jdk8;
};
octavePackages = recurseIntoAttrs octave.pkgs;

ocropus = callPackage ../applications/misc/ocropus { };

Expand Down

0 comments on commit e1c449e

Please sign in to comment.