lol

schismtracker: use python3

+2 -2
+2 -2
pkgs/applications/audio/schismtracker/default.nix
··· 3 3 , fetchFromGitHub 4 4 , autoreconfHook 5 5 , alsa-lib 6 - , python 6 + , python3 7 7 , SDL 8 8 }: 9 9 ··· 21 21 configureFlags = [ "--enable-dependency-tracking" ] 22 22 ++ lib.optional stdenv.isDarwin "--disable-sdltest"; 23 23 24 - nativeBuildInputs = [ autoreconfHook python ]; 24 + nativeBuildInputs = [ autoreconfHook python3 ]; 25 25 26 26 buildInputs = [ SDL ] ++ lib.optional stdenv.isLinux alsa-lib; 27 27