rhythmbox: 3.4.6 → 3.4.7
https://gitlab.gnome.org/GNOME/rhythmbox/-/compare/v3.4.6...v3.4.7
This commit is contained in:
parent
6236e0cbdf
commit
9c373c07ec
1 changed files with 5 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
, glib
|
||||
, gtk3
|
||||
, libpeas
|
||||
, libsoup
|
||||
, libsoup_3
|
||||
, libxml2
|
||||
, libsecret
|
||||
, libnotify
|
||||
|
@ -36,11 +36,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rhythmbox";
|
||||
version = "3.4.6";
|
||||
version = "3.4.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "+VaCEM5V5BHpKcj7leERohHb0ZzEf1ePKRxdMZtesDQ=";
|
||||
sha256 = "L21WwT/BpkxTT1AHiPtIKTbOVHs0PtkMZ94fK84M+n4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [
|
||||
python3
|
||||
libsoup
|
||||
libsoup_3
|
||||
libxml2
|
||||
tdb
|
||||
json-glib
|
||||
|
@ -92,6 +92,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
mesonFlags = [
|
||||
"-Ddaap=enabled"
|
||||
"-Dtests=disabled"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue