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
181 B
Nix
12 lines
181 B
Nix
{
|
|
mkKdeDerivation,
|
|
extra-cmake-modules,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kross-interpreters";
|
|
|
|
extraBuildInputs = [extra-cmake-modules];
|
|
# FIXME(qt5)
|
|
meta.broken = true;
|
|
}
|