i3blocks: fix platforms
This commit is contained in:
parent
94b0ad124e
commit
bc2e81f610
@ -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 = freebsd ++ linux ++ netbsd;
|
platforms = with platforms; freebsd ++ linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user