mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
Avoid with lib;
at the top level in pkgs/top-level/octave-packages.nix
This commit is contained in:
parent
f23c28ca41
commit
5aa9130a69
@ -19,7 +19,15 @@
|
||||
, octave
|
||||
}:
|
||||
|
||||
with lib;
|
||||
let
|
||||
inherit (lib)
|
||||
catAttrs
|
||||
concatLists
|
||||
filter
|
||||
makeScope
|
||||
unique
|
||||
;
|
||||
in
|
||||
|
||||
makeScope newScope (self:
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user