Avoid with lib;
at the top level in pkgs/top-level/octave-packages.nix
This commit is contained in:
parent
f23c28ca41
commit
5aa9130a69
1 changed files with 9 additions and 1 deletions
|
@ -19,7 +19,15 @@
|
|||
, octave
|
||||
}:
|
||||
|
||||
with lib;
|
||||
let
|
||||
inherit (lib)
|
||||
catAttrs
|
||||
concatLists
|
||||
filter
|
||||
makeScope
|
||||
unique
|
||||
;
|
||||
in
|
||||
|
||||
makeScope newScope (self:
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue