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:
Sean Link 2024-02-08 12:43:57 -07:00 committed by GitHub
parent d99fe722a9
commit 62b27fc560
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; [ ];
};
}