tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ktnef: remove kdelibs4support dependency
Thomas Tuegel
4 years ago
0f35ba5a
bf547e3a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
kde
ktnef.nix
+2
-2
pkgs/applications/kde/ktnef.nix
···
1
1
{
2
2
mkDerivation, lib, kdepimTeam,
3
3
extra-cmake-modules, kdoctools,
4
4
-
kcalendarcore, kcalutils, kcontacts, kdelibs4support
4
4
+
kcalendarcore, kcalutils, kcontacts
5
5
}:
6
6
7
7
mkDerivation {
···
12
12
};
13
13
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
14
14
propagatedBuildInputs = [
15
15
-
kcalendarcore kcalutils kcontacts kdelibs4support
15
15
+
kcalendarcore kcalutils kcontacts
16
16
];
17
17
outputs = [ "out" "dev" ];
18
18
}