ce77225e21
This is the thing you want to look at.
14 lines
224 B
Nix
14 lines
224 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtwebview,
|
|
pkg-config,
|
|
discount,
|
|
flatpak,
|
|
fwupd,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "discover";
|
|
|
|
extraNativeBuildInputs = [pkg-config];
|
|
extraBuildInputs = [qtwebview discount flatpak fwupd];
|
|
}
|