mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
bindfs: drop fuse2 (#528357)
This commit is contained in:
commit
72b3494f13
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@
|
|||
fetchpatch,
|
||||
autoreconfHook,
|
||||
pkg-config,
|
||||
fuse,
|
||||
fuse3,
|
||||
macfuse-stubs,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
|
@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = if stdenv.hostPlatform.isDarwin then [ fuse ] else [ fuse3 ];
|
||||
buildInputs = if stdenv.hostPlatform.isDarwin then [ macfuse-stubs ] else [ fuse3 ];
|
||||
|
||||
configureFlags = lib.optional stdenv.hostPlatform.isDarwin "--disable-macos-fs-link";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue