mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #199110 from NickCao/amarok
amarok: build with openssl 3.0
This commit is contained in:
commit
f43a8d14d8
1 changed files with 1 additions and 1 deletions
|
@ -27137,7 +27137,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 { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue