Merge pull request #21858 from MindTooth/tweak_i3blocks
i3blocks: specify supported platforms
This commit is contained in:
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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user