{ pkgs, ... }: pkgs.python36.pkgs.buildPythonPackage { name = "lektor-shell"; version = "0.3"; src = ./.; # propagatedBuildInputs = [ pytest numpy pkgs.libsndfile ]; }