Skip to content

Instantly share code, notes, and snippets.

@arthurmco
Last active November 2, 2021 10:31
Show Gist options
  • Save arthurmco/1e1d3bf1b526f401d717ea1ddb0f1c3f to your computer and use it in GitHub Desktop.
Save arthurmco/1e1d3bf1b526f401d717ea1ddb0f1c3f to your computer and use it in GitHub Desktop.
Familyline nix-build recipe
with import <nixpkgs> {};
runCommand "bash"
{
nativeBuildInputs = with pkgs; [cmake gcc git git-lfs pkgconfig python3];
buildInputs = [
curl
curlpp
SDL2
SDL2_image
libyaml
pango
cairo
glew
libdevil
fmt_7
zlib
tl-expected
glm
nlohmann_json
flatbuffers
flatcc
];
} ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment