0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

treewide: pkgs/development/python-modules: mark broken for darwin

This commit is contained in:
Rick van Schijndel 2022-05-29 11:10:09 +02:00 committed by Janne Heß
parent 13e0d33703
commit 65db3b17a8
No known key found for this signature in database
GPG key ID: 69165158F05265DF
120 changed files with 302 additions and 103 deletions

View file

@ -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;