summary refs log blame commit diff
path: root/pkgs/applications/kde/kpublictransport.nix
blob: fbfd3fcc8a465eee340318d628b0e9692ba98201 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                              
{ mkDerivation
, lib
, extra-cmake-modules
}:

mkDerivation {
  pname = "kpublictransport";
  meta = with lib; {
    license = [ licenses.cc0 ];
    maintainers = [ maintainers.samueldr ];
  };
  nativeBuildInputs = [ extra-cmake-modules ];
}