{ pkgs ? import {} }: pkgs.stdenv.mkDerivation { pname = "labelprinter"; version = "1.0"; buildInputs = [ pkgs.pkgconfig pkgs.libusb ]; src = ./.; };