Merge pull request #212003 from austinbutler/authenticator-fix-pipewire

authenticator: fix incompatibility with pipewire 0.3.64

authored by

Robert Schütz and committed by
GitHub
d14807ef 469cd328

+6 -1
+6 -1
pkgs/applications/misc/authenticator/default.nix
··· 69 69 zbar 70 70 ]; 71 71 72 + # https://gitlab.gnome.org/World/Authenticator/-/issues/362 73 + preBuild = '' 74 + export BINDGEN_EXTRA_CLANG_ARGS="$BINDGEN_EXTRA_CLANG_ARGS -DPW_ENABLE_DEPRECATED" 75 + ''; 76 + 72 77 meta = { 73 78 description = "Two-factor authentication code generator for GNOME"; 74 79 homepage = "https://gitlab.gnome.org/World/Authenticator"; 75 80 license = lib.licenses.gpl3Plus; 76 - maintainers = with lib.maintainers; [ dotlambda ]; 81 + maintainers = with lib.maintainers; [ austinbutler ]; 77 82 platforms = lib.platforms.linux; 78 83 }; 79 84 }