crrcsim: build with gcc6

This commit is contained in:
Samuel Leathers
2017-09-01 08:56:30 -04:00
parent 86e6e8016d
commit 6bc775cdf6
2 changed files with 17 additions and 0 deletions
+4
View File
@@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
mesa SDL SDL_mixer plib libjpeg
];
patches = [
./gcc6.patch
];
meta = {
description = "A model-airplane flight simulator";
maintainers = with stdenv.lib.maintainers; [ raskin the-kenny ];