repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python310Packages.onlykey-solo-python: fix compatibility with fido2 1.1.3 (#354382)
[NixPkgs.git]
/
pkgs
/
kde
/
plasma
/
plasma-activities
/
default.nix
blob
01354b5a6a2847a617577c33f63701496f9eef80
1
{
2
mkKdeDerivation,
3
qtdeclarative,
4
boost,
5
}:
6
mkKdeDerivation {
7
pname = "plasma-activities";
8
9
extraBuildInputs = [
10
qtdeclarative
11
boost
12
];
13
meta.mainProgram = "plasma-activities-cli6";
14
}