Merge pull request #231699 from wegank/unixtools-darwin
column, locale: don't import from netbsd on darwin
This commit is contained in:
commit
6581fc2e11
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ let
|
|||
};
|
||||
column = {
|
||||
linux = pkgs.util-linux;
|
||||
darwin = pkgs.netbsd.column;
|
||||
darwin = pkgs.darwin.text_cmds;
|
||||
};
|
||||
eject = {
|
||||
linux = pkgs.util-linux;
|
||||
|
@ -106,7 +106,7 @@ let
|
|||
};
|
||||
locale = {
|
||||
linux = pkgs.glibc;
|
||||
darwin = pkgs.netbsd.locale;
|
||||
darwin = pkgs.darwin.adv_cmds;
|
||||
};
|
||||
logger = {
|
||||
linux = pkgs.util-linux;
|
||||
|
|
Loading…
Reference in a new issue