zua: add SDL2

This commit is contained in:
Emery Hemingway 2023-04-02 15:44:02 -05:00
parent 4fb4ccb3f5
commit 352dcec33c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
});
in mkShell { packages = [ libnl' pkg-config ]; };
nix_actor = mkShell { packages = [ boost nix pkg-config ]; };
zua = mkShell { packages = [ fontconfig pkg-config ]; };
zua = mkShell { packages = [ fontconfig pkg-config SDL2 ]; };
}) nixpkgs.legacyPackages;
};