Skip to content

Commit

Permalink
milkytracker: set cmake sdl variable to fix build
Browse files Browse the repository at this point in the history
ZHF: #80379
  • Loading branch information
fgaz authored and Jon committed Feb 18, 2020
1 parent 327c4b7 commit eb2ab18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/audio/milkytracker/default.nix
Expand Up @@ -16,6 +16,9 @@ stdenv.mkDerivation rec {

buildInputs = [ SDL2 alsaLib libjack2 lhasa perl rtmidi zlib zziplib ];

# Somehow this does not get set automatically
cmakeFlags = [ "-DSDL2MAIN_LIBRARY=${SDL2}/lib/libSDL2.so" ];

meta = with stdenv.lib; {
description = "Music tracker application, similar to Fasttracker II";
homepage = http://milkytracker.org;
Expand Down

0 comments on commit eb2ab18

Please sign in to comment.