Unverified Commit 62b27fc5 authored by Sean Link's avatar Sean Link Committed by GitHub
Browse files

soxr: add mingw support (#287284)



Part of a larger effort to get mingw support for qtmultimedia

Co-authored-by: default avatarSean Link <sean.link@lightdeckdx.com>
parent d99fe722
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; [ ];
  };
}