hexfiend: fix platform meta

This commit is contained in:
Emily Trau 2023-07-22 18:54:40 +10:00
parent f4d78cae37
commit f9dcbee583

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;
};
}