git-branchstack: buildInputs -> dependencies
According to new Python packaging guidelines. Co-authored-by: js6pak <me@6pak.dev>
This commit is contained in:
co-authored by
js6pak
parent
843db916ec
commit
40e18f211e
@@ -15,7 +15,7 @@ let
|
||||
hash = "sha256-gja93LOcVCQ6l+Cygvsm+3uomvxtvUl6t23GIb/tKyQ=";
|
||||
};
|
||||
|
||||
buildInputs = with python3Packages; [
|
||||
dependencies = with python3Packages; [
|
||||
git-revise
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user