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