i3blocks: specify supported platforms

This commit is contained in:
Birger J. Nordølum
2017-01-13 17:04:47 +01:00
parent a6cd5cdc15
commit 32f991f094

View File

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