mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-09 22:45:08 +00:00
10 lines
115 B
Nix
10 lines
115 B
Nix
{
|
|
mkKdeDerivation,
|
|
xorg,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kgamma";
|
|
|
|
extraBuildInputs = [ xorg.libXxf86vm ];
|
|
}
|