mpd: remove pipewire API workaround

This is not needed anymore since 0.23.12, as mpd has updated to the new API changes
This commit is contained in:
Gabriel Fontes 2023-04-29 23:45:57 -03:00
parent d9ad436f9a
commit 5a6f013602
No known key found for this signature in database
GPG key ID: 2E54EA7BFE630916

View file

@ -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"
];