mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
polybar: change platforms from unix to linux
alsa-lib doesn't build on darwin.
This commit is contained in:
parent
a28aaa87d3
commit
41677b6d0c
|
@ -47,7 +47,7 @@ in stdenv.mkDerivation rec {
|
|||
'';
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ afldcr filalex77 ];
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue