We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea454c commit 0fe619aCopy full SHA for 0fe619a
pkgs/kde/gear/falkon/default.nix
@@ -5,20 +5,10 @@
5
qtwebengine,
6
qttools,
7
python3Packages,
8
- fetchpatch,
9
}:
10
mkKdeDerivation {
11
pname = "falkon";
12
13
- # Fix crash on startup
14
- # FIXME: remove in 25.04.1
15
- patches = [
16
- (fetchpatch {
17
- url = "https://invent.kde.org/network/falkon/-/commit/31ba9472369256804400a2db36b3dca3b4be2d73.patch";
18
- hash = "sha256-jLJjL4Bp03aZfM/OPXZzgL56T0C/2hHSzNERpbTitzw=";
19
- })
20
- ];
21
-
22
extraNativeBuildInputs = [
23
qttools
24
qtwebchannel
0 commit comments