summaryrefslogtreecommitdiff
path: root/pkgs/kde/frameworks/prison/default.nix
blob: 4cde20f930b06e1e74be75790871cee2c9284907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  mkKdeDerivation,
  qtdeclarative,
  qtmultimedia,
  qrencode,
  libdmtx,
}:
mkKdeDerivation {
  pname = "prison";

  extraBuildInputs = [
    qtdeclarative
    qtmultimedia
    qrencode
    libdmtx
  ];
}