mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 07:31:19 +00:00
macfuse-stubs: init at 4.0.4
replaces osxfuse 3.8.3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ lib, stdenv, fetchPypi, fetchpatch, buildPythonPackage, pkg-config, pytest, fuse, attr, which
|
||||
, contextlib2, osxfuse
|
||||
, contextlib2, macfuse-stubs
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs =
|
||||
lib.optionals stdenv.isLinux [ fuse ]
|
||||
++ lib.optionals stdenv.isDarwin [ osxfuse ];
|
||||
++ lib.optionals stdenv.isDarwin [ macfuse-stubs ];
|
||||
|
||||
checkInputs = [ pytest which ] ++
|
||||
lib.optionals stdenv.isLinux [ attr ];
|
||||
|
||||
Reference in New Issue
Block a user