hybridreverb2: build with gcc8

The bundled JUCE library fails to build with gcc9.
This commit is contained in:
Franz Pletz 2019-11-07 00:01:53 +01:00
parent 34a69b9aec
commit 00c0eb0026
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -3961,7 +3961,9 @@ in
hwinfo = callPackage ../tools/system/hwinfo { }; hwinfo = callPackage ../tools/system/hwinfo { };
hybridreverb2 = callPackage ../applications/audio/hybridreverb2 { }; hybridreverb2 = callPackage ../applications/audio/hybridreverb2 {
stdenv = gcc8Stdenv;
};
hylafaxplus = callPackage ../servers/hylafaxplus { }; hylafaxplus = callPackage ../servers/hylafaxplus { };