files: reference lndir through xorg
The xlibs attribute set is deprecated and is an alias for xorg. PR #1304
This commit is contained in:
parent
85748171ec
commit
3b33862b04
|
@ -257,7 +257,7 @@ in
|
||||||
home-files = pkgs.runCommand
|
home-files = pkgs.runCommand
|
||||||
"home-manager-files"
|
"home-manager-files"
|
||||||
{
|
{
|
||||||
nativeBuildInputs = [ pkgs.xlibs.lndir ];
|
nativeBuildInputs = [ pkgs.xorg.lndir ];
|
||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
allowSubstitutes = false;
|
allowSubstitutes = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue