Merge pull request #234685 from aanderse/zhf/flirc

flirc: lock readline to 6.x version as required
This commit is contained in:
Aaron Andersen 2023-05-30 07:57:43 -04:00 committed by GitHub
commit 29514a2b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3408,7 +3408,9 @@ with pkgs;
flavours = callPackage ../applications/misc/flavours { };
flirc = libsForQt5.callPackage ../applications/video/flirc { };
flirc = libsForQt5.callPackage ../applications/video/flirc {
readline = readline63;
};
flood = nodePackages.flood;