mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
ce77225e21
This is the thing you want to look at.
11 lines
128 B
Nix
11 lines
128 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtsvg,
|
|
libplasma,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "merkuro";
|
|
|
|
extraBuildInputs = [qtsvg libplasma];
|
|
}
|