Merge pull request #18050 from womfoo/fix/kobodeluxe-build

kobodeluxe: fix build

authored by Carles Pagès and committed by GitHub c227f665 562027e6

+2 -2
+2 -2
pkgs/games/kobodeluxe/default.nix
··· 1 - {stdenv, fetchurl, SDL, SDL_image} : 1 + {stdenv, fetchurl, SDL, SDL_image, mesa} : 2 2 3 3 stdenv.mkDerivation { 4 4 name = "kobodeluxe-0.5.1"; ··· 7 7 sha256 = "0f7b910a399d985437564af8c5d81d6dcf22b96b26b01488d72baa6a6fdb5c2c"; 8 8 }; 9 9 10 - buildInputs = [ SDL SDL_image]; 10 + buildInputs = [ SDL SDL_image mesa ]; 11 11 12 12 prePatch = '' 13 13 sed -e 's/char \*tok/const char \*tok/' -i graphics/window.cpp