about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.11/kdeedu/kalzium.nix
blob: 09de79ce1c052d26a21bf5e6dbea86a2dc3bc245 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ kde, kdelibs, facile, ocaml, eigen, openbabel, avogadro, pkgconfig }:
kde {

# TODO: chemical mime data

  buildInputs = [ kdelibs facile ocaml eigen openbabel avogadro ];

  nativeBuildInputs = [ pkgconfig ];

  meta = {
    description = "Periodic Table of Elements";
  };
}