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
acr-cli: init at 0.14 (#359508)
[NixPkgs.git]
/
pkgs
/
desktops
/
plasma-5
/
plasma-firewall.nix
blob
e290b5ed0dc12f758cb0c3a19da09cb80ce4b4ce
1
{ mkDerivation
2
, extra-cmake-modules
3
, python3
4
, plasma-framework
5
, kcmutils
6
}:
7
mkDerivation {
8
pname = "plasma-firewall";
9
10
outputs = [ "out" ];
11
12
nativeBuildInputs = [
13
extra-cmake-modules
14
];
15
16
buildInputs = [
17
kcmutils
18
plasma-framework
19
python3
20
];
21
}