We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f8bae4 + ac0a31d commit f981e40Copy full SHA for f981e40
pkgs/development/libraries/faudio/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
22
homepage = "https://github.com/FNA-XNA/FAudio";
23
changelog = "https://github.com/FNA-XNA/FAudio/releases/tag/${version}";
24
license = licenses.zlib;
25
- platforms = platforms.linux;
+ platforms = platforms.unix;
26
maintainers = [ maintainers.marius851000 ];
27
};
28
}
0 commit comments