summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/antlr4-python3-runtime
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/antlr4-python3-runtime')
-rw-r--r--pkgs/development/python-modules/antlr4-python3-runtime/default.nix15
1 files changed, 7 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/antlr4-python3-runtime/default.nix b/pkgs/development/python-modules/antlr4-python3-runtime/default.nix
index 70fa4e6da2fa..2c446ac30517 100644
--- a/pkgs/development/python-modules/antlr4-python3-runtime/default.nix
+++ b/pkgs/development/python-modules/antlr4-python3-runtime/default.nix
@@ -1,8 +1,9 @@
-{ lib
-, buildPythonPackage
-, setuptools
-, python
-, antlr4
+{
+ lib,
+ buildPythonPackage,
+ setuptools,
+ python,
+ antlr4,
}:
buildPythonPackage rec {
@@ -15,9 +16,7 @@ buildPythonPackage rec {
sourceRoot = "${src.name}/runtime/Python3";
- nativeBuildInputs = [
- setuptools
- ];
+ nativeBuildInputs = [ setuptools ];
postPatch = ''
substituteInPlace tests/TestIntervalSet.py \