polybar: change platforms from unix to linux

alsa-lib doesn't build on darwin.
wip/yesman
Oleksii Filonenko 5 years ago committed by Jon
parent a28aaa87d3
commit 41677b6d0c
  1. 2
      pkgs/applications/misc/polybar/default.nix

@ -47,7 +47,7 @@ in stdenv.mkDerivation rec {
'';
license = licenses.mit;
maintainers = with maintainers; [ afldcr filalex77 ];
platforms = platforms.unix;
platforms = platforms.linux;
};
buildInputs = [

Loading…
Cancel
Save