move mattermost-github-integration, explicit imports

pull/16/head
Astro 2019-04-25 17:34:00 +02:00
parent 38033b64d3
commit 2365add996
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
{ pkgs ? import <nixpkgs> {}}: { fetchFromGitHub, python3Packages }:
with pkgs;
with python3Packages; with python3Packages;
let let
@ -37,7 +36,7 @@ let
''; '';
in in
buildPythonPackage rec { buildPythonApplication rec {
pname = "mattermost-github-integration"; pname = "mattermost-github-integration";
version = "0.0.0-unstable"; version = "0.0.0-unstable";
src = fetchFromGitHub { src = fetchFromGitHub {