mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 16:15:05 +00:00
b9c72433cc
svn path=/nixpkgs/trunk/; revision=31380
8 lines
84 B
Nix
8 lines
84 B
Nix
{ kde, kdelibs }:
|
|
|
|
kde {
|
|
name = "aurorae-themes";
|
|
|
|
buildInputs = [ kdelibs ];
|
|
}
|