soxr: add mingw support (#287284)
Part of a larger effort to get mingw support for qtmultimedia Co-authored-by: Sean Link <sean.link@lightdeckdx.com>
This commit is contained in:
parent
d99fe722a9
commit
62b27fc560
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
description = "An audio resampling library";
|
||||
homepage = "https://soxr.sourceforge.net";
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.unix ++ platforms.windows;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue