mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
sqlfluff: refactor
This commit is contained in:
parent
0b2963c4aa
commit
0c1fabbdcd
@ -15,11 +15,11 @@ python3.pkgs.buildPythonApplication rec {
|
||||
hash = "sha256-/Zp/iAX6Y6MaXMjpk3dRYgZNhjJtl3cr/FiCyhGK9X4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
build-system = with python3.pkgs; [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
dependencies = with python3.pkgs; [
|
||||
appdirs
|
||||
cached-property
|
||||
chardet
|
||||
|
Loading…
Reference in New Issue
Block a user