ffado: Use libsForQt5 (not 514)

This commit is contained in:
Doron Behar 2020-10-08 02:08:56 +03:00 committed by Frederik Rietdijk
parent 198e025172
commit 5cbf0c1beb
1 changed files with 1 additions and 1 deletions

View File

@ -17512,7 +17512,7 @@ in
fatrace = callPackage ../os-specific/linux/fatrace { };
ffado = libsForQt514.callPackage ../os-specific/linux/ffado {
ffado = libsForQt5.callPackage ../os-specific/linux/ffado {
inherit (pkgs.linuxPackages) kernel;
};
libffado = ffado;