forked from M-Labs/nix-scripts
move mattermost-github-integration, explicit imports
This commit is contained in:
parent
38033b64d3
commit
2365add996
|
@ -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 {
|
Loading…
Reference in New Issue