konversation: 1.7.5 -> 1.7.7
This commit is contained in:
parent
a942b8d496
commit
4688540ba9
@ -28,25 +28,15 @@
|
|||||||
, phonon
|
, phonon
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
mkDerivation rec {
|
||||||
pname = "konversation";
|
pname = "konversation";
|
||||||
version = "1.7.5";
|
version = "1.7.7";
|
||||||
in mkDerivation rec {
|
|
||||||
name = "${pname}-${version}";
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz";
|
url = "mirror://kde/stable/${pname}/${version}/src/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0h098yhlp36ls6pdvs2r93ig8dv4fys62m0h6wxccprb0qrpbgv0";
|
sha256 = "R+wWHBOFmBqLmdKMQZ6Iskgj3AG2j7FiOJSBiXTCGKc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Delete this patch for konversation > 1.7.5
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://cgit.kde.org/konversation.git/patch/?id=4d0036617becc26a76fd021138c98aceec4c7b53";
|
|
||||||
sha256 = "17hdj6zyln3n93b71by26mrwbgyh4k052ck5iw1drysx5dyd5l6y";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
kbookmarks
|
kbookmarks
|
||||||
karchive
|
karchive
|
||||||
|
@ -21992,7 +21992,7 @@ in
|
|||||||
|
|
||||||
kondo = callPackage ../applications/misc/kondo { };
|
kondo = callPackage ../applications/misc/kondo { };
|
||||||
|
|
||||||
konversation = libsForQt514.callPackage ../applications/networking/irc/konversation { };
|
konversation = libsForQt5.callPackage ../applications/networking/irc/konversation { };
|
||||||
|
|
||||||
kotatogram-desktop = libsForQt514.callPackage ../applications/networking/instant-messengers/telegram/kotatogram-desktop { };
|
kotatogram-desktop = libsForQt514.callPackage ../applications/networking/instant-messengers/telegram/kotatogram-desktop { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user