Python: fix outfall after setting strictDeps = true;
This commit is contained in:
@@ -15,6 +15,8 @@ python2Packages.buildPythonApplication rec {
|
||||
|
||||
buildInputs = [ git graphviz ];
|
||||
|
||||
checkInputs = [ git ];
|
||||
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/git-big-picture \
|
||||
--prefix PATH ":" ${ stdenv.lib.makeBinPath buildInputs }
|
||||
|
||||
Reference in New Issue
Block a user