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:
Joachim Fasting 2016-09-16 18:50:36 +02:00
parent 2f91de22f5
commit a61af52bae
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -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 ];
};
}