flwrap: stdenv -> gcc10Stdenv
This commit is contained in:
parent
5e081aeaa1
commit
77aab56ca4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue