clementine: remove boost version override

This commit is contained in:
Orivej Desh
2017-11-16 16:15:57 +00:00
parent dc8857efbe
commit 0b87f3de03
-1
View File
@@ -1408,7 +1408,6 @@ with pkgs;
cksfv = callPackage ../tools/networking/cksfv { };
clementine = callPackage ../applications/audio/clementine {
boost = boost155;
gst_plugins =
with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly gst-libav ];
};