]> gitweb.factorcode.org Git - factor.git/blobdiff - shell.nix
shell.nix: Add more runtime dependencies for nixos wrapper
[factor.git] / shell.nix
index b9d4a136b0a5de7de38a88be1e78bbe29c878359..fa19e72dcc63db877971ad7408a7dd09d3976093 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -14,6 +14,9 @@ let
     openssl
     udis86 # available since NixOS 19.09
     openal
+    libogg
+    libvorbis
+    zlib
   ];
   runtimeLibPath = lib.makeLibraryPath runtimeLibs;
 in