]> gitweb.factorcode.org Git - factor.git/commitdiff
shell.nix: Add more runtime dependencies for nixos wrapper
authortimor <timor.dd@googlemail.com>
Sat, 21 Nov 2020 11:20:07 +0000 (12:20 +0100)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 23 Feb 2021 16:58:30 +0000 (08:58 -0800)
Required for vocabs:
- ogg
- ogg.vorbis
- compression.zlib.ffi

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