Merge pull request #21858 from MindTooth/tweak_i3blocks

i3blocks: specify supported platforms
This commit is contained in:
Michael Raskin 2017-01-13 16:34:51 +00:00 committed by GitHub
commit f30a854844

@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/vivien/i3blocks;
license = licenses.gpl3;
maintainers = [ "MindTooth" ];
platforms = platforms.all;
platforms = freebsd ++ linux ++ netbsd;
};
}