summary refs log blame commit diff
path: root/pkgs/development/libraries/kde-frameworks/prison.nix
blob: 905321235c7e3595d3553a91c3dce60f90373fe0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                        
{
  mkDerivation, lib,
  extra-cmake-modules,
  libdmtx, qrencode, qtbase,
}:

mkDerivation {
  name = "prison";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ libdmtx qrencode qtbase ];
}