pika-backup: set meta.platforms

zbus is linux-specific in 1.9.1 so we restrict the platforms.
This commit is contained in:
Bobby Rong 2022-03-24 17:06:50 +08:00
parent 8044c6960a
commit eff2f9e528
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -81,5 +81,6 @@ stdenv.mkDerivation rec {
changelog = "https://gitlab.gnome.org/World/pika-backup/-/blob/v${version}/CHANGELOG.md"; changelog = "https://gitlab.gnome.org/World/pika-backup/-/blob/v${version}/CHANGELOG.md";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ dotlambda ]; maintainers = with maintainers; [ dotlambda ];
platforms = platforms.linux;
}; };
} }