mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 16:40:12 +00:00
9 lines
163 B
Nix
9 lines
163 B
Nix
{ kde, kdelibs, qt_gstreamer1 }:
|
|
kde {
|
|
buildInputs = [ kdelibs qt_gstreamer1 ];
|
|
|
|
meta = {
|
|
description = "A pronunciation learning program for KDE";
|
|
};
|
|
}
|