0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

amarok: build with openssl 3.0

This commit is contained in:
Nick Cao 2022-11-02 13:35:23 +08:00
parent 608eb68fd8
commit a23b67add1
No known key found for this signature in database

View file

@ -27133,7 +27133,7 @@ with pkgs;
msgviewer = callPackage ../applications/networking/mailreaders/msgviewer { };
amarok = libsForQt5_openssl_1_1.callPackage ../applications/audio/amarok { };
amarok = libsForQt5.callPackage ../applications/audio/amarok { };
amarok-kf5 = amarok; # for compatibility
amfora = callPackage ../applications/networking/browsers/amfora { };