hexfiend: fix platform meta

+2 -1
+2 -1
pkgs/os-specific/darwin/hexfiend/default.nix
··· 21 homepage = "http://hexfiend.com/"; 22 changelog = "https://hexfiend.github.io/HexFiend/ReleaseNotes.html"; 23 license = licenses.bsd2; 24 maintainers = with maintainers; [ eliandoran ]; 25 - platforms = [ "x86_64-darwin" ]; 26 }; 27 }
··· 21 homepage = "http://hexfiend.com/"; 22 changelog = "https://hexfiend.github.io/HexFiend/ReleaseNotes.html"; 23 license = licenses.bsd2; 24 + sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 25 maintainers = with maintainers; [ eliandoran ]; 26 + platforms = platforms.darwin; 27 }; 28 }