hybridreverb2: build with gcc8
The bundled JUCE library fails to build with gcc9.
This commit is contained in:
parent
34a69b9aec
commit
00c0eb0026
@ -3961,7 +3961,9 @@ in
|
||||
|
||||
hwinfo = callPackage ../tools/system/hwinfo { };
|
||||
|
||||
hybridreverb2 = callPackage ../applications/audio/hybridreverb2 { };
|
||||
hybridreverb2 = callPackage ../applications/audio/hybridreverb2 {
|
||||
stdenv = gcc8Stdenv;
|
||||
};
|
||||
|
||||
hylafaxplus = callPackage ../servers/hylafaxplus { };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user