1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 00:18:30 +02: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:
zowoq 2020-06-05 15:26:03 +10:00 committed by Robert Helgesson
parent 85748171ec
commit 3b33862b04
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

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;
}