mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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
@ -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 New Issue
Block a user