mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 02:39:45 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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