diff options
author | pacien | 2023-02-17 21:30:37 +0100 |
---|---|---|
committer | GitHub | 2023-02-17 21:30:37 +0100 |
commit | a4c0c516dd5b25b404a645f41e5a165e8547c2cb (patch) | |
tree | 62fdc955672f114f1cb240925e63d9d049a9e6fe /flake.nix | |
parent | 1215c5240786d3c64ef1dec5cf8e4b6ad2ec1b01 (diff) | |
parent | d266ee66cf3e366fbeb6d92c03dedff3b7aa3f14 (diff) | |
download | ldgallery-a4c0c516dd5b25b404a645f41e5a165e8547c2cb.tar.gz |
Merge pull request #354 from ldgallery/p_revert_utf8_term_fix
Revert "compiler: fix support for non-utf8 terminals"
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 = ":"; |