mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
bf7ad2d84f
Mostly scripted substitutions with a couple of subjective enhancements.
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";
|
|
};
|
|
}
|