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
No known key found for this signature in database
GPG key ID: 1E2DC712B50089CC

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