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