mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
10 lines
137 B
Nix
10 lines
137 B
Nix
{
|
|
mkKdeDerivation,
|
|
shared-mime-info,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "bluedevil";
|
|
|
|
extraNativeBuildInputs = [ shared-mime-info ];
|
|
}
|