1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-18 10:56:53 +00:00
nixpkgs/pkgs/desktops/kde-4.12/kdeedu/analitza.nix
2014-02-13 04:26:42 +02:00

9 lines
137 B
Nix

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