emulationstation: fix build by using gcc5
This commit is contained in:
parent
45cf0b0da4
commit
d95cc52d14
@ -19311,7 +19311,9 @@ with pkgs;
|
||||
|
||||
ekiga = newScope pkgs.gnome2 ../applications/networking/instant-messengers/ekiga { };
|
||||
|
||||
emulationstation = callPackage ../misc/emulators/emulationstation { };
|
||||
emulationstation = callPackage ../misc/emulators/emulationstation {
|
||||
stdenv = overrideCC stdenv gcc5;
|
||||
};
|
||||
|
||||
electricsheep = callPackage ../misc/screensavers/electricsheep { };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user