Skip to content

Instantly share code, notes, and snippets.

@jjwatt
Last active July 1, 2024 20:18
Show Gist options
  • Select an option

  • Save jjwatt/c83c02e6903c8ffaf546fe5eb27e7d25 to your computer and use it in GitHub Desktop.

Select an option

Save jjwatt/c83c02e6903c8ffaf546fe5eb27e7d25 to your computer and use it in GitHub Desktop.
tic-80 building on nix
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
# inputsFrom = with pkgs; [ pkgconfig autoconf automake gnumake ];
buildInputs = with pkgs; [
gcc
pkgconfig
autoconf
automake
libtool
pcre
gnumake
SDL2
SDL2_gfx
SDL_image
SDL2_ttf
SDL2_mixer
harfbuzz
curl
gtk3
gtk3-x11
cmake
cmakeCurses
elementary-cmake-modules
extra-cmake-modules
libglvnd
mesa_glu
mesa_glu
freeglut
alsaLib
];
}
@blinry

blinry commented Feb 24, 2024

Copy link
Copy Markdown

Thanks for preparing the package, @winny-! I made a PR to nixpkgs here: NixOS/nixpkgs#291129

@jjwatt

jjwatt commented Jul 1, 2024

Copy link
Copy Markdown
Author

Great work ya'll! I haven't touched it in ages. I'm glad to see it's still going.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment