summary refs log tree commit diff
path: root/pkgs/applications/audio/amarok
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-12-28 01:11:37 +0100
committerRobin Gloster <mail@glob.in>2017-12-29 02:18:35 +0100
commitc288c843e781446d87fa66a710b1d6d23ca2da77 (patch)
treec0045caf4ca4f3141d2ff836784f2bf5fd1dd47d /pkgs/applications/audio/amarok
parentaa8658d496aff2b79f2ef78bcf13781573c8a489 (diff)
downloadnixpkgs-c288c843e781446d87fa66a710b1d6d23ca2da77.tar
nixpkgs-c288c843e781446d87fa66a710b1d6d23ca2da77.tar.gz
nixpkgs-c288c843e781446d87fa66a710b1d6d23ca2da77.tar.bz2
nixpkgs-c288c843e781446d87fa66a710b1d6d23ca2da77.tar.lz
nixpkgs-c288c843e781446d87fa66a710b1d6d23ca2da77.tar.xz
nixpkgs-c288c843e781446d87fa66a710b1d6d23ca2da77.tar.zst
nixpkgs-c288c843e781446d87fa66a710b1d6d23ca2da77.zip
amarok{,-kf5}: use mysql.server.static for libmysqld
Diffstat (limited to 'pkgs/applications/audio/amarok')
-rw-r--r--pkgs/applications/audio/amarok/kf5.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/audio/amarok/kf5.nix b/pkgs/applications/audio/amarok/kf5.nix
index a96aa3ed65d..a4ac2943bfb 100644
--- a/pkgs/applications/audio/amarok/kf5.nix
+++ b/pkgs/applications/audio/amarok/kf5.nix
@@ -3,7 +3,7 @@
 , qca-qt5, qjson, qtscript, qtwebkit
 , kcmutils, kconfig, kdelibs4support, kdnssd, kinit, knewstuff, knotifyconfig, ktexteditor
 , phonon, plasma-framework, threadweaver
-, curl, ffmpeg, gdk_pixbuf, libaio, libmtp, loudmouth, lzo, lz4, mariadb, pcre, snappy, taglib, taglib_extras
+, curl, ffmpeg, gdk_pixbuf, libaio, libmtp, loudmouth, lzo, lz4, mysql57, pcre, snappy, taglib, taglib_extras
 }:
 
 let
@@ -26,7 +26,8 @@ in mkDerivation {
     qca-qt5 qjson qtscript qtwebkit
     kcmutils kconfig kdelibs4support kdnssd kinit knewstuff knotifyconfig ktexteditor
     phonon plasma-framework threadweaver
-    curl ffmpeg gdk_pixbuf libaio libmtp loudmouth lz4 lzo mariadb pcre snappy taglib taglib_extras
+    curl ffmpeg gdk_pixbuf libaio libmtp loudmouth lz4 lzo mysql57.server mysql57.server.static
+    pcre snappy taglib taglib_extras
   ];
   enableParallelBuilding = true;