Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- with import <nixpkgs> {}; # bring all of Nixpkgs into scope
- stdenv.mkDerivation rec {
- name = "VCMI";
- version = "0.99";
- src = fetchgit {
- url = "https://github.com/vcmi/vcmi";
- rev = "83094faf8ecd47145326d68a1547eeb5f3c39705";
- sha256 = "1ghx5qf8jya409fpnwfvbn4hrhwk5hgpmxvwgswwdpi4l8fhfa13";
- };
- nativeBuildInputs = [ cmake pkgconfig SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib libav boost minizip libsForQt5.qwt ];
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement