wxGTK31: fix darwin build failure
This commit is contained in:
@@ -80,6 +80,7 @@ stdenv.mkDerivation rec {
|
||||
++ lib.optional withPrivateFonts "--enable-privatefonts"
|
||||
++ lib.optional withMesa "--with-opengl"
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
"--with-macosx-version-min=${stdenv.hostPlatform.darwinMinVersion}"
|
||||
"--with-osx_cocoa"
|
||||
"--with-libiconv"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user