diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -137,6 +137,8 @@ | |||
137 | src = ./example; | 137 | src = ./example; |
138 | nativeBuildInputs = [ ldgallery ]; | 138 | nativeBuildInputs = [ ldgallery ]; |
139 | buildPhase = '' | 139 | buildPhase = '' |
140 | # Need UTF-8: https://github.com/ldgallery/ldgallery/issues/341 | ||
141 | export LC_ALL=C.UTF-8 | ||
140 | ldgallery --input-dir src --output-dir $out --with-viewer | 142 | ldgallery --input-dir src --output-dir $out --with-viewer |
141 | ''; | 143 | ''; |
142 | installPhase = ":"; | 144 | installPhase = ":"; |