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;
|
homepage = https://github.com/vivien/i3blocks;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = [ "MindTooth" ];
|
maintainers = [ "MindTooth" ];
|
||||||
platforms = platforms.all;
|
platforms = freebsd ++ linux ++ netbsd;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user