i3blocks: fix platforms

This commit is contained in:
Michael Raskin 2017-01-13 19:09:28 +01:00
parent 94b0ad124e
commit bc2e81f610

View file

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