Falkon: 3.1.0 -> 3.2.0
This commit is contained in:
parent
1d36731a2a
commit
fae4895e11
2 changed files with 3 additions and 11 deletions
|
@ -8,23 +8,15 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "falkon";
|
pname = "falkon";
|
||||||
version = "3.1.0";
|
version = "3.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "KDE";
|
owner = "KDE";
|
||||||
repo = "falkon";
|
repo = "falkon";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1w64slh9wpcfi4v7ds9wci1zvwh0dh787ndpi6hd4kmdgnswvsw7";
|
sha256 = "sha256-esi9YWd1PtQpDBhI1NtWEjZIoMoNUpAF+kQad67mLzE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# fixes build with qt5 5.14
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/KDE/falkon/commit/bbde5c6955c43bc744ed2c4024598495de908f2a.diff";
|
|
||||||
sha256 = "0f7qcddvvdnij3di0acg7jwvwfwyd0xizlav4wccclbj8x7qp5ld";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export NONBLOCK_JS_DIALOGS=true
|
export NONBLOCK_JS_DIALOGS=true
|
||||||
export KDE_INTEGRATION=true
|
export KDE_INTEGRATION=true
|
||||||
|
|
|
@ -28356,7 +28356,7 @@ with pkgs;
|
||||||
|
|
||||||
quiterss = libsForQt514.callPackage ../applications/networking/newsreaders/quiterss {};
|
quiterss = libsForQt514.callPackage ../applications/networking/newsreaders/quiterss {};
|
||||||
|
|
||||||
falkon = libsForQt514.callPackage ../applications/networking/browsers/falkon { };
|
falkon = libsForQt5.callPackage ../applications/networking/browsers/falkon { };
|
||||||
|
|
||||||
quodlibet = callPackage ../applications/audio/quodlibet {
|
quodlibet = callPackage ../applications/audio/quodlibet {
|
||||||
keybinder3 = null;
|
keybinder3 = null;
|
||||||
|
|
Loading…
Reference in a new issue