Merge pull request #291806 from uninsane/pr-swaync-0.10.0-cross

swaynotificationcenter: support cross compilation
This commit is contained in:
superherointj 2024-02-29 14:22:45 -03:00 committed by GitHub
commit c932ac9d74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,9 @@ stdenv.mkDerivation (finalAttrs: rec {
hash = "sha256-7O+DX4uuncUqx5zEKQprZE6tctteT6NU01V2EBHiFqA=";
};
# build pkg-config is required to locate the native `scdoc` input
depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [
bash-completion
# cmake # currently conflicts with meson
@ -50,7 +53,6 @@ stdenv.mkDerivation (finalAttrs: rec {
pkg-config
python3
sassc
pantheon.granite
scdoc
vala
wrapGAppsHook
@ -68,6 +70,7 @@ stdenv.mkDerivation (finalAttrs: rec {
libhandy
libpulseaudio
librsvg
pantheon.granite
# systemd # ends with broken permission
];