Update default.nix

This commit is contained in:
Anderson Torres 2020-04-08 15:49:46 -03:00 committed by GitHub
parent 4a68f9de50
commit 1bfdc132e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ SDL2 ];
enableParallelBuild = true;
meta = {
description = "An open-source Atari 2600 VCS emulator";