nixpkgs/pkgs/desktops/kde-4.8/kdeedu/analitza.nix
Yury G. Kudryashov 1f0c154676 Make test-eval-release happy
svn path=/nixpkgs/trunk/; revision=31389
2012-01-07 00:02:36 +00:00

9 lines
137 B
Nix

{ kde, kdelibs, readline }:
kde {
buildInputs = [ kdelibs readline ];
meta = {
description = "Library part of KAlgebra";
};
}