aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorzeroinformatique2022-11-11 00:29:42 +0100
committerGitHub2022-11-11 00:29:42 +0100
commitddadf9798b7f874aa0a829d55987ec0d105efa6d (patch)
treef208efeec53d97dd53cbd61f6fe4dfe824d8754c /flake.nix
parentbb3b0eae37a7214a3a4a6a1e4354e6f082adf15e (diff)
parent7ae7e904303dd623398495c2d61d1acadfe96fb1 (diff)
downloadldgallery-ddadf9798b7f874aa0a829d55987ec0d105efa6d.tar.gz
Merge pull request #346 from ldgallery/p_compiler_logging
compiler: fix support for non-utf8 terminals, add more steps prints
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 688601c..93d4f2e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 = ":";