Merge pull request #244797 from emilytrau/hexfiend-platforms

hexfiend: fix platform meta
This commit is contained in:
Nick Cao
2023-07-22 06:37:02 -06:00
committed by GitHub
+2 -1
View File
@@ -21,7 +21,8 @@ stdenv.mkDerivation rec {
homepage = "http://hexfiend.com/";
changelog = "https://hexfiend.github.io/HexFiend/ReleaseNotes.html";
license = licenses.bsd2;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ eliandoran ];
platforms = [ "x86_64-darwin" ];
platforms = platforms.darwin;
};
}