mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00: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
@ -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 New Issue
Block a user