semicolon

test-upstream-strawberry
Inex Code 2022-06-24 17:25:41 +03:00
parent 7d36295dce
commit d49ca7c42e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ self: super: rec {
patches = [
./strawberry-graphql.patch
];
propagatedBuildInputs = with self.python39Packages [
propagatedBuildInputs = with self.python39Packages; [
typing-extensions
graphql-core
python-multipart