mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 16:43:58 +00:00
10 lines
115 B
Nix
10 lines
115 B
Nix
{
|
|
mkKdeDerivation,
|
|
xorg,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kgamma";
|
|
|
|
extraBuildInputs = [ xorg.libXxf86vm ];
|
|
}
|