1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00
nixpkgs/pkgs/desktops/kde-4.7/toys/amor.nix

16 lines
316 B
Nix
Raw Normal View History

{ kde, cmake, kdelibs, qt4, automoc4, phonon }:
kde.package {
buildInputs = [ cmake kdelibs qt4 automoc4 phonon ];
meta = {
description = "KDE creature for your desktop";
kde = {
name = "amor";
module = "kdetoys";
version = "2.4.0";
versionFile = "src/version.h";
};
};
}