mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
Merge pull request #58353 from marius851000/clementien
clementine: update to qt5
This commit is contained in:
commit
b4ca0e4b98
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchFromGitHub, fetchpatch, boost, cmake, chromaprint, gettext, gst_all_1, liblastfm
|
||||
, qt4, taglib, fftw, glew, qjson, sqlite, libgpod, libplist, usbmuxd, libmtp
|
||||
, taglib, fftw, glew, qjson, sqlite, libgpod, libplist, usbmuxd, libmtp
|
||||
, libpulseaudio, gvfs, libcdio, libechonest, libspotify, pcre, projectm, protobuf
|
||||
, qca2, pkgconfig, sparsehash, config, makeWrapper, gst_plugins }:
|
||||
|
||||
|
@ -49,7 +49,6 @@ let
|
|||
protobuf
|
||||
qca2
|
||||
qjson
|
||||
qt4
|
||||
sqlite
|
||||
taglib
|
||||
]
|
||||
|
|
|
@ -1947,7 +1947,7 @@ in
|
|||
|
||||
cksfv = callPackage ../tools/networking/cksfv { };
|
||||
|
||||
clementine = callPackage ../applications/audio/clementine {
|
||||
clementine = libsForQt5.callPackage ../applications/audio/clementine {
|
||||
gst_plugins =
|
||||
with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly gst-libav ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue