files: reference lndir through xorg

The xlibs attribute set is deprecated and is an alias for xorg.

PR #1304
This commit is contained in:
zowoq
2020-06-05 15:26:03 +10:00
committed by Robert Helgesson
parent 85748171ec
commit 3b33862b04

View File

@@ -257,7 +257,7 @@ in
home-files = pkgs.runCommand
"home-manager-files"
{
nativeBuildInputs = [ pkgs.xlibs.lndir ];
nativeBuildInputs = [ pkgs.xorg.lndir ];
preferLocalBuild = true;
allowSubstitutes = false;
}