c7cb07f092
GitOrigin-RevId: 1536926ef5621b09bba54035ae2bb6d806d72ac8
21 lines
274 B
Nix
21 lines
274 B
Nix
{
|
|
mkKdeDerivation,
|
|
qthttpserver,
|
|
qtsvg,
|
|
qtwebchannel,
|
|
qtwebengine,
|
|
kitemmodels,
|
|
kquickcharts,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "arianna";
|
|
|
|
extraBuildInputs = [
|
|
qthttpserver
|
|
qtsvg
|
|
qtwebchannel
|
|
qtwebengine
|
|
kitemmodels
|
|
kquickcharts
|
|
];
|
|
}
|