10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 hash = "sha256-I5GTaVWzz0ryGLDSS3rzxp+XFVXZa9hZmgwon/6r83A=";
21 nativeBuildInputs = [ cmake ];
22 buildInputs = [ SDL2 SDL2_mixer libpng ];
25 homepage = "https://github.com/bvschaik/julius";
26 description = "An open source re-implementation of Caesar III";
27 mainProgram = "julius";
28 license = licenses.agpl3Only;
29 maintainers = with maintainers; [ Thra11 ];
30 platforms = platforms.all;
31 broken = stdenv.isDarwin;