nixos-config/pkgs/lektor-with-plugins/lektor-shell/default.nix
2019-10-24 02:24:33 +02:00

10 lines
178 B
Nix

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