phonon: 4.9.1 -> 4.10.1
This update fixes also the compilation with Qt 5.11.
This commit is contained in:
parent
a95a38ff3b
commit
5fe81d07ba
@ -6,7 +6,7 @@
|
|||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
v = "4.9.1";
|
v = "4.10.1";
|
||||||
|
|
||||||
soname = if withQt5 then "phonon4qt5" else "phonon";
|
soname = if withQt5 then "phonon4qt5" else "phonon";
|
||||||
buildsystemdir = "share/cmake/${soname}";
|
buildsystemdir = "share/cmake/${soname}";
|
||||||
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kde/stable/phonon/${v}/phonon-${v}.tar.xz";
|
url = "mirror://kde/stable/phonon/${v}/phonon-${v}.tar.xz";
|
||||||
sha256 = "177647r2jqfm32hqcz2nqfqv6v48hn5ab2vc31svba2wz23fkgk7";
|
sha256 = "1dwdw0hm6685psrp7v9frhkhqvsxrbdnm3gw794j5z7g3brqvag5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
Loading…
Reference in New Issue
Block a user