mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
connman-notify: set platforms = linux
It seems pointless to build a notification app on platforms where connman itself is not supported.
This commit is contained in:
parent
2f91de22f5
commit
a61af52bae
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Desktop notification integration for connman";
|
||||
homepage = https://github.com/wavexx/connman-notify;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.romildo ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue