We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6fd759 + 507c9d8 commit 9bf7e05Copy full SHA for 9bf7e05
pkgs/by-name/mp/mpd/package.nix
@@ -234,7 +234,13 @@ stdenv.mkDerivation (finalAttrs: {
234
substituteInPlace src/output/plugins/OSXOutputPlugin.cxx \
235
--replace kAudioObjectPropertyElement{Main,Master} \
236
--replace kAudioHardwareServiceDeviceProperty_Virtual{Main,Master}Volume
237
- '';
+ ''
238
+ +
239
+ lib.optionalString
240
+ (stdenv.hostPlatform.isDarwin && lib.versionOlder stdenv.hostPlatform.darwinSdkVersion "13.3")
241
242
+ sed -i "/subdir('time')/d" test/meson.build
243
+ '';
244
245
# Otherwise, the meson log says:
246
#
0 commit comments