mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
kobodeluxe: fix build
This commit is contained in:
parent
192d7a4cba
commit
ddcf259c2d
@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, SDL, SDL_image} :
|
||||
{stdenv, fetchurl, SDL, SDL_image, mesa} :
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "kobodeluxe-0.5.1";
|
||||
@ -7,7 +7,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "0f7b910a399d985437564af8c5d81d6dcf22b96b26b01488d72baa6a6fdb5c2c";
|
||||
};
|
||||
|
||||
buildInputs = [ SDL SDL_image];
|
||||
buildInputs = [ SDL SDL_image mesa ];
|
||||
|
||||
prePatch = ''
|
||||
sed -e 's/char \*tok/const char \*tok/' -i graphics/window.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user