Merge pull request #61113 from matthewbauer/fix-nethack-qt
nethack-qt: use gcc
This commit is contained in:
commit
cf13cea8fd
1 changed files with 4 additions and 1 deletions
|
@ -21460,7 +21460,10 @@ in
|
|||
|
||||
nethack = callPackage ../games/nethack { };
|
||||
|
||||
nethack-qt = callPackage ../games/nethack { qtMode = true; };
|
||||
nethack-qt = callPackage ../games/nethack {
|
||||
qtMode = true;
|
||||
stdenv = gccStdenv;
|
||||
};
|
||||
|
||||
nethack-x11 = callPackage ../games/nethack { x11Mode = true; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue