ce77225e21
This is the thing you want to look at.
12 lines
151 B
Nix
12 lines
151 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtsvg,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kirigami-gallery";
|
|
|
|
extraBuildInputs = [qtsvg];
|
|
# FIXME(qt5)
|
|
meta.broken = true;
|
|
}
|