swaynotificationcenter: fix cross compilation

This commit is contained in:
Colin 2024-02-27 11:32:48 +00:00
parent 40e22533fb
commit be5fae369f
1 changed files with 2 additions and 4 deletions

View File

@ -2108,10 +2108,8 @@ in with final; {
# could instead add pkg-config to depsBuildBuild, but then the build tries to link against native deps and fails elsewhere
"-Dman-pages=false"
];
# for "error: Package `libpulse' not found in specified Vala API directories or GObject-Introspection GIR directories"
# apparently vala setuphook incorrectly uses hostOffset, instead of targetOffset?
# - probably fixed by <https://github.com/NixOS/nixpkgs/pull/267550/files>
nativeBuildInputs = upstream.nativeBuildInputs ++ [ libpulseaudio ];
# fixes: "Run-time dependency granite found: NO (tried pkgconfig)"
buildInputs = upstream.buildInputs ++ [ pantheon.granite ];
});
# 2023/12/08: upstreaming is blocked by qtsvg (via pipewire)