fuse-overlayfs: restrict to linux
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
longDescription = "An implementation of overlay+shiftfs in FUSE for rootless containers.";
|
longDescription = "An implementation of overlay+shiftfs in FUSE for rootless containers.";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ ma9e ] ++ teams.podman.members;
|
maintainers = with maintainers; [ ma9e ] ++ teams.podman.members;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
inherit (src.meta) homepage;
|
inherit (src.meta) homepage;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user