Link static snappy for cardano-node 10.7.x on darwin
cardano-node 10.7.x's lsm-tree dependency pulls in libsnappy. On darwin
the linker picks up libsnappy.dylib from the nix store unless we add a
-L for static-snappy first. packaging.nix's checkPhase rejects the zip
when binaries reference /nix/store at runtime ("still depends on nix
store").
Mirror the fix already present in cardanoNodePrePkg (added in 15b8d0d
back when the pre slot was 10.7.0).