1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 01:51:24 +00:00
nixpkgs/pkgs/desktops/kde-4.14/kdeedu/parley.nix

10 lines
149 B
Nix
Raw Normal View History

2014-09-20 10:09:11 +01:00
{ kde, kdelibs, libkdeedu, attica }:
kde {
buildInputs = [ kdelibs libkdeedu attica ];
meta = {
description = "Vocabulary Trainer";
};
}