mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
unionfs-fuse: fix fuse path
This commit is contained in:
parent
bd5910e375
commit
eeb94ed42c
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||
substituteInPlace CMakeLists.txt \
|
||||
--replace '/usr/local/include/osxfuse/fuse' '${fuse}/include/fuse'
|
||||
--replace '/usr/local/include/osxfuse/fuse' '${lib.getDev fuse}/include/fuse'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
Loading…
Reference in New Issue
Block a user