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
biome: 1.9.2 -> 1.9.3
[NixPkgs.git]
/
pkgs
/
kde
/
plasma
/
plasma-workspace-wallpapers
/
default.nix
blob
5d661c1c94fd457a21f6446825c976f136c6f31a
1
{
2
mkKdeDerivation,
3
extra-cmake-modules,
4
}:
5
mkKdeDerivation {
6
pname = "plasma-workspace-wallpapers";
7
8
extraBuildInputs = [ extra-cmake-modules ];
9
}