2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 4
4
fetchurl ,
5
5
extra-cmake-modules ,
6
6
kdoctools ,
7
- wrapGAppsHook3 ,
8
7
karchive ,
9
8
kconfig ,
10
9
kcrash ,
11
10
kguiaddons ,
12
- kinit ,
13
11
kparts ,
14
12
kwindowsystem ,
13
+ cmake ,
14
+ wrapQtAppsHook ,
15
+ qt5compat ,
16
+ kstatusnotifieritem ,
15
17
} :
16
18
17
19
stdenv . mkDerivation rec {
18
20
pname = "krusader" ;
19
- version = "2.8.1 " ;
21
+ version = "2.9.0 " ;
20
22
21
23
src = fetchurl {
22
- url = "mirror://kde/stable/${ pname } /${ version } /${ pname } -${ version } .tar.xz" ;
23
- hash = "sha256-N78gRRnQqxukCWSvAnQbwijxHpfyjExRjKBdNY3xgoM =" ;
24
+ url = "mirror://kde/stable/krusader /${ version } /krusader -${ version } .tar.xz" ;
25
+ hash = "sha256-ybeb+t5sxp/g40Hs75Mvysiv2f6U6MvPvXKf61Q5TgQ =" ;
24
26
} ;
25
27
26
- patches = [
27
- # Fix compilation error due to forceful header include
28
- ./compat-fix.patch
29
- ] ;
30
-
31
28
nativeBuildInputs = [
29
+ cmake
32
30
extra-cmake-modules
33
31
kdoctools
34
- wrapGAppsHook3
32
+ wrapQtAppsHook
35
33
] ;
36
34
37
35
propagatedBuildInputs = [
38
36
karchive
39
37
kconfig
40
38
kcrash
41
39
kguiaddons
42
- kinit
43
40
kparts
44
41
kwindowsystem
42
+ qt5compat
43
+ kstatusnotifieritem
45
44
] ;
46
45
47
46
meta = {
Original file line number Diff line number Diff line change @@ -1480,7 +1480,7 @@ with pkgs;
1480
1480
inherit (libsForQt5) libqtpas wrapQtAppsHook;
1481
1481
};
1482
1482
1483
- krusader = libsForQt5 .callPackage ../applications/file-managers/krusader { };
1483
+ krusader = kdePackages .callPackage ../applications/file-managers/krusader { };
1484
1484
1485
1485
mc = callPackage ../applications/file-managers/mc {
1486
1486
inherit (darwin) autoSignDarwinBinariesHook;
0 commit comments