meson: fix darwin patch

Somehow I missed this in https://github.com/NixOS/nixpkgs/pull/67596
This commit is contained in:
Jan Tojnar
2019-09-04 16:10:56 +02:00
parent 2c5835b09a
commit 1be03500d5
2 changed files with 17 additions and 14 deletions
@@ -60,6 +60,7 @@ python3Packages.buildPythonApplication rec {
# pass it `-Wl,-O1` flag but optimizations are not recognized by
# Mac linker.
# https://github.com/mesonbuild/meson/issues/4784
# Should be fixed in 0.52
./fix-objc-linking.patch
];