i3blocks: specify supported platforms
This commit is contained in:
parent
a6cd5cdc15
commit
32f991f094
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue