mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
parent
92f58b6728
commit
d49d68f419
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ in
|
||||||
lib.bash.initHomeManagerLib =
|
lib.bash.initHomeManagerLib =
|
||||||
let
|
let
|
||||||
domainDir = pkgs.runCommand "hm-modules-messages" {
|
domainDir = pkgs.runCommand "hm-modules-messages" {
|
||||||
nativeBuildInputs = [ pkgs.gettext ];
|
nativeBuildInputs = [ pkgs.buildPackages.gettext ];
|
||||||
} ''
|
} ''
|
||||||
for path in ${./po}/*.po; do
|
for path in ${./po}/*.po; do
|
||||||
lang="''${path##*/}"
|
lang="''${path##*/}"
|
||||||
|
|
Loading…
Reference in a new issue