summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2025-12-05 15:35:38 +0100
committerMalte Voos <git@mal.tc>2025-12-05 15:43:58 +0100
commitc347b6133365dcf1b7da4e77890b20d04d6cfba4 (patch)
treec83aac6f7d1e6edc57e607f01e5d3eeee8da4a0e /flake.nix
parent652b1c2a0ce7db4885ebc51f7f09133a43401442 (diff)
downloadlleap-main.tar.gz
lleap-main.zip
implement machine translation; various fixes and refactorings HEAD main
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index af7d9f5..5469f03 100644
--- a/flake.nix
+++ b/flake.nix
@@ -52,6 +52,7 @@
           ];
 
           buildInputs = with pkgs; [
+            openssl
             gtk4
             libadwaita
             ffmpeg_8-full.dev