ce77225e21
This is the thing you want to look at.
12 lines
168 B
Nix
12 lines
168 B
Nix
{
|
|
mkKdeDerivation,
|
|
qt5compat,
|
|
qtdeclarative,
|
|
qgpgme,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "mimetreeparser";
|
|
|
|
extraBuildInputs = [qt5compat qtdeclarative qgpgme];
|
|
}
|