summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/fuse-python
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/fuse-python')
-rw-r--r--pkgs/development/python-modules/fuse-python/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/fuse-python/default.nix b/pkgs/development/python-modules/fuse-python/default.nix
index 8c69ead0ae00..ab87f57be395 100644
--- a/pkgs/development/python-modules/fuse-python/default.nix
+++ b/pkgs/development/python-modules/fuse-python/default.nix
@@ -11,7 +11,7 @@ buildPythonPackage rec {
buildInputs = [ fuse ];
nativeBuildInputs = [ pkgconfig ];
-
+
# no tests in the Pypi archive
doCheck = false;
@@ -22,4 +22,3 @@ buildPythonPackage rec {
maintainers = with maintainers; [ psyanticy ];
};
}
-