move mattermost-github-integration, explicit imports

split-software-gateware-builds
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> {}}:
with pkgs;
{ fetchFromGitHub, python3Packages }:
with python3Packages;
let
@ -37,7 +36,7 @@ let
'';
in
buildPythonPackage rec {
buildPythonApplication rec {
pname = "mattermost-github-integration";
version = "0.0.0-unstable";
src = fetchFromGitHub {