nixos-config/pkgs/lektor-with-plugins/lektor-shell/default.nix

10 lines
178 B
Nix
Raw Normal View History

2019-10-24 02:20:38 +02:00
{ pkgs, ... }:
pkgs.python36.pkgs.buildPythonPackage {
name = "lektor-shell";
version = "0.3";
src = ./.;
# propagatedBuildInputs = [ pytest numpy pkgs.libsndfile ];
}