diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -123,8 +123,6 @@ | |||
123 | src = ./example; | 123 | src = ./example; |
124 | nativeBuildInputs = [ ldgallery ]; | 124 | nativeBuildInputs = [ ldgallery ]; |
125 | buildPhase = '' | 125 | buildPhase = '' |
126 | # Need UTF-8: https://github.com/ldgallery/ldgallery/issues/341 | ||
127 | export LC_ALL=C.UTF-8 | ||
128 | ldgallery --input-dir src --output-dir $out --with-viewer | 126 | ldgallery --input-dir src --output-dir $out --with-viewer |
129 | ''; | 127 | ''; |
130 | installPhase = ":"; | 128 | installPhase = ":"; |