mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
unixtools.more: fix name being more-more-less-679 on darwin
This commit is contained in:
@@ -71,7 +71,7 @@ let
|
||||
|
||||
# more is unavailable in darwin
|
||||
# so we just use less
|
||||
more_compat = runCommand "more-${pkgs.less.name}" { } ''
|
||||
more_compat = runCommand pkgs.less.name { } ''
|
||||
mkdir -p $out/bin
|
||||
ln -s ${pkgs.less}/bin/less $out/bin/more
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user