treewide: use pkgs.lndir instead of pkgs.xorg.lndir
Follow the change in nixpkgs.
This commit is contained in:
parent
bbccee8713
commit
332027bc0a
2 changed files with 2 additions and 3 deletions
|
|
@ -291,7 +291,7 @@ in
|
|||
home-files =
|
||||
pkgs.runCommandLocal "home-manager-files"
|
||||
{
|
||||
nativeBuildInputs = [ pkgs.xorg.lndir ];
|
||||
nativeBuildInputs = [ pkgs.lndir ];
|
||||
}
|
||||
(
|
||||
''
|
||||
|
|
|
|||
|
|
@ -64,9 +64,8 @@ let
|
|||
# Needed by pretty much all tests that have anything to do with fish.
|
||||
babelfish
|
||||
fish
|
||||
lndir
|
||||
;
|
||||
|
||||
xorg = super.xorg.overrideScope (self: super: { inherit (pkgs.xorg) lndir; });
|
||||
};
|
||||
|
||||
outer =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue