treewide: pkgs/development/python-modules: mark broken for darwin
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, pkg-config, fuse }:
|
||||
{ stdenv, lib, buildPythonPackage, fetchPypi, pkg-config, fuse }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "fuse-python";
|
||||
@@ -18,6 +18,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "fuse" ];
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
description = "Python bindings for FUSE";
|
||||
homepage = "https://github.com/libfuse/python-fuse";
|
||||
license = licenses.lgpl21;
|
||||
|
||||
Reference in New Issue
Block a user