prison: init at 5.33.0

This commit is contained in:
Thomas Tuegel
2017-06-18 08:44:44 -05:00
parent fceb3794a2
commit 9149faf6a9
3 changed files with 14 additions and 1 deletions
@@ -0,0 +1,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 ];
}