3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #51901 from yrashk/luigi-module

luigi: enable local modules discovery
This commit is contained in:
Jörg Thalheim 2018-12-19 23:00:03 +01:00 committed by GitHub
commit cd906a3b33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,9 @@ python3Packages.buildPythonApplication rec {
# Requires tox, hadoop, and google cloud
doCheck = false;
# This enables accessing modules stored in cwd
makeWrapperArgs = ["--prefix PYTHONPATH . :"];
meta = with lib; {
homepage = https://github.com/spotify/luigi;
description = "Python package that helps you build complex pipelines of batch jobs";