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
anvil-editor: init at 0.4
[NixPkgs.git]
/
pkgs
/
desktops
/
plasma-5
/
plasma-nano
/
default.nix
blob
50f0d321b394e4287599510bece23451f72b74ff
1
{ mkDerivation
2
, extra-cmake-modules
3
, plasma-framework
4
}:
5
6
mkDerivation {
7
pname = "plasma-nano";
8
nativeBuildInputs = [ extra-cmake-modules ];
9
buildInputs = [
10
plasma-framework
11
];
12
}