pika-backup: set meta.platforms
zbus is linux-specific in 1.9.1 so we restrict the platforms.
This commit is contained in:
parent
8044c6960a
commit
eff2f9e528
1 changed files with 1 additions and 0 deletions
|
@ -81,5 +81,6 @@ stdenv.mkDerivation rec {
|
|||
changelog = "https://gitlab.gnome.org/World/pika-backup/-/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue