mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
16 lines
184 B
Nix
16 lines
184 B
Nix
{
|
|
mkKdeDerivation,
|
|
qt5compat,
|
|
qtdeclarative,
|
|
qgpgme,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "mimetreeparser";
|
|
|
|
extraBuildInputs = [
|
|
qt5compat
|
|
qtdeclarative
|
|
qgpgme
|
|
];
|
|
}
|