i3-block-gaps: disable darwin

This commit is contained in:
Matthew Bauer
2016-08-16 19:25:42 +00:00
parent fe923c915d
commit ae75531b3c
@@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/Airblader/i3blocks-gaps;
license = licenses.gpl3;
maintainers = [ "carlsverre" ];
platforms = platforms.all;
platforms = platforms.linux;
};
}