nixpkgs/pkgs/applications/kde/libkomparediff2.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
220 B
Nix
Raw Normal View History

{ mkDerivation, extra-cmake-modules, ki18n, kxmlgui, kcodecs, kio }:
2016-07-08 17:36:39 +02:00
mkDerivation {
2020-12-25 00:05:07 +01:00
pname = "libkomparediff2";
nativeBuildInputs = [ extra-cmake-modules ];
propagatedBuildInputs = [ kcodecs ki18n kxmlgui kio ];
2016-07-08 17:36:39 +02:00
}