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> {}}:
|
||||
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 {
|
Loading…
Reference in New Issue