]> git.lizzy.rs Git - nothing.git/blobdiff - default.nix
Merge pull request #617 from pi-pi3/superfluous-defun
[nothing.git] / default.nix
index 7eb4ee0b6d44e5f4db4af34f1e09078b9ccacad6..cf19de33b5ce7ba7bf55fbfa0539376b52f3d7c9 100644 (file)
@@ -5,7 +5,6 @@ with import <nixpkgs> {}; {
                         gcc
                         SDL2
                         SDL2_mixer
-                        mesa
                         pkgconfig
                         cmake
                         valgrind
@@ -13,6 +12,5 @@ with import <nixpkgs> {}; {
                         inotifyTools
                         python3
                       ];
-        LD_LIBRARY_PATH="${mesa}/lib";
     };
 }