libsamplerate: mark broken on MinGW

This should work in principle, but fails in practice.
This commit is contained in:
Emily
2024-08-21 18:05:04 +01:00
parent 699c320171
commit 2543d15817
@@ -32,5 +32,7 @@ in stdenv.mkDerivation rec {
license = licenses.bsd2;
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.all;
# Linker is unhappy with the `.def` file.
broken = stdenv.hostPlatform.isMinGW;
};
}