Unverified Commit 5a6f0136 authored by Gabriel Fontes's avatar Gabriel Fontes
Browse files

mpd: remove pipewire API workaround

This is not needed anymore since 0.23.12, as mpd has updated to the new API changes
parent d9ad436f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -165,9 +165,6 @@ let
      outputs = [ "out" "doc" ]
        ++ lib.optional (builtins.elem "documentation" features_) "man";

      # FIXME: workaround for Pipewire 0.3.64 deprecated API change, remove when fixed upstream
      env.NIX_CFLAGS_COMPILE = toString [ "-DPW_ENABLE_DEPRECATED" ];

      CXXFLAGS = lib.optionals stdenv.isDarwin [
        "-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0"
      ];