mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-14 19:30:21 +00:00
7 lines
114 B
Nix
7 lines
114 B
Nix
{ mkKdeDerivation, pimcommon }:
|
|
mkKdeDerivation {
|
|
pname = "libgravatar";
|
|
|
|
extraBuildInputs = [ pimcommon ];
|
|
}
|