unionfs-fuse: add update script
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
nix-update-script,
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
@@ -50,6 +51,8 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace $out/sbin/mount.unionfs-fuse --replace unionfs $out/bin/unionfs
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
description = "FUSE UnionFS implementation";
|
||||
|
||||
Reference in New Issue
Block a user