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";
|
description = "Desktop notification integration for connman";
|
||||||
homepage = https://github.com/wavexx/connman-notify;
|
homepage = https://github.com/wavexx/connman-notify;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.romildo ];
|
maintainers = [ maintainers.romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user