ce77225e21
This is the thing you want to look at.
14 lines
224 B
Nix
14 lines
224 B
Nix
{
|
|
mkKdeDerivation,
|
|
qt5compat,
|
|
qtsvg,
|
|
qttools,
|
|
qtdeclarative,
|
|
eigen,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "analitza";
|
|
|
|
extraNativeBuildInputs = [qt5compat qtsvg qttools];
|
|
extraBuildInputs = [qtdeclarative eigen];
|
|
}
|