Loading pkgs/development/python-modules/llfuse/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ , pkg-config , pytestCheckHook , python , setuptools , which }: Loading @@ -15,6 +16,8 @@ buildPythonPackage rec { pname = "llfuse"; version = "1.4.3"; format = "pyproject"; disabled = pythonOlder "3.5"; src = fetchFromGitHub { Loading @@ -24,7 +27,7 @@ buildPythonPackage rec { hash = "sha256-37l6HrAKrXtEhlWTIdlw3L6wCGeOA7IW/aaJn3wf4QY="; }; nativeBuildInputs = [ cython pkg-config ]; nativeBuildInputs = [ cython pkg-config setuptools ]; buildInputs = [ fuse ]; Loading Loading
pkgs/development/python-modules/llfuse/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ , pkg-config , pytestCheckHook , python , setuptools , which }: Loading @@ -15,6 +16,8 @@ buildPythonPackage rec { pname = "llfuse"; version = "1.4.3"; format = "pyproject"; disabled = pythonOlder "3.5"; src = fetchFromGitHub { Loading @@ -24,7 +27,7 @@ buildPythonPackage rec { hash = "sha256-37l6HrAKrXtEhlWTIdlw3L6wCGeOA7IW/aaJn3wf4QY="; }; nativeBuildInputs = [ cython pkg-config ]; nativeBuildInputs = [ cython pkg-config setuptools ]; buildInputs = [ fuse ]; Loading