3
0
Fork 0
forked from mirrors/nixpkgs

mergerfs: fix for nixos systemd.mounts

This commit is contained in:
Cole Mickens 2019-04-24 21:53:29 -07:00
parent 0620e0fdbf
commit d602b15d81

View file

@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" "XATTR_AVAILABLE=1" ];
postFixup = ''
ln -s $out/bin/mergerfs $out/bin/mount.fuse.mergerfs
'';
meta = {
description = "A FUSE based union filesystem";
homepage = https://github.com/trapexit/mergerfs;