Skip to content

Commit

Permalink
stepmania: switch to clangStdenv
Browse files Browse the repository at this point in the history
Stepmania appears to be miscompiled with gcc, fixes NixOS#54227
  • Loading branch information
kyren committed Mar 7, 2019
1 parent 0baa7c9 commit ff6e4b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/stepmania/default.nix
@@ -1,9 +1,9 @@
{ stdenv, lib, fetchFromGitHub, cmake, nasm
{ clangStdenv, lib, fetchFromGitHub, cmake, nasm
, gtk2, glib, ffmpeg, alsaLib, libmad, libogg, libvorbis
, glew, libpulseaudio, udev
}:

stdenv.mkDerivation rec {
clangStdenv.mkDerivation rec {
name = "stepmania-${version}";
version = "5.0.12";

Expand Down

0 comments on commit ff6e4b4

Please sign in to comment.