fix(printing): switch from ipp everywhere to maintained brlaser fork

This commit is contained in:
Felix Schröter 2023-08-12 19:29:58 +02:00
parent 14c98ea552
commit f3c9ed76f5
Signed by: felschr
GPG key ID: 671E39E6744C807D
4 changed files with 113 additions and 3 deletions

View file

@ -1,5 +1,6 @@
{ pkgs, ... }:
{
brlaser = pkgs.callPackage ./brlaser { };
deconz = pkgs.qt5.callPackage ./deconz { };
}