2021-02-27 05:10:55 +00:00
|
|
|
with import <nixpkgs> {};
|
|
|
|
stdenv.mkDerivation {
|
|
|
|
name = "visualboyadvance-m";
|
2021-09-07 23:05:31 +00:00
|
|
|
buildInputs = [ ninja cmake gcc nasm gettext pkg-config zip sfml zlib ffmpeg wxGTK31-gtk3 mesa glfw SDL2 gtk3-x11 pcre util-linuxMinimal libselinux libsepol libthai libdatrie xorg.libXdmcp xorg.libXtst libxkbcommon epoxy dbus_libs at-spi2-core ];
|
2021-10-31 05:24:40 +00:00
|
|
|
# WIP: Trying to get this to work on mac nix.
|
|
|
|
# buildInputs = [ ninja cmake gcc nasm gettext pkg-config zip sfml zlib ffmpeg wxmac SDL2 pcre ];
|
2021-02-27 05:10:55 +00:00
|
|
|
}
|