flwrap: stdenv -> gcc10Stdenv

This commit is contained in:
Alexander Bantyev 2022-05-29 17:26:07 +04:00
parent 5e081aeaa1
commit 77aab56ca4

View file

@ -26213,7 +26213,7 @@ with pkgs;
fluxus = callPackage ../applications/graphics/fluxus { stdenv = gcc10StdenvCompat; };
flwrap = callPackage ../applications/radio/flwrap { };
flwrap = callPackage ../applications/radio/flwrap { stdenv = gcc10StdenvCompat; };
fluidsynth = callPackage ../applications/audio/fluidsynth {
inherit (darwin.apple_sdk.frameworks) AudioUnit CoreAudio CoreMIDI CoreServices;