mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-12 07:54:50 +00:00
ce77225e21
This is the thing you want to look at.
12 lines
188 B
Nix
12 lines
188 B
Nix
{
|
|
mkKdeDerivation,
|
|
shared-mime-info,
|
|
akonadi-mime,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kleopatra";
|
|
|
|
extraNativeBuildInputs = [shared-mime-info];
|
|
extraBuildInputs = [akonadi-mime];
|
|
}
|