mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 22:04:20 +00:00
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;
|
|
}
|