1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-18 02:46:28 +00:00
nixpkgs/pkgs/desktops/kde-4.7/artwork/aurorae.nix

15 lines
258 B
Nix
Raw Normal View History

{ cmake, kde, qt4, automoc4, kdelibs, phonon }:
kde.package rec {
name = "aurorae-themes-${kde.release}";
buildInputs = [ cmake qt4 automoc4 kdelibs phonon ];
meta = {
kde = {
name = "aurorae";
module = "kdeartwork";
};
};
}