home-manager: Fix cross-compiles, fixes #2675 (#2893)

This commit is contained in:
Kat Inskip 2022-04-15 01:58:15 +01:00 committed by GitHub
parent 92f58b6728
commit d49d68f419
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -617,7 +617,7 @@ in
lib.bash.initHomeManagerLib =
let
domainDir = pkgs.runCommand "hm-modules-messages" {
nativeBuildInputs = [ pkgs.gettext ];
nativeBuildInputs = [ pkgs.buildPackages.gettext ];
} ''
for path in ${./po}/*.po; do
lang="''${path##*/}"