Merge pull request #273424 from wegank/flwrap-stdenv
flwrap: remove stdenv override
This commit is contained in:
commit
608788958e
1 changed files with 1 additions and 1 deletions
|
@ -31601,7 +31601,7 @@ with pkgs;
|
|||
|
||||
fluxus = callPackage ../applications/graphics/fluxus { stdenv = gcc10StdenvCompat; };
|
||||
|
||||
flwrap = callPackage ../applications/radio/flwrap { stdenv = gcc10StdenvCompat; };
|
||||
flwrap = callPackage ../applications/radio/flwrap { };
|
||||
|
||||
fluidsynth = callPackage ../applications/audio/fluidsynth {
|
||||
inherit (darwin.apple_sdk.frameworks) AppKit AudioUnit CoreAudio CoreMIDI CoreServices;
|
||||
|
|
Loading…
Reference in a new issue