]> git.lizzy.rs Git - nothing.git/blobdiff - default.nix
(#408) use stdbool in camera unit
[nothing.git] / default.nix
index 7bb7179d289635df6fa731e0e9bfc9fbd236e46c..c0daa8b152454b6b86f2323849f494dba15f6bc9 100644 (file)
@@ -4,9 +4,14 @@ with import <nixpkgs> {}; {
         buildInputs = [ stdenv
                         gcc
                         SDL2
+                        SDL2_mixer
                         mesa
                         pkgconfig
                         cmake
+                        xqilla
+                        valgrind
+                        racket
+                        inotifyTools
                       ];
         LD_LIBRARY_PATH="${mesa}/lib";
     };