gnome.ghex: fix darwin build

This commit is contained in:
Bobby Rong 2022-04-08 22:27:12 +08:00
parent e0eb0416f9
commit 8126f997ac
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -54,6 +54,9 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Dgtk_doc=true"
] ++ lib.optionals stdenv.isDarwin [
# mremap does not exist on darwin
"-Dmmap-buffer-backend=false"
];
postFixup = ''