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

main
Kat Inskip 2 years ago committed by GitHub
parent 92f58b6728
commit d49d68f419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/home-environment.nix

@ -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##*/}"

Loading…
Cancel
Save